1 19 20 package org.netbeans.modules.web.core.syntax.settings; 21 22 27 public class JspSettings { 28 29 public static final String CODE_FOLDING_UPDATE_TIMEOUT = "code-folding-update-interval"; 31 public static final Integer defaultCodeFoldingUpdateInterval = new Integer (2000); 33 public static final String CARET_SIMPLE_MATCH_BRACE = "caret-simple-match-brace"; 35 public static final Boolean defaultCaretSimpleMatchBrace = Boolean.FALSE; 36 } 37 | Popular Tags |