IDE - Integrated Development Environment. PC manages code and builds applications, frameworks and libraries, use GORM for Interface editing.
Find a file
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
Documentation mark editor undo as done 2010-07-23 10:33:03 +00:00
English.lproj slightly revamp InfoPanel, remove maintainer, make larger, show all names 2014-11-20 11:45:57 +00:00
Framework * fixed an issue with gorm-file renaming 2021-02-07 14:59:49 +04:00
Headers Remove custom ToolTip implementation now present in GUI 2019-05-21 23:15:16 +02:00
Images added icon drawn by me 2009-09-19 21:44:23 +00:00
Modules Respect background selection preferences and infer text as inverse. 2021-02-06 12:31:10 +01:00
Resources add bundle identifier 2016-03-22 23:17:36 +00:00
.cvsignore Fixed bug #11779 2005-06-07 20:39:06 +00:00
.dist-ignore Start merging branches 2004-06-11 13:43:02 +00:00
.gitignore ignore swap files 2020-09-08 17:41:42 +02:00
ChangeLog Respect background selection preferences and infer text as inverse. 2021-02-06 12:31:10 +01:00
COPYING License 2008-04-22 23:19:05 +00:00
GNUmakefile make NSIS packageable 2016-06-21 07:37:23 +00:00
GNUmakefile.postamble 2007-07-19 Sergii Stoian <stoyan255@gmail.com> 2007-07-18 23:01:17 +00:00
GNUmakefile.preamble 2010-07-31 Sergii Stoian <stoyan255@ukr.net> 2010-08-07 21:56:04 +00:00
PCAppController.m activate project only in one place 2021-02-06 19:55:14 +01:00
PCFindController.m Use #import throughout 2008-12-30 13:47:27 +00:00
PCInfoController.m * PCMenuController.m: 2009-02-14 15:45:52 +00:00
PCMenuController.m Changes to allow Windows user make a new project using native Open/Save panels. 2014-03-03 04:24:05 +00:00
PCPrefController.m remove debug log 2015-03-22 22:57:16 +00:00
ProjectCenter_main.m Use #import throughout 2008-12-30 13:47:27 +00:00