Commit graph

  • c9d1f808dd * introduced a pref to open file panels within the active project directory Sergei Golovin 2021-02-04 12:07:41 +0400
  • 29da4916e6 * forbid empty filename or filename with only whitespaces Sergei Golovin 2021-02-04 11:04:57 +0400
  • 5d4b85c9f4 * fixed a typo Sergei Golovin 2021-02-04 10:12:28 +0400
  • 3350b414bc * abide style... removed dependency on EasyDiff Sergei Golovin 2021-02-04 09:26:14 +0400
  • 67a6567911 * abide GNUstep style Sergei Golovin 2021-02-04 09:20:58 +0400
  • 76b8316b5c Check for invalid filenames and in case, reset to the original file name. Riccardo Mottola 2021-02-03 23:17:42 +0100
  • 1541788856 Do not open an external editor if an in-window is requested. Riccardo Mottola 2021-02-03 22:16:32 +0100
  • eb5837315c
    Merge pull request #3 from onflapp/fix-project-builder-log-selection Riccardo 2021-02-03 21:14:02 +0100
  • 7e91330100 * save files graciously taking into account there are modifications possible... Sergei Golovin 2021-02-02 13:42:22 +0400
  • c0a820612c Access preferences directly without going through PCPrefController which is not part of the PC Framework (only its protocol PCPreferences is) Riccardo Mottola 2020-09-09 00:25:28 +0200
  • 445b31db3f Separate font accessors in to class and instance methods. Do not use preferences in class methods, since they are outside the protocol. Riccardo Mottola 2020-09-08 23:52:03 +0200
  • 3df9137f39 Add setters for fonts. Riccardo Mottola 2020-09-08 23:28:44 +0200
  • 79125b35a8 use instance variable after setting it correctly rmottola 2020-09-08 20:51:23 +0200
  • 334bfd1f37 Access Preferences through its protocol, since the launcher is in the Framework. Riccardo Mottola 2020-09-08 17:43:31 +0200
  • 654aca86ef ignore swap files Riccardo Mottola 2020-09-08 17:41:42 +0200
  • 0a7eef8191 focus window after project file has been reopened OnFlApp 2020-08-30 19:04:27 +0200
  • 57ec554ffc prevent external file from being open on first selection OnFlApp 2020-08-30 15:50:47 +0200
  • f911af422f fix selection color of project builder log OnFlApp 2020-08-30 15:19:28 +0200
  • acf38c1b62
    Merge pull request #2 from enzuru/fix-editor-preference Gregory Casamento 2020-04-20 01:50:15 -0400
  • 3b006be691 Fix broken editor preference Ahmed Khanzada 2020-04-18 15:48:58 -0700
  • 75785db7e4 Fix range to use characters and not glyphs, sicne highlighting is based on chars. Riccardo Mottola 2020-04-16 23:45:12 +0200
  • 8b48d77cbb Uniform font defaults to use PCPreferenceController, fix Debugger to actually make setFont work thorugh the view-delegate chain. Riccardo Mottola 2020-03-24 23:54:22 +0100
  • 5d80d86a0c do not set delegate to NSOwner, we set it prorgammatically anyway Riccardo Mottola 2020-03-24 23:50:33 +0100
  • 5f360ca78b Fix loading of font from preferences. Riccardo Mottola 2020-03-24 17:24:41 +0100
  • 0cdbc996a9 Remove compiler warnings by removing unneeded code. fredkiefer 2019-12-29 13:37:39 +0100
  • 6c4099258c Uniform context type to NSUInteger Riccardo Mottola 2019-05-25 18:02:29 +0200
  • 97aa34218f Remove custom ToolTip implementation now present in GUI Riccardo Mottola 2019-05-21 23:15:16 +0200
  • 0f8d024577 Add some GSDoc makefile aids Riccardo Mottola 2018-06-19 00:21:26 +0200
  • bf394dce9c Fix for nill bundle identifier. Riccardo Mottola 2017-08-16 07:26:43 +0200
  • b4a148712e Add property keywords to ObjC syntax highlighting Graham Lee 2017-07-25 08:51:22 +0100
  • 05085b3fd4 Add property keywords to ObjC syntax highlighting Graham Lee 2017-07-25 08:51:22 +0100
  • 5792e6dbfc Fix wrong declaration and missing subtype option Riccardo Mottola 2017-01-17 14:42:37 +0000
  • d894b87557 Pass options to createProjectAt and use those to create Gorm/Renaissance subtypes, enable the former by default Riccardo Mottola 2017-01-13 01:33:37 +0000
  • f1db0b7265 Conditionally split on windows with CR-LF Riccardo Mottola 2016-12-16 01:24:14 +0000
  • af6ec6a874 Fix off-by-one in length when checking the last character Riccardo Mottola 2016-11-28 16:07:19 +0000
  • 478033988a improve parsing of initial and ending, fix pasing of quoted quotes as well Riccardo Mottola 2016-11-25 17:27:15 +0000
  • 340d101ffd skip and report empty lines as PCDBEmptyRecord Riccardo Mottola 2016-11-25 15:51:28 +0000
  • 6e70451153 do not show string Riccardo Mottola 2016-11-25 14:05:02 +0000
  • 19997eb5c1 Implemented debuggerSetup method. Gregory John Casamento 2016-11-19 16:25:37 +0000
  • b9df6e5d27 Commands need new-line Riccardo Mottola 2016-11-18 00:23:54 +0000
  • 3edc315827 Connect add/remove buttons. Riccardo Mottola 2016-11-18 00:13:35 +0000
  • eab302cc30 Change debuggerStarted to YES. Gregory John Casamento 2016-11-17 14:21:29 +0000
  • b7fc2a0ccf Added notification to fix breakpoint loading. Gregory John Casamento 2016-11-17 14:18:48 +0000
  • db013f327c differentiate line and method insert commands Riccardo Mottola 2016-10-13 23:12:24 +0000
  • 98d05ffe44 Add skeleton to handle breakpoints, add breakpoint types Riccardo Mottola 2016-09-29 08:58:57 +0000
  • 4e2edf5d4f add missing import Riccardo Mottola 2016-09-07 13:04:38 +0000
  • 4228651008 no resources currently Riccardo Mottola 2016-09-07 13:04:28 +0000
  • 6139623d1e delegate getter Riccardo Mottola 2016-07-07 09:23:52 +0000
  • 93a9d4bb47 make NSIS packageable Riccardo Mottola 2016-06-21 07:37:23 +0000
  • dab7063bc1 Add code to make commands appear when buttons are pressed in the debugger. Gregory John Casamento 2016-06-06 15:47:39 +0000
  • 0e1fad82d3 tweak label positioning and sizing Riccardo Mottola 2016-05-25 23:40:24 +0000
  • 78c6f1622a Transition to NSInteger/NSUInteger Riccardo Mottola 2016-05-22 20:00:54 +0000
  • 2dff311c2a Comply to protocol Riccardo Mottola 2016-05-22 19:39:04 +0000
  • f06ea6a5b6 some clean up Riccardo Mottola 2016-05-22 18:50:22 +0000
  • 9e127b1771 mingw64 fix Richard Frith-MacDonald 2016-05-19 07:35:46 +0000
  • 196afa593c clean PID before running Riccardo Mottola 2016-05-16 09:36:35 +0000
  • 58ced060bf move header inclusion up Riccardo Mottola 2016-05-15 22:57:30 +0000
  • bd2c3557bc For GDB < v. 7 (on win), attempt to grab process id from Windows thread information. Riccardo Mottola 2016-05-15 08:28:57 +0000
  • 3c0c85f3a5 On windows kill with DebugBreakProcess() and not tskill. Available only on WinXP or higher. Riccardo Mottola 2016-05-15 08:27:14 +0000
  • 27f8ec6f47 minor Riccardo Mottola 2016-05-15 08:26:40 +0000
  • f2a5703959 parse GDB version from initial information Riccardo Mottola 2016-05-12 23:41:27 +0000
  • 2a05234abb gdb version ivar and accessors. Plus, do not start quiet or version is not shown Riccardo Mottola 2016-05-12 23:29:47 +0000
  • 486dfc7197 Remove PTYView.* classes. Gregory John Casamento 2016-05-09 05:27:06 +0000
  • 684a1b9836 actually set arguments Riccardo Mottola 2016-05-05 23:27:58 +0000
  • be30cbfa45 Minor changes. Gregory John Casamento 2016-05-05 19:44:43 +0000
  • 7bb6b0a2cc Partial parsing of result records. Gregory John Casamento 2016-05-05 17:15:21 +0000
  • 21907bf78c Handle more escaped sequences. Gregory John Casamento 2016-05-05 15:24:23 +0000
  • 71a0c53576 Parser code for MI output Gregory John Casamento 2016-05-03 23:41:18 +0000
  • 13412a4318 Parse pid from MI output. Gregory John Casamento 2016-05-03 22:01:00 +0000
  • 21ddb6e18a call self, not the view, to interrupt Riccardo Mottola 2016-05-03 21:47:41 +0000
  • 18d31ca7ee initialize the PID and use it Riccardo Mottola 2016-05-03 21:31:37 +0000
  • 55b4d1a424 move process id into the debugger from the view Riccardo Mottola 2016-05-03 21:26:31 +0000
  • 1ab5955e3d move interrupt method to the debugger class and add windows implementation through tskill Riccardo Mottola 2016-05-03 16:37:37 +0000
  • 9396623f6f also update the protocol to executablePath Riccardo Mottola 2016-05-03 16:24:30 +0000
  • 18d49572ee Do not permit deletion beyond the new line or the gdb prompt Riccardo Mottola 2016-05-02 22:39:25 +0000
  • 1efa2a8783 Refactor path to executablePath Riccardo Mottola 2016-05-02 22:34:57 +0000
  • 94cdea40d3 accessors for the pipe delegate to have the debugger Riccardo Mottola 2016-04-28 13:56:31 +0000
  • ce45c22ac0 reconnect some outlets Riccardo Mottola 2016-04-06 01:23:34 +0000
  • f1f0317cce make outlets explicit Riccardo Mottola 2016-04-05 23:54:51 +0000
  • cc279c49d0 make outlets explicit Riccardo Mottola 2016-04-05 23:41:26 +0000
  • bc6d46ce5d inherit from NSObject protocol Riccardo Mottola 2016-03-23 01:32:01 +0000
  • 20aaffe6bd view delegate not super Riccardo Mottola 2016-03-23 01:28:08 +0000
  • 9d1a01891c deisable PTY in build Riccardo Mottola 2016-03-23 00:31:14 +0000
  • 0bc7e0d6b1 make ptyview follow the delegate protocol Riccardo Mottola 2016-03-23 00:19:46 +0000
  • 98712ea405 Merge in from pipes branch: stdio/stdout over pipes handled in a separate delegate class Riccardo Mottola 2016-03-22 23:30:14 +0000
  • ffe529218b add bundle identifier Riccardo Mottola 2016-03-22 23:17:36 +0000
  • 34c9eb4279 Merge from branch: check bundle loading and warn Riccardo Mottola 2016-03-22 23:16:45 +0000
  • b531ee6acb rename ptyview to pipedelegate ptyview_with_pipes Riccardo Mottola 2016-03-22 22:36:05 +0000
  • d8e498111e rename ptyview to pipedelegate Riccardo Mottola 2016-03-22 22:34:07 +0000
  • be6efbe7ba split view to delegate Riccardo Mottola 2016-03-22 22:08:30 +0000
  • 715c206bab use fixed font size Riccardo Mottola 2016-03-17 18:07:59 +0000
  • d32078bd43 color output Riccardo Mottola 2016-03-17 17:05:51 +0000
  • 4e43654f0a make more robust and warn if called empty Riccardo Mottola 2016-03-17 15:21:50 +0000
  • fc3846ac2f warn if no debugger found Riccardo Mottola 2016-03-17 15:21:11 +0000
  • 12c4b63b33 enable debugger on windows Riccardo Mottola 2016-03-17 15:20:49 +0000
  • e082b8e3d7 treat keyboard input special and log it Riccardo Mottola 2016-03-17 11:09:21 +0000
  • 5de3da106c MI refactoring mi_refactoring Gregory John Casamento 2016-03-16 07:13:26 +0000
  • d1a269c0cb handle CR to LF Riccardo Mottola 2016-03-16 00:50:17 +0000
  • b964564325 Move riccardo's change to a branch. Gregory John Casamento 2016-03-15 22:48:44 +0000
  • 233b83b218 Move Riccardo's recent change to a branch and back it out on trunk so I can continue with MI work. Gregory John Casamento 2016-03-15 22:46:05 +0000