apps-projectcenter/Modules/Editors/ProjectCenter
2021-09-17 00:53:40 +02:00
..
Resources Highlight IBAction/IBOutlet 2021-04-10 06:16:43 -04:00
GNUmakefile add obj-c++ icon resource and associate it in the editor 2015-06-12 13:37:44 +00:00
LineJumper.h declare missing method 2015-11-02 22:47:38 +00:00
LineJumper.m declare missing method 2015-11-02 22:47:38 +00:00
PCEditor.h Keep track of the file modification date on each open/save, compare it to the current file to detect external modifications. 2021-02-19 10:45:30 +01:00
PCEditor.m instead of using getLineStart which returns a character after scanning lines, we directly scan lines and count the newlines, so the string is needs to be scanned once only to know hoe many newlines. Some IMP caching to improve this ineffcient o(n) at every cursor movement 2021-09-17 00:53:40 +02:00
PCEditorView.h Separate font accessors in to class and instance methods. 2020-09-08 23:52:03 +02:00
PCEditorView.m Make update of file appear in the in-window editor instead of external editors 2021-08-03 17:16:26 -04:00
SyntaxDefinition.h Uniform context type to NSUInteger 2019-05-25 18:02:29 +02:00
SyntaxDefinition.m Uniform context type to NSUInteger 2019-05-25 18:02:29 +02:00
SyntaxHighlighter.h Add setters for fonts. 2020-09-08 23:28:44 +02:00
SyntaxHighlighter.m Add setters for fonts. 2020-09-08 23:28:44 +02:00
TextFinder.h continuing merging... 2006-12-26 11:00:33 +00:00
TextFinder.m continuing merging... 2006-12-26 11:00:33 +00:00
TextPattern.h continuing merging... 2006-12-26 11:00:33 +00:00
TextPattern.m * Framework/PCProjectInspector.m 2013-02-10 18:30:25 +00:00