Update of /cvsroot/csseditor/net.sourceforge.csseditor/src/net/sourceforge/csseditor/internal/preferences
In directory sc8-pr-cvs1:/tmp/cvs-serv18758/src/net/sourceforge/csseditor/internal/preferences
Modified Files:
CssEditorTypingConfigurationBlock.java
Log Message:
Disable preferece checkboxes that currently don't have any effect
Index: CssEditorTypingConfigurationBlock.java
===================================================================
RCS file: /cvsroot/csseditor/net.sourceforge.csseditor/src/net/sourceforge/csseditor/internal/preferences/CssEditorTypingConfigurationBlock.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CssEditorTypingConfigurationBlock.java 27 Dec 2003 18:46:56 -0000 1.2
--- CssEditorTypingConfigurationBlock.java 13 Jan 2004 11:46:14 -0000 1.3
***************
*** 47,58 ****
getString("insertSpaceForTabs"), //$NON-NLS-1$
CssEditorPreferences.EDITOR_SPACES_FOR_TABS, 1);
- addBooleanField(composite, getString("closeStrings"), //$NON-NLS-1$
- CssEditorPreferences.EDITOR_CLOSE_STRINGS, 1);
- addBooleanField(composite,
- getString("closeBracketsAndParens"), //$NON-NLS-1$
- CssEditorPreferences.EDITOR_CLOSE_BRACKETS_AND_PARENS, 1);
- addBooleanField(composite, getString("closeBraces"), //$NON-NLS-1$
- CssEditorPreferences.EDITOR_CLOSE_BRACES, 1);
-
initialize();
--- 47,50 ----
|