You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# property 'Remember font' ('ED08') 'bool' -- 'Display a source file with its own font settings.' [mutable]
826
+
# property 'Remember selection' ('ED09') 'bool' -- 'Restore the previous selection in a file when you open it.' [mutable]
827
+
# property 'Remember window' ('ED10') 'bool' -- 'Restore the last size and position for a source file window when you open it.' [mutable]
828
+
# property 'Main Text Color' ('ED12') 'cRGB' -- 'Main, default, color for text.' [mutable]
829
+
# property 'Background Color' ('ED13') 'cRGB' -- 'Color of the background of editor windows.' [mutable]
830
+
# property 'Context Popup Delay' ('ED14') 'bool' -- 'The amount of time, in sixtieths of a second, before the context popup is displayed if you click and hold on a browser symbol.' [mutable]
831
+
832
+
# Class 'Syntax Coloring' ('SNTX') -- ''
833
+
# property 'Syntax coloring' ('GH01') 'bool' -- 'Mark keywords and comments with color.' [mutable]
834
+
# property 'Comment color' ('GH02') 'cRGB' -- 'The color for comments.' [mutable]
835
+
# property 'Keyword color' ('GH03') 'cRGB' -- 'The color for language keywords.' [mutable]
836
+
# property 'String color' ('GH04') 'cRGB' -- 'The color for strings.' [mutable]
837
+
# property 'Custom color 1' ('GH05') 'cRGB' -- 'The color for the first set of custom keywords.' [mutable]
838
+
# property 'Custom color 2' ('GH06') 'cRGB' -- 'The color for the second set custom keywords.' [mutable]
839
+
# property 'Custom color 3' ('GH07') 'cRGB' -- 'The color for the third set of custom keywords.' [mutable]
840
+
# property 'Custom color 4' ('GH08') 'cRGB' -- 'The color for the fourth set of custom keywords.' [mutable]
841
+
842
+
# Class 'Custom Keywords' ('CUKW') -- ''
843
+
# property 'Custom color 1' ('KW01') 'cRGB' -- 'The color for the first set of custom keywords.' [mutable]
844
+
# property 'Custom color 2' ('KW02') 'cRGB' -- 'The color for the second set custom keywords.' [mutable]
845
+
# property 'Custom color 3' ('KW03') 'cRGB' -- 'The color for the third set of custom keywords.' [mutable]
846
+
# property 'Custom color 4' ('KW04') 'cRGB' -- 'The color for the fourth set of custom keywords.' [mutable]
847
+
848
+
# Class 'Browser Coloring' ('BRKW') -- 'Colors for Browser symbols.'
# property 'Classes Color' ('BW01') 'cRGB' -- 'The color for classes.' [mutable]
851
+
# property 'Constants Color' ('BW02') 'cRGB' -- 'The color for constants.' [mutable]
852
+
# property 'Enums Color' ('BW03') 'cRGB' -- 'The color for enums.' [mutable]
853
+
# property 'Functions Color' ('BW04') 'cRGB' -- 'Set color for functions.' [mutable]
854
+
# property 'Globals Color' ('BW05') 'cRGB' -- 'The color for globals' [mutable]
855
+
# property 'Macros Color' ('BW06') 'cRGB' -- 'The color for macros.' [mutable]
856
+
# property 'Templates Color' ('BW07') 'cRGB' -- 'Set color for templates.' [mutable]
857
+
# property 'Typedefs Color' ('BW08') 'cRGB' -- 'The color for typedefs.' [mutable]
760
858
761
859
# Class 'Error Information' ('ErrM') -- 'Describes a single error or warning from the compiler or the linker.'
762
860
# property 'kind' ('ErrT') 'ErrT' -- 'The type of error or warning.' [enum]
763
861
# property 'message' ('ErrS') 'TEXT' -- 'The error or warning message.' []
764
862
# property 'disk file' ('file') 'fss ' -- 'The file where the error occurred. May not be returned for certain kinds of errors (eg, link errors).' []
765
-
# property 'line' ('ErrL') 'long' -- 'The line in the file where the error occurred. May not be returned for certain kinds of errors (eg, link errors).' []
863
+
# property 'lineNumber' ('ErrL') 'long' -- 'The line in the file where the error occurred. May not be returned for certain kinds of errors (eg, link errors).' []
766
864
767
-
# Class 'Extras' ('EXTR') -- ''
865
+
# Class 'Extras' ('GXTR') -- ''
768
866
# property 'Completion sound' ('EX01') 'bool' -- 'Play a sound when finished a Bring Up To Date or Make command.' [mutable]
769
867
# property 'Success sound' ('EX02') 'TEXT' -- 'The sound CodeWarrior plays when it successfully finishes a Bring Up To Date or Make command.' [mutable]
770
868
# property 'Failure sound' ('EX03') 'TEXT' -- 'The sound CodeWarrior plays when it cannot finish a Bring Up To Date or Make command.' [mutable]
771
-
# property 'Modification date caching' ('EX04') 'bool' -- '' [mutable]
772
-
# property 'Generate Map' ('EX05') 'bool' -- 'Generate a Pascal Make map file.' [mutable]
# property 'Full screen zoom' ('EX07') 'bool' -- 'Zoom windows to the full screen width.' [mutable]
775
870
# property 'External reference' ('EX08') 'RefP' -- 'Which on-line function reference to use.' [mutable enum]
871
+
# property 'Use Script Menu' ('EX12') 'bool' -- 'Controls the use of the AppleScript menu' [mutable]
872
+
# property 'Use Editor Extensions' ('EX10') 'bool' -- 'Controls the use of the Editor Extensions menu' [mutable]
873
+
# property 'Use External Editor' ('EX11') 'bool' -- 'Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files.' [mutable]
874
+
# property 'Honor Projector State for Projects' ('EX13') 'bool' -- 'Controls whether CodeWarrior opens files set to read-only by Projector.' [mutable]
875
+
876
+
# Class 'Build Extras' ('LXTR') -- ''
776
877
# property 'Browser active' ('EX09') 'bool' -- 'Allow the collection of browser information.' [mutable]
878
+
# property 'Modification date caching' ('EX04') 'bool' -- '' [mutable]
879
+
# property 'Generate Map' ('EX05') 'bool' -- 'Generate a Pascal Make map file.' [mutable]
0 commit comments