Riccardo Mottola
ec805871c3
If we already instantiated a Debugger, reuse it.
2021-07-09 01:03:33 +02:00
Riccardo Mottola
b1533c4a02
remove unused accessors
2021-07-09 00:44:02 +02:00
Riccardo Mottola
81e6f3b82a
fix constants types
2021-07-09 00:41:04 +02:00
Riccardo Mottola
7adfa56357
the wrapper should be property of the controller, not the view
2021-07-08 23:43:09 +02:00
Riccardo Mottola
67381ab3cc
comment out some logs
2021-07-06 22:53:28 +02:00
Riccardo Mottola
a26fbaa6c1
document LAR
2021-07-06 22:45:53 +02:00
Riccardo Mottola
cd0c4972a3
document methods
2021-07-06 22:43:59 +02:00
Riccardo Mottola
c0fd3f8df7
fix skipping of the first opening brace in key-value lists
2021-07-06 22:36:51 +02:00
Riccardo Mottola
8970a0617d
parse filename and line on stop
2021-07-06 05:12:13 +02:00
Riccardo Mottola
079467ccc1
make the parser recursive on a single scanner instead of using substrings
2021-07-06 04:58:20 +02:00
Riccardo Mottola
34a07aa4d5
we release what we retain
2021-07-06 02:33:29 +02:00
Riccardo Mottola
a43aff41cf
fix access
2021-07-05 02:26:54 +02:00
Riccardo Mottola
5aa4b5813c
Make the parser much more recursive and use it also for AsyncStatus records
2021-07-05 02:26:30 +02:00
Riccardo Mottola
5beb3dfe39
move debugger version into the wrapper
2021-07-05 01:07:16 +02:00
Riccardo Mottola
7c741d63e6
more work on debuggerWrappe
2021-06-29 23:42:52 +02:00
Riccardo Mottola
b672b3b77c
rename PipeDelegate to GDBWrapper
2021-06-29 00:36:27 +02:00
Riccardo Mottola
244e03d542
handle arrays inside maps
2021-06-25 17:48:52 +02:00
Riccardo Mottola
5aed0a18c2
add crude Array parsing
2021-06-25 04:36:12 +02:00
Riccardo Mottola
058a60fbf4
merge conflict
2021-06-25 04:34:41 +02: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
Riccardo Mottola
5da063f7e7
Fix HelpFile by saving the property in the app project and generating the plist.
2021-05-13 03:21:16 +02: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
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
80d0c2575e
Merge pull request #12 from svgol/save_new_in_recent
...
* save just created projects to the list of recent documents
2021-02-17 23:09:42 +01:00
Riccardo Mottola
209f71d692
Open in project directory preferentially if no last open dir (quick version, ignores file type).
2021-02-12 08:45:16 +01:00
Riccardo Mottola
6544ff872e
assure color is in RGB color space vefore calculating inverse
2021-02-11 12:01:48 +01:00
Riccardo
59a0afd3df
Merge pull request #11 from svgol/gorm_rename
...
* fixed an issue with gorm-file renaming
2021-02-11 00:23:23 +01:00
Sergei Golovin
e618c988a4
* save just created projects to the list of recent documents
2021-02-08 18:44:33 +04:00
Sergei Golovin
19d497c4d1
* fixed an issue with gorm-file renaming
...
* Framework/PCProject.m:
- renaming of a gorm file during another file' editor being active
led to exception (the case is because we don't have
editors for gorm files so the last viewed file, not the renamed
gorm, is present currently to the user)... the cause is not checking
NSRange on NSNotFound (the active editor's path can have nothing
common with the renamed path)... added required check to the
-[renameFile:toFile:]... may be worth to reactivate any editor when
a gorm file is selected;
* Framework/PCProjectEditor.m:
- deactivate the active editor on a .gorm file selection;
2021-02-07 14:59:49 +04:00
Riccardo Mottola
dcc9e0ef14
activate project only in one place
2021-02-06 19:55:14 +01:00
Riccardo Mottola
963700e3d6
provide project description for debugging
2021-02-06 19:40:35 +01:00
Riccardo Mottola
b87670431a
fix: activate project also if coming from open project
2021-02-06 19:16:17 +01:00
Riccardo Mottola
ad65327732
Respect background selection preferences and infer text as inverse.
2021-02-06 12:31:10 +01:00
Riccardo Mottola
17182aea86
fix return value, avoid warning
2021-02-05 12:39:59 +01:00
Riccardo Mottola
24ede72e4a
fixed a segfault due to return void instead of nil- fix by Sergei Golovin
2021-02-04 18:29:54 +01:00
Riccardo Mottola
263106b117
Cleanup a bit the setting of the active project and the key win.
2021-02-04 17:57:40 +01:00
Riccardo Mottola
b5324e9581
pass the sender to the window, log, if enabled, also the window title
2021-02-04 15:21:05 +01:00
Riccardo Mottola
76b8316b5c
Check for invalid filenames and in case, reset to the original file name.
2021-02-03 23:17:42 +01:00
Riccardo Mottola
1541788856
Do not open an external editor if an in-window is requested.
2021-02-03 22:16:32 +01:00
Riccardo
eb5837315c
Merge pull request #3 from onflapp/fix-project-builder-log-selection
...
fix project builder log selection color
2021-02-03 21:14:02 +01:00