Gregory John Casamento
|
e3b6cef979
|
Reduce the number of indent prefs
|
2021-06-24 20:43:46 -04:00 |
|
Gregory John Casamento
|
50b835d2b3
|
Merge branch 'master' of github.com:gnustep/apps-projectcenter into indentation_controller
|
2021-06-24 19:13:46 -04:00 |
|
Riccardo Mottola
|
08c40f31f3
|
parse file and line in case of a gdb breakpoint stop
|
2021-06-22 02:01:47 +02:00 |
|
Riccardo Mottola
|
0375286dcf
|
generalize gdb version to debugger version
|
2021-06-22 01:49:12 +02:00 |
|
Riccardo Mottola
|
17b6359ba9
|
Accessor methods for specific debugger information as wellas filename and line.
|
2021-06-22 01:42:00 +02:00 |
|
Riccardo Mottola
|
6ab80ec17d
|
improve gdb parser to understand information in {} as a sub-dictionary and look-ahead for it
|
2021-06-22 01:19:38 +02:00 |
|
Gregory John Casamento
|
f3bacb49c1
|
Fix more indentation logic. Get rid of old code.
|
2021-06-19 23:47:03 -04:00 |
|
Gregory John Casamento
|
e0458a60e9
|
Fix indentation issues.
|
2021-06-19 22:51:19 -04:00 |
|
Gregory John Casamento
|
b5b4a5632a
|
Correct indentation of parenthesis.
|
2021-06-19 16:10:51 -04:00 |
|
Gregory John Casamento
|
ec14b0724c
|
Merge branch 'master' of github.com:gnustep/apps-projectcenter into indentation_controller
|
2021-05-22 00:36:17 -04:00 |
|
Riccardo
|
82c6aa3162
|
Merge pull request #17 from gnustep/checkExtFileMod
Check ext file mod
|
2021-05-12 22:23:01 +02:00 |
|
Gregory John Casamento
|
9bd699c875
|
Center info panel
|
2021-04-20 04:42:31 -04:00 |
|
Gregory John Casamento
|
3cbb6a8960
|
Replace hardcoded constant for index
|
2021-04-15 14:13:57 -04:00 |
|
Gregory John Casamento
|
1f52a0dc9d
|
Add handling of NSPopUpButton
|
2021-04-15 04:34:28 -04:00 |
|
Gregory John Casamento
|
ec3298e342
|
Add Tabs section
|
2021-04-15 04:02:07 -04:00 |
|
Gregory John Casamento
|
5fc191e9d5
|
Add new methods for handling tab/spaces section.
|
2021-04-15 03:01:04 -04:00 |
|
Gregory John Casamento
|
b6c8c2accb
|
Add new methods for handling tab/spaces section.
|
2021-04-15 02:59:52 -04:00 |
|
Gregory John Casamento
|
b58cd21b19
|
Add indentation prefs
|
2021-04-15 01:03:36 -04:00 |
|
Gregory John Casamento
|
b57aaf83e1
|
Add indentation prefs
|
2021-04-15 00:38:06 -04:00 |
|
Gregory John Casamento
|
748c9ef613
|
Add indentation preference
|
2021-04-13 11:40:38 -04:00 |
|
Gregory John Casamento
|
51d9342bbb
|
Add indentation preferences.
|
2021-04-13 03:16:53 -04:00 |
|
Gregory John Casamento
|
a186488b30
|
Highlight IBAction/IBOutlet
|
2021-04-10 06:16:43 -04:00 |
|
Gregory John Casamento
|
196914ef14
|
Minor fix to syntax highlighting to make it the same as C for equivalent keywords in ObjC
|
2021-04-10 06:09:54 -04:00 |
|
Riccardo Mottola
|
f9ed96a3e4
|
offer option to reload file
|
2021-04-05 19:51:42 +02:00 |
|
Riccardo Mottola
|
2ace3c327a
|
re-set modification date on save, show alert panel
|
2021-03-31 23:25:50 +02:00 |
|
Riccardo Mottola
|
a6fc84bc9b
|
saveFileTo should not update the save time
|
2021-02-22 16:55:13 +01:00 |
|
Riccardo Mottola
|
78e4f47c8f
|
use path passed as parameter
|
2021-02-22 16:00:48 +01:00 |
|
Riccardo Mottola
|
059e105652
|
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 |
|
Riccardo Mottola
|
aa2ce8fd73
|
notify Gorm only if the file was really saved, or it will reload the old file
|
2021-02-18 00:32:47 +01:00 |
|
Riccardo Mottola
|
6544ff872e
|
assure color is in RGB color space vefore calculating inverse
|
2021-02-11 12:01:48 +01:00 |
|
Riccardo Mottola
|
ad65327732
|
Respect background selection preferences and infer text as inverse.
|
2021-02-06 12:31:10 +01:00 |
|
Riccardo Mottola
|
c0a820612c
|
Access preferences directly without going through PCPrefController which is not part of the PC Framework (only its protocol PCPreferences is)
|
2020-09-09 00:25:28 +02:00 |
|
Riccardo Mottola
|
445b31db3f
|
Separate font accessors in to class and instance methods.
Do not use preferences in class methods, since they are outside the protocol.
|
2020-09-08 23:52:03 +02:00 |
|
Riccardo Mottola
|
3df9137f39
|
Add setters for fonts.
|
2020-09-08 23:28:44 +02:00 |
|
Riccardo Mottola
|
75785db7e4
|
Fix range to use characters and not glyphs, sicne highlighting is based on chars.
|
2020-04-16 23:45:12 +02:00 |
|
Riccardo Mottola
|
8b48d77cbb
|
Uniform font defaults to use PCPreferenceController, fix Debugger to actually make setFont work thorugh the view-delegate chain.
|
2020-03-24 23:54:22 +01:00 |
|
Riccardo Mottola
|
5d80d86a0c
|
do not set delegate to NSOwner, we set it prorgammatically anyway
|
2020-03-24 23:50:33 +01:00 |
|
Riccardo Mottola
|
5f360ca78b
|
Fix loading of font from preferences.
|
2020-03-24 17:24:41 +01:00 |
|
fredkiefer
|
0cdbc996a9
|
Remove compiler warnings by removing unneeded code.
|
2019-12-29 13:37:39 +01:00 |
|
Riccardo Mottola
|
6c4099258c
|
Uniform context type to NSUInteger
|
2019-05-25 18:02:29 +02:00 |
|
Riccardo Mottola
|
0f8d024577
|
Add some GSDoc makefile aids
|
2018-06-19 00:21:26 +02:00 |
|
Riccardo Mottola
|
bf394dce9c
|
Fix for nill bundle identifier.
|
2017-08-16 07:26:43 +02:00 |
|
Graham Lee
|
b4a148712e
|
Add property keywords to ObjC syntax highlighting
|
2017-07-31 12:13:38 +01:00 |
|
Riccardo Mottola
|
5792e6dbfc
|
Fix wrong declaration and missing subtype option
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40294 72102866-910b-0410-8b05-ffd578937521
|
2017-01-17 14:42:37 +00:00 |
|
Riccardo Mottola
|
d894b87557
|
Pass options to createProjectAt and use those to create Gorm/Renaissance subtypes, enable the former by default
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40290 72102866-910b-0410-8b05-ffd578937521
|
2017-01-13 01:33:37 +00:00 |
|
Riccardo Mottola
|
f1db0b7265
|
Conditionally split on windows with CR-LF
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40268 72102866-910b-0410-8b05-ffd578937521
|
2016-12-16 01:24:14 +00:00 |
|
Riccardo Mottola
|
af6ec6a874
|
Fix off-by-one in length when checking the last character
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40240 72102866-910b-0410-8b05-ffd578937521
|
2016-11-28 16:07:19 +00:00 |
|
Riccardo Mottola
|
478033988a
|
improve parsing of initial and ending, fix pasing of quoted quotes as well
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40238 72102866-910b-0410-8b05-ffd578937521
|
2016-11-25 17:27:15 +00:00 |
|
Riccardo Mottola
|
340d101ffd
|
skip and report empty lines as PCDBEmptyRecord
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40234 72102866-910b-0410-8b05-ffd578937521
|
2016-11-25 15:51:28 +00:00 |
|
Riccardo Mottola
|
6e70451153
|
do not show string
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40233 72102866-910b-0410-8b05-ffd578937521
|
2016-11-25 14:05:02 +00:00 |
|