apps-projectcenter/Framework
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
..
English.lproj tweak label positioning and sizing 2016-05-25 23:40:24 +00:00
Resources Enable project addition of obj-c++ classes 2015-06-15 22:26:14 +00:00
GNUmakefile Enable project addition of obj-c++ classes 2015-06-15 22:26:14 +00:00
GNUmakefile.postamble Updated commented code to be gnustep-make v2.0 compliant 2007-12-13 19:12:36 +00:00
GNUmakefile.preamble * Move PCPrefController out of the Framework 2009-01-26 22:56:03 +00:00
PCAddFilesPanel.m Do not use GS internals but standard methods 2014-09-02 09:36:30 +00:00
PCAuxiliaryWindow.m Improvements to handle the style NSWindows95InterfaceStyle. 2013-09-25 00:25:49 +00:00
PCBundleManager.m Merge from branch: check bundle loading and warn 2016-03-22 23:16:45 +00:00
PCButton.m Remove compiler warnings by removing unneeded code. 2019-12-29 13:37:39 +01:00
PCEditorManager.m fixed a segfault due to return void instead of nil- fix by Sergei Golovin 2021-02-04 18:29:54 +01:00
PCFileCreator.m Enable project addition of obj-c++ classes 2015-06-15 22:26:14 +00:00
PCFileManager.m fix warning of unused variable 2014-10-24 12:14:51 +00:00
PCFileNameField.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCFileNameIcon.m * unsigned int -> NSDragOperation 2013-02-25 17:24:33 +00:00
PCLogController.m 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCMakefileFactory.m Add helpful warning about setting path in main make file 2015-11-05 17:16:02 +00:00
PCProject.m * fixed an issue with gorm-file renaming 2021-02-07 14:59:49 +04:00
PCProjectBrowser.m Fix broken editor preference 2020-04-18 15:48:58 -07:00
PCProjectBuilder.m fix selection color of project builder log 2020-08-30 15:19:28 +02:00
PCProjectBuilderOptions.m * Framework/PCProjectBuilder.m: 2009-04-14 23:24:14 +00:00
PCProjectBuilderPanel.m * Framework/PCProjectManager.m: 2009-03-16 23:32:00 +00:00
PCProjectEditor.m * fixed an issue with gorm-file renaming 2021-02-07 14:59:49 +04:00
PCProjectInspector.m fix return value, avoid warning 2021-02-05 12:39:59 +01:00
PCProjectLauncher.m use instance variable after setting it correctly 2020-09-08 20:51:23 +02:00
PCProjectLauncherPanel.m Remove compiler warnings by removing unneeded code. 2019-12-29 13:37:39 +01:00
PCProjectLoadedFiles.m * Framework/PCProjectBrowser.m 2013-02-10 18:34:12 +00:00
PCProjectLoadedFilesPanel.m Remove compiler warnings by removing unneeded code. 2019-12-29 13:37:39 +01:00
PCProjectManager.m activate project only in one place 2021-02-06 19:55:14 +01:00
PCProjectWindow.m pass the sender to the window, log, if enabled, also the window title 2021-02-04 15:21:05 +01:00
PCSaveModified.m * Framework/PCProjectBrowser.m 2013-02-10 18:34:12 +00:00