Wishes for [XOTclIDE] ---- 1. Warn if editor context is modified before switching to othe method. 1. Optionaly show comment above code without switching. 1. Create object of other type then Object. 1. Custom key binding. 1. Option to store preferences in file on Windows, not in registry. 1. Localization support ? 1. Rewrite all dialogs to pannedwindow if suported in Tk - working on it [Michael Heca] 1. Preserve windows positions. 1. Toolbars and buttons (Above method list: new | override | delete | split edit | invoke) 1. Global search text in system menu, not only from method menu. 1. Popup menu for multiselect list: select all | unselect all | invert selection 1. Customization of fonts and colors 1. Better deployment of tclkits. Including additional libraries from for example kitten or another binary files. 1. Using metakit database for version control - would allow one to run from within a starpack (suggested by [lvirden]) 1. Zoom function by view panels (double click enlarge the panel) 1. GUI Builder 1. Another Plugin architecture. Not plugins-list with componente references but plugins directories with selfdescribet files. (suggested by [Michael Heca]) 1. [Drag and Drop] support (class/variable to tracker, ...) - MH 1. Move split edit command to editor, not only in method menu on component browser - MH 1. [Extreme Programming] project manager like XPWeb http://xpweb.sourceforge.net/ - MH 1. Split edit synchronization like [text::sync] - MH 1. Colapse/expand block in editor - MH 1. Preload component from command line - ''patch send'' MH 1. Send mail with all modification in IDE - MH ;-) 1. Auto update like [StarKit] - MH 1. Class/object command which will be merged in all appropriate list/menu command. - MH 1. Tc/tk help integration to source editor. - MH 1. List all todo lines (or glob/regexp defined) from whole sources and comments. - MH 1. Icon - MH ---- '''Comments and Discusions about Wishes''' [Artur Trzewik] 06.09.2004 [Michael Heca] = MH '''ad 3''' - This functionality is available from Classview (Create Instance) MH: This objects are not saved in db/source code. '''ad 5''' - I thought registry were better way for windows (more chic). Perhaps import and export function for preferences. MH: I am developing on Linux and more version of Windows, with one home dir on net. It's hard to synchronize registry. And sometime after crash the registry is lost. I believe in file. If is ~/.xotlide in home dir, i prefer use it, otherwise registry. '''ad 12''' - planned in next release. '''ad 14''' - Metakit is no SQL database. Addapting XOTclIDE for it would be quite hard. Anyway metakit offers bad multiuser support. '''ad 15''' - I thougt about adapting [Visual Tcl] as Plug-In for it. But the main problem is not to build tk gui but offer OO Gui framework. Good were something like swing or .NET window forms widget set, which have also design time support. ---- [daapp] Using [Visual Tcl] for gui building is bad idea, VTcl produce very bad source code, [TkBuilder] produce much better source code. My wish - is something like Path browser from Python IDLE, e.g. browser for directories and folding for files in it. ---- [XOTclIDE]