Commit graph

  • 56f5d087b9 Do not release window when clesed, since now we re-use it on re-show Riccardo Mottola 2021-07-21 23:00:28 +0200
  • b479efcb08 Merge branch 'DebuggerRefactor' of github.com:gnustep/apps-projectcenter into DebuggerRefactor Gregory John Casamento 2021-07-18 20:05:39 -0400
  • 7dedd5871f log gotten PID Riccardo Mottola 2021-07-19 02:03:34 +0200
  • 7c30ee1f38 camel case Riccardo Mottola 2021-07-19 01:47:32 +0200
  • b7cfa30f20 increase parsing of stream and async records, also log LogStreamOutput as aid Riccardo Mottola 2021-07-19 01:46:01 +0200
  • 0ece7dfccb Merge branch 'debugger_editor_changes' of github.com:gnustep/apps-projectcenter into debugger_editor_changes Gregory John Casamento 2021-07-18 18:59:58 -0400
  • dc86bc4d92 Editor changes Gregory John Casamento 2021-07-15 17:42:18 -0400
  • d283fd04b1 Try to add notifications so that editor changes appropriately Gregory John Casamento 2021-07-08 07:35:24 -0400
  • 41e33c7d54 Merge branch 'DebuggerRefactor' of github.com:gnustep/apps-projectcenter into DebuggerRefactor Gregory John Casamento 2021-07-18 18:53:28 -0400
  • f68e83ad6f Don't send keystrokes directly to gdb, but accumulate a line until return and send, allows to handle backspaces. Riccardo Mottola 2021-07-16 19:49:23 +0200
  • 4894fc1a4f Merge branch 'master' of github.com:gnustep/apps-projectcenter into DebuggerRefactor Gregory John Casamento 2021-07-15 17:43:36 -0400
  • 67c858017e Editor changes Gregory John Casamento 2021-07-15 17:42:18 -0400
  • c567c110a3 move special del handling into typeString away from keyDown Riccardo Mottola 2021-07-15 01:16:15 +0200
  • 725da9e9c8 move debugger arguments down into the wrapper, since they are GDB specific. Interpret now the Path as the executable path, requiring the debugger path to be set earlier in the wrapper setup Riccardo Mottola 2021-07-15 00:03:48 +0200
  • 4d19c42454 Add scripts Gregory Casamento 2021-07-14 11:11:22 -0400
  • 822e7f0d3a
    Create main.yml Gregory Casamento 2021-07-14 11:09:58 -0400
  • 08cd658b6d cleanup Riccardo Mottola 2021-07-13 22:31:02 +0200
  • 9cdbd97ad9 Try to add notifications so that editor changes appropriately Gregory John Casamento 2021-07-08 07:35:24 -0400
  • b3a968b8a3 remove now unused ivar, moved into the controller Riccardo Mottola 2021-07-09 10:31:24 +0200
  • dd1c1e75ba start the debugger only if it was never started, else, reuse it Riccardo Mottola 2021-07-09 01:18:20 +0200
  • ec805871c3 If we already instantiated a Debugger, reuse it. Riccardo Mottola 2021-07-09 01:03:33 +0200
  • b1533c4a02 remove unused accessors Riccardo Mottola 2021-07-09 00:44:02 +0200
  • 81e6f3b82a fix constants types Riccardo Mottola 2021-07-09 00:41:04 +0200
  • 7adfa56357 the wrapper should be property of the controller, not the view Riccardo Mottola 2021-07-08 23:43:09 +0200
  • 67381ab3cc comment out some logs Riccardo Mottola 2021-07-06 22:53:28 +0200
  • a26fbaa6c1 document LAR Riccardo Mottola 2021-07-06 22:45:53 +0200
  • cd0c4972a3 document methods Riccardo Mottola 2021-07-06 22:43:59 +0200
  • c0fd3f8df7 fix skipping of the first opening brace in key-value lists Riccardo Mottola 2021-07-06 22:36:51 +0200
  • 8970a0617d parse filename and line on stop Riccardo Mottola 2021-07-06 05:12:13 +0200
  • 079467ccc1 make the parser recursive on a single scanner instead of using substrings Riccardo Mottola 2021-07-06 04:58:20 +0200
  • 34a07aa4d5 we release what we retain Riccardo Mottola 2021-07-06 02:33:29 +0200
  • a43aff41cf fix access Riccardo Mottola 2021-07-05 02:26:54 +0200
  • 5aa4b5813c Make the parser much more recursive and use it also for AsyncStatus records Riccardo Mottola 2021-07-05 02:26:30 +0200
  • 5beb3dfe39 move debugger version into the wrapper Riccardo Mottola 2021-07-05 01:07:16 +0200
  • 7c741d63e6 more work on debuggerWrappe Riccardo Mottola 2021-06-29 23:42:52 +0200
  • b672b3b77c rename PipeDelegate to GDBWrapper Riccardo Mottola 2021-06-29 00:36:27 +0200
  • 244e03d542 handle arrays inside maps Riccardo Mottola 2021-06-25 17:48:52 +0200
  • 5aed0a18c2 add crude Array parsing Riccardo Mottola 2021-06-25 04:36:12 +0200
  • 058a60fbf4 merge conflict Riccardo Mottola 2021-06-25 04:34:41 +0200
  • e3b6cef979 Reduce the number of indent prefs indentation_controller Gregory John Casamento 2021-06-24 20:43:46 -0400
  • 50b835d2b3 Merge branch 'master' of github.com:gnustep/apps-projectcenter into indentation_controller Gregory John Casamento 2021-06-24 19:13:46 -0400
  • 08c40f31f3 parse file and line in case of a gdb breakpoint stop Riccardo Mottola 2021-06-22 02:01:47 +0200
  • 0375286dcf generalize gdb version to debugger version Riccardo Mottola 2021-06-22 01:49:12 +0200
  • 17b6359ba9 Accessor methods for specific debugger information as wellas filename and line. Riccardo Mottola 2021-06-22 01:42:00 +0200
  • 6ab80ec17d improve gdb parser to understand information in {} as a sub-dictionary and look-ahead for it Riccardo Mottola 2021-06-22 01:19:38 +0200
  • f3bacb49c1 Fix more indentation logic. Get rid of old code. Gregory John Casamento 2021-06-19 23:47:03 -0400
  • e0458a60e9 Fix indentation issues. Gregory John Casamento 2021-06-19 22:51:19 -0400
  • b5b4a5632a Correct indentation of parenthesis. Gregory John Casamento 2021-06-19 16:10:51 -0400
  • ec14b0724c Merge branch 'master' of github.com:gnustep/apps-projectcenter into indentation_controller Gregory John Casamento 2021-05-22 00:36:17 -0400
  • 5da063f7e7 Fix HelpFile by saving the property in the app project and generating the plist. Riccardo Mottola 2021-05-13 03:21:16 +0200
  • 82c6aa3162
    Merge pull request #17 from gnustep/checkExtFileMod Riccardo 2021-05-12 22:23:01 +0200
  • 98517d0988 Add Robert Slover, original author, to list of authors in Info panel Gregory John Casamento 2021-04-20 06:02:52 -0400
  • 130cc3c84c Remove commented out code. Gregory John Casamento 2021-04-20 05:54:34 -0400
  • 9bd699c875 Center info panel Gregory John Casamento 2021-04-20 04:42:31 -0400
  • 3cbb6a8960 Replace hardcoded constant for index Gregory John Casamento 2021-04-15 14:13:57 -0400
  • 1f52a0dc9d Add handling of NSPopUpButton Gregory John Casamento 2021-04-15 04:34:28 -0400
  • ec3298e342 Add Tabs section Gregory John Casamento 2021-04-15 04:02:07 -0400
  • 5fc191e9d5 Add new methods for handling tab/spaces section. Gregory John Casamento 2021-04-15 03:01:04 -0400
  • b6c8c2accb Add new methods for handling tab/spaces section. Gregory John Casamento 2021-04-15 02:59:52 -0400
  • b58cd21b19 Add indentation prefs Gregory John Casamento 2021-04-15 01:03:36 -0400
  • b57aaf83e1 Add indentation prefs Gregory John Casamento 2021-04-15 00:38:06 -0400
  • 748c9ef613 Add indentation preference Gregory John Casamento 2021-04-13 11:40:38 -0400
  • 51d9342bbb Add indentation preferences. Gregory John Casamento 2021-04-13 03:16:53 -0400
  • a186488b30 Highlight IBAction/IBOutlet Gregory John Casamento 2021-04-10 06:16:43 -0400
  • 196914ef14 Minor fix to syntax highlighting to make it the same as C for equivalent keywords in ObjC Gregory John Casamento 2021-04-10 06:09:54 -0400
  • f9ed96a3e4 offer option to reload file Riccardo Mottola 2021-04-05 19:51:42 +0200
  • 2ace3c327a re-set modification date on save, show alert panel Riccardo Mottola 2021-03-31 23:25:50 +0200
  • a6fc84bc9b saveFileTo should not update the save time Riccardo Mottola 2021-02-22 16:55:13 +0100
  • 78e4f47c8f use path passed as parameter Riccardo Mottola 2021-02-22 16:00:48 +0100
  • 059e105652 Keep track of the file modification date on each open/save, compare it to the current file to detect external modifications. Riccardo Mottola 2021-02-19 10:45:30 +0100
  • 80deac30d1 Merge branch 'master' into save-graciously Sergei Golovin 2021-02-19 08:22:31 +0400
  • 80a491c245 * Merge branch 'master' into save-graciously Sergei Golovin 2021-02-19 08:17:39 +0400
  • dc71ffd496 * removed unused lvars (forgot to remove them in the previous commit) Sergei Golovin 2021-02-19 08:10:04 +0400
  • a6d6b1a65f * removed the backup feature in PCEditor's saving when the file is externally changed Sergei Golovin 2021-02-19 08:07:47 +0400
  • aa2ce8fd73 notify Gorm only if the file was really saved, or it will reload the old file Riccardo Mottola 2021-02-18 00:32:47 +0100
  • 80d0c2575e
    Merge pull request #12 from svgol/save_new_in_recent Riccardo 2021-02-17 23:09:42 +0100
  • 209f71d692 Open in project directory preferentially if no last open dir (quick version, ignores file type). Riccardo Mottola 2021-02-12 08:45:16 +0100
  • 6544ff872e assure color is in RGB color space vefore calculating inverse Riccardo Mottola 2021-02-11 12:01:48 +0100
  • 59a0afd3df
    Merge pull request #11 from svgol/gorm_rename Riccardo 2021-02-11 00:23:23 +0100
  • e618c988a4 * save just created projects to the list of recent documents Sergei Golovin 2021-02-08 18:44:33 +0400
  • 5d785cea19 * rolled back style changes accidentally introduced Sergei Golovin 2021-02-07 15:51:23 +0400
  • 69b3856b36 * to sync with gnustep:master Sergei Golovin 2021-02-07 15:31:03 +0400
  • ee65f97de6 Merge branch 'master' into save-graciously Sergei Golovin 2021-02-07 15:12:02 +0400
  • 19d497c4d1 * fixed an issue with gorm-file renaming Sergei Golovin 2021-02-07 14:59:49 +0400
  • dcc9e0ef14 activate project only in one place Riccardo Mottola 2021-02-06 19:55:14 +0100
  • 963700e3d6 provide project description for debugging Riccardo Mottola 2021-02-06 19:40:35 +0100
  • b87670431a fix: activate project also if coming from open project Riccardo Mottola 2021-02-06 19:16:17 +0100
  • ad65327732 Respect background selection preferences and infer text as inverse. Riccardo Mottola 2021-02-06 12:31:10 +0100
  • da868f4c0c * follow gnustep:master Sergei Golovin 2021-02-05 16:20:30 +0400
  • a736e7c3bf * fix broken style Sergei Golovin 2021-02-05 16:11:12 +0400
  • 17182aea86 fix return value, avoid warning Riccardo Mottola 2021-02-05 12:39:59 +0100
  • b961ff017e * sync gnustep Sergei Golovin 2021-02-05 10:22:22 +0400
  • 66a9fd8215 * a change from gnustep:master Sergei Golovin 2021-02-05 09:15:14 +0400
  • aef4917359 * synchronization with gnustep Sergei Golovin 2021-02-05 08:35:27 +0400
  • 292c3cd728 * reapplying the branch's changes from the remote source Sergei Golovin 2021-02-05 08:18:13 +0400
  • d9091ea33c * resetting and tracking the gnustep's version Sergei Golovin 2021-02-05 08:02:30 +0400
  • 19b4c014fe * synchronized PCEditor.m with master Sergei Golovin 2021-02-05 06:47:47 +0400
  • 24ede72e4a fixed a segfault due to return void instead of nil- fix by Sergei Golovin Riccardo Mottola 2021-02-04 18:29:54 +0100
  • 263106b117 Cleanup a bit the setting of the active project and the key win. Riccardo Mottola 2021-02-04 17:57:40 +0100
  • b5324e9581 pass the sender to the window, log, if enabled, also the window title Riccardo Mottola 2021-02-04 15:21:05 +0100