Changeset 2785 for trunk/SlickEdit
- Timestamp:
- Jul 11, 2015, 4:58:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SlickEdit/kdev.e
r2737 r2785 111 111 static _str skChange = ''; /* Current change identifier. */ 112 112 113 static int ikStyleWidth = 80; /* The page width of the style. */113 static int ikStyleWidth = 130; /* The page width of the style. */ 114 114 static boolean fkStyleFullHeaders = false; /* false: omit some tags. */ 115 115 static int ikStyleOneliner = 41; /* The oneline comment column. */ 116 116 static int ikStyleModifyMarkColumn = 105; 117 117 static boolean fkStyleBoxTag = false; /* true: Include tag in k_box_start. */ 118 118 119 119 120 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.