mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
IDE - Integrated Development Environment. PC manages code and builds applications, frameworks and libraries, use GORM for Interface editing.
* 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; |
||
---|---|---|
Documentation | ||
English.lproj | ||
Framework | ||
Headers | ||
Images | ||
Modules | ||
Resources | ||
.cvsignore | ||
.dist-ignore | ||
.gitignore | ||
ChangeLog | ||
COPYING | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
GNUmakefile.preamble | ||
PCAppController.m | ||
PCFindController.m | ||
PCInfoController.m | ||
PCMenuController.m | ||
PCPrefController.m | ||
ProjectCenter_main.m |