2008-12-20 23:13:00 +00:00
|
|
|
TODO
|
2004-06-11 13:43:02 +00:00
|
|
|
****
|
|
|
|
|
2006-12-26 10:58:39 +00:00
|
|
|
This is the GNUstep ProjectCenter TODO list.
|
|
|
|
Feel free to propose changes to this list or make suggestions!
|
2004-06-11 13:43:02 +00:00
|
|
|
|
2006-12-26 17:04:57 +00:00
|
|
|
ProjectCenter 0.4 Owner/Status
|
|
|
|
----------------- ------------
|
2004-06-11 13:43:02 +00:00
|
|
|
|
2007-01-19 00:06:32 +00:00
|
|
|
- Review and cleanup of PC project bundles/templates [done!]
|
|
|
|
- Finish Project Inspector [done!]
|
|
|
|
- Inspector UI using Gorm [done!]
|
|
|
|
- File creation (File->New in project) cleanup and finishing [done!]
|
|
|
|
- Initial suprojects support [done!]
|
|
|
|
- Finish support of external editors [done!]
|
|
|
|
- Preferences enhancements and UI using Gorm [done!]
|
|
|
|
- Remember project windows and panels in PC.project [done!]
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
ProjectCenter 0.5
|
|
|
|
-----------------
|
|
|
|
|
2008-02-20 00:00:56 +00:00
|
|
|
- Create ProjectWindow GORM file [done!]
|
2007-01-19 00:06:32 +00:00
|
|
|
- Add "Framework" project type [done!]
|
|
|
|
- Add "Resource Set" project type [done!]
|
|
|
|
- Implement on demand loading of bundles [done!]
|
|
|
|
- Localization support for projects [done!]
|
2009-02-21 21:24:24 +00:00
|
|
|
- Finish save/restore size of split views in Project Window [done!]
|
2006-12-26 10:58:39 +00:00
|
|
|
--- Project Editor:
|
2008-02-20 00:00:56 +00:00
|
|
|
- Implement on demand loading (editor for file type) [done!]
|
|
|
|
- Open some files read only (Supporting Files) [done!]
|
2007-01-19 00:06:32 +00:00
|
|
|
- Implement code parser (get it from CodeEditor?) [done!]
|
2008-02-20 00:00:56 +00:00
|
|
|
- Project Browser should show file structure. [done!]
|
|
|
|
- Click on Browser item should move cursor to line in file [done!]
|
2006-12-26 10:58:39 +00:00
|
|
|
--- Project Builder:
|
2008-02-20 00:00:56 +00:00
|
|
|
- Create panel and builder GORM files [done!]
|
2007-01-19 00:06:32 +00:00
|
|
|
- Implement root build directory handling [done!]
|
2007-08-21 23:22:12 +00:00
|
|
|
- Finish options handling [done!]
|
2007-01-19 00:06:32 +00:00
|
|
|
- Parse gcc output [95% done!]
|
|
|
|
- Display warnings,errors,options etc. as clickable list [done!]
|
2007-08-21 23:22:12 +00:00
|
|
|
- GNUstep make version 2.0 compliance [done!]
|
2008-02-20 00:00:56 +00:00
|
|
|
- Save last used path separately for different file panels [done!]
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
ProjectCenter 0.6
|
|
|
|
-----------------
|
|
|
|
|
2008-12-20 23:13:00 +00:00
|
|
|
- Create new Info panel [done!]
|
2008-12-30 01:17:05 +00:00
|
|
|
- Implement support for integrated debugging [90% done]
|
2009-03-27 07:04:09 +00:00
|
|
|
- change project type from file to bundle [done!] casamento/mottola
|
2009-02-08 00:38:13 +00:00
|
|
|
- Finish FileNameIcon (draggable, files can be dragged to it) [done!]
|
2009-02-10 00:31:55 +00:00
|
|
|
- More options for file creation [done!]
|
2009-02-22 21:46:01 +00:00
|
|
|
- Review all situations when dialogs must be popped up [done!]
|
2009-02-22 22:32:34 +00:00
|
|
|
- Check all textfields if 'scrollable' attribute set [done!]
|
2009-03-15 22:47:23 +00:00
|
|
|
- Rewrite Preferences (3rd party sections etc.) [done!]
|
2009-02-23 19:08:02 +00:00
|
|
|
--- Project Builder --------------------------------------------
|
2009-03-20 00:53:39 +00:00
|
|
|
- Review build, compiler, linker options setting
|
2009-03-22 00:12:43 +00:00
|
|
|
(Build Options, Inspector) [done!]
|
2009-03-20 00:53:39 +00:00
|
|
|
- Finish parsing build output (compiler errors/warnings,
|
|
|
|
make errors, gnustep-make verbose mode) stoyan
|
2009-03-22 00:12:43 +00:00
|
|
|
- Finish interaction with Editor (errors, warnings) stoyan
|
|
|
|
- Add support for running configurable(Build Options)
|
|
|
|
command before and after make stoyan
|
2007-08-21 23:22:12 +00:00
|
|
|
--- Project Editor ---------------------------------------------
|
2009-03-05 00:42:59 +00:00
|
|
|
- review situations when editor is opened stoyan
|
|
|
|
- implement go to line stoyan
|
2007-08-21 23:22:12 +00:00
|
|
|
- Implement interaction with Builder (errors, warnings) stoyan
|
2009-02-15 00:24:12 +00:00
|
|
|
- Implement indentation stoyan
|
2010-07-23 10:33:03 +00:00
|
|
|
- implement undo inside editor [done!]
|
2009-03-20 00:53:39 +00:00
|
|
|
- Add and use basic editor preferences (fonts, colors, sizes) [50% done]
|
2009-03-22 00:12:43 +00:00
|
|
|
--- Project Inspector ------------------------------------------
|
|
|
|
- Make sections as loadable bundles stoyan
|
|
|
|
- Finish functionality of all sections stoyan
|
|
|
|
- Review all sections for correct behaviour stoyan
|
2009-02-22 22:32:34 +00:00
|
|
|
- Split "Application" to "Application GORM" and
|
2009-03-20 00:53:39 +00:00
|
|
|
"Application Renaissance" project types stoyan
|
2008-12-20 23:13:00 +00:00
|
|
|
- Add "Palette" project type ???
|
|
|
|
- Add "Component" project type ???
|
2009-02-23 19:08:02 +00:00
|
|
|
- Process reported bugs ???
|
2009-03-20 00:53:39 +00:00
|
|
|
- Think about imlementing pending adding/removal of files ???
|
2009-03-27 07:04:09 +00:00
|
|
|
- New icons. Need volunteers!!! ???
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
ProjectCenter 0.7
|
|
|
|
-----------------
|
|
|
|
|
2009-03-22 00:12:43 +00:00
|
|
|
- Finish suppor of integrated debugging ???
|
2009-02-15 00:24:12 +00:00
|
|
|
- Add support for browsing 'Library' category entries ???
|
|
|
|
- Add support for non-project files ???
|
2009-02-23 19:08:02 +00:00
|
|
|
- Implement symbols indexing. This feature touches Browser
|
|
|
|
(class and method list) and Editor (autocompletion) ???
|
2009-03-05 00:42:59 +00:00
|
|
|
- Editor: implement autocompletion ???
|
2006-12-26 10:58:39 +00:00
|
|
|
- An initial project wide find feature ???
|
2009-03-22 00:12:43 +00:00
|
|
|
- Better integration with other tools (GORM). DevKit? ???
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
ProjectCenter 0.8
|
|
|
|
-----------------
|
|
|
|
|
2009-02-23 19:08:02 +00:00
|
|
|
- Implement code folding in Editor ???
|
2006-12-26 10:58:39 +00:00
|
|
|
- Direct code documentation (using autogsdoc) ???
|
2009-03-22 00:12:43 +00:00
|
|
|
- Think about adopting existing directory tree (more flexible
|
2009-03-25 21:03:57 +00:00
|
|
|
directory configurations) [bug #22008] ???
|
2004-06-11 13:43:02 +00:00
|
|
|
|
|
|
|
ProjectCenter 0.9
|
|
|
|
-----------------
|
|
|
|
|
2006-12-26 10:58:39 +00:00
|
|
|
- ProjectCenter localization ???
|
2009-03-22 00:12:43 +00:00
|
|
|
- Initial user documentation ???
|
2009-03-25 21:03:57 +00:00
|
|
|
- Implement Plist editor for editing project files[bug #22124] ???
|
2004-06-11 13:43:02 +00:00
|
|
|
- An initial class browser/documentation feature ???
|
|
|
|
|
|
|
|
ProjectCenter 1.0
|
|
|
|
-----------------
|
|
|
|
|
2009-03-22 00:12:43 +00:00
|
|
|
Version 1.0 is aimed at stabilising and optimising existing
|
2004-06-11 13:43:02 +00:00
|
|
|
features. There will not be any new features since 0.9.
|
|
|
|
|
2009-03-22 00:12:43 +00:00
|
|
|
After 1.0
|
|
|
|
---------
|
|
|
|
- CVS/SVN integration ???
|
|
|
|
|