Komodo Edit 4.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Komodo Edit 4.3 (Default branch)
# 1  
Old 03-12-2008
Komodo Edit 4.3 (Default branch)

Image Komodo Edit delivers powerful editing capabilities for dynamic languages including Perl, PHP, Python, Ruby and Tcl. It also supports browser-side code including JavaScript, CSS, HTML, and XML. Background syntax checking and syntax coloring catch errors immediately, while AutoComplete and CallTips guide developers as they code. Other features include a project manager and the Toolbox, which stores configurable "Run" commands, macros, code snippets, URLs, templates, menus, toolbars, and remote files. License: Free To Use But Restricted Changes:
Unit test integration. Find/replace system improvements. The ability to replace in files and find in projects, as well as multi-line find/replace. Asynchronous SCC operations. Abbreviations. Improved PHP autocompletion. Perl 5.10 support and Tcl 8.5 support.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
monodoc(1)						      General Commands Manual							monodoc(1)

NAME
monodoc - GUI Mono documentation browser SYNOPSIS
monodoc [options] DESCRIPTION
monodoc is a GTK#-based browser for viewing collected API documentation for CLI libraries installed on the system RUNTIME OPTIONS
The following options are available for browsing documentation: TOPIC Start the browser at TOPIC (ex. N:System, T:System.Object, M:System.Object.Equals, and P: for properties, F: for fields, E: for events, etc.) --help Print a brief instructions on usage --about About the monodoc browser --html TOPIC Print the HTML contents of TOPIC --make-index Create the documentation index --make-search-index Create the searchable documentation index --engine Select a browser backend (Gecko, GtkHtml, WebKit, MonoWebBrowser) The following options are available for authoring documentation: --assemble Runs the doc assembler --cs-to-ecma DOCFILE ASSEMBLY OUTPUT LIBRARY-NAME Converts C# documentation to Monodoc format --edit path Edit (unassembled) documentation at path --get-sourcesdir Prints the location of monodoc sources --merge-changes CHANGE_FILE [TARGET_DIR] --normalize Format a documentation file consistently --validate Validate the XML files SEE ALSO mono(1), mdassembler(1), mdcs2ecma(1), mdnormalizer(1), mdvalidator(1), monodocs2html(1), monodocer(1) monodoc(1)