** Summary ** '''IDE''' is an acronym for '''Integrated [Development%|%Tcl Developer Guide] Environment''' ** See Also ** [Tcl Developer Guide]: [Tcl Editors]: a large list of editors [GUI Building Tools]: [IDE: from cathedral to patchwork bazaar]: [coming to Tcl/Tk from an IDE environment]: addresses issues encountered by those that have used IDEs for other languages, and likely come to Tcl/Tk development with a particular set of expectations [A do-it-yourself IDE with the text widget]: ** List ** The following is a list of IDE's for Tcl development. *** Written in Tcl *** [Alphatk]: or just [Alpha] on MacOS [ased]: [NEM]: I quite like [ASED], as an IDE for smaller projects, where [Source Navigator] is a bit over the top. [Babel]: vaporware [CrowTDE]: received postive response from the Tcl community [eZdit]: Tcl/Tk IDE. [MyTcl]: Tcl/Tk IDE [PVM]: [Quick-Tk]: [RamDebugger]: a popular open-source debugger that includes a pretty complete IDE: editing with syntax coloring; debugging with breakpoints, variable watches, step over/step into. Even debugging of c++ code. [ScriptIt!]: minimilast IDE for Wish scripts [Sepp]: a simple IDE by [RS%|%Richard Suchenwirth], designed for best usability on [PocketPC], and available via a series of pages on this wiki [Source Navigator]: open-source. parsers scan through source code, extracting information from existing C, C++, Java, Tcl, incr tcl, FORTRAN, COBOL, and assembly programs and then use this information to build a project database. The database represents internal program structures, locations of function declarations, contents of class declarations, and relationships between program components. Source-Navigator graphical browsing tools use this database to query symbols (such as functions and global variables) and the relationships between them. [Tcl Developer Studio]: [Tcl/Tk Project Manager]: [TclTalk]: Have a conversation with the interpreter. [TIDE]: proprietary IDE by [Michael Haschek] that is currently not being distributed [Tiny Tcl/Tk IDE]: a minimalist IDE for emacs [tkBuilder]: [TKproE]: widget property editing, geometry management, canvas editing, namespace management and font management capabilities [Tloona]: [Tycho]: *** Not Written in Tcl *** [Eclipse]: while initially developed as a Java IDE, there have been projects adding support for C/C++/Tcl/Perl, etc. [Emacs]: Editor & kitchen sink; quite useful editor - and, for that matter, has within its community lots of components that, if loaded together, probably add up to much of what one thinks of as an IDE. Those who don't like it may find [ViM] very practical (well, at least in *nix world). It doesn't have nearly the IDE features of EMACS, however. [Geany]: Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. [Kdevelop]: KDE IDE [Komodo]: IDE by ActiveState [Myrmeco]: [http://www.netbeans.org]: a popular IDE in various programming communities. I have seen notes mentioning a plugin that adds Tcl editing support to NetBeans at several places, including [http://forums.netbeans.org/topic5826.html] [http://www.scriptdevelop.com%|%ScriptDev]: a proprietary free IDE for Tcl, python, perl, ruby, lua, etc., supporting editing, debugging, running scripts written in these languages. [ViM]: Emacs and Vim are the traditional kings of the text editing hill [Visual Tcl]: [XF]: [XotclIDE]: provides a [Smalltalk]-like graphical programming environement (ENVY, Squeak, Visual Works) ** Defunct ** The following IDE's are gone, gone, gone. [Albacore]: [C-Forge]: [Elixir]: [Pro-X]: ** Misc ** Some people mention [TclPro], but TclPro is NOT an IDE. At least not by the criteria listed as [what features would be useful in a Tcl IDE]. It does not have an integrated editor. In fact, TclPro is a set of non-integrated tools. The TclPro debugger is a GUI-based, debug-only environment... However, Komodo, historically considered a descendant of TclPro (though I suspect little or no code in common) is a ''proper'' IDE. ---- Some have referred to [VisualGipsy] as an IDE - but its description seems less an IDE and more a layout application. I don't know if it is still available. ---- [escargo] 2006-03-28: I was interested to see that several of the [Python] IDE projects are getting together to try to combine and consolidate their work, and remove duplication: http://pyxides.stani.be/ Whether such a thing is practical or desirable for [Tcl] and [Tk] as well would be its own discussion. It seems like those people who venture off and create their own editors or IDEs are doing because of perceived gap in the functions of the IDEs that are already available. (Although some might be doing it purely as a learning experience.) Any new tool needs to offer enough advantages that the effort of learning a new tool and discarding old tools is worth the investment. There's got to be a substantial reason to switch. I've been thinking that something that an IDE or a [Notebook App] or [Personal Wikis] combined a feature like [FIT] might be worth doing. [tb] 2007-06-12: People come to Tcl/Tk from different places with different preferences of workflow and code management. If they come here, look around and get a list of [IDE]s along with a short description, they can easily decide which one to go with. In contrast, to create a ''"OneAndOnlyIDE"'' for Tcl/Tk would always have to formalize things like code/documentation management, exchange and deployment. Although this has advantages, it would give Tcl/Tk only one face of many. [escargo]: I recognize that one size does not fit all, but on the other hand, reinventing the wheel is often a waste of effort. To me it makes some sense to have a framework where different functions can be added on in a modular fashion so the whole assembly becomes more useful than in a bunch of separate, disparate tools that never get enough effort to be truly useful. <> [Category Glossary] | [Category Dev. Tools] | [Category Discussion]