| Syntax Name | Author | Added | Updated |
| NC-APT | Bryan Felsher | 2013-05-09 | 2013-05-09 |
NC and APT, AS, or APTSOURCE files are used in the programming and control of CNC machines.
This is a work in progress. Please add to this and upload. My intention is to build something that will work with both NC and APT type files, but it may be better to build navigation schemes for either NC or APTSOURCE files.
Extensions: *.nc; *.apt; *.as; *.aptsource |
| COBOL-85 (ANSI) | Oliver Heimlich | 2013-04-30 | 2013-04-30 |
This navigation scheme is for ANSI-COBOL `85, which uses the following fixed format.
Columns 1–6: Sequence Number
Column 7: Indicator Area (comments are indicated by “*” or “/”)
Columns 8–11: Area A
Columns 12–72: Area B
Columns 73–80: Program Identification (ignored by compiler)
It offers a navigation tree for …
• divisions (identification division, environment division, data division, procedure division …)
• (procedure) sections (configuration section, working-storage section, local-storage section, linkage section …)
• includes within the head divisions (copybooks)
When detailed folding is enabled it will enable folding of …
• comments: blocks with ≥ 4 subsequent lines of documentation
• (nested) blocks in the procedure division: conditional constructs (if-then-else / evaluate), loops (perform)
Extensions: *.cob;*.cbl Web site: http://en.wikipedia.org/wiki/COBOL#COBOL_1985 |
| SRT Subtitle | Thomas Vackier | 2013-04-03 | 2013-04-03 |
SubRip subtitle text file format
Extensions: *.srt Web site: http://en.wikipedia.org/wiki/SubRip |
| ASP.NET | Just Great Software | 2010-09-26 | 2013-03-06 |
XML node tree, excluding empty nodes, ignoring VB.NET or C# code
Extensions: *.aspx;*.asax;*.ascx |
| XML | Just Great Software | 2010-09-26 | 2013-03-06 |
XML node tree, excluding empty nodes
Extensions: *.xml;*.dtd;*.xhtml;*.xsl;*.xslt Web site: http://www.w3.org/XML/ |
| XML Detailed Content | Just Great Software | 2010-09-26 | 2013-03-06 |
XML node tree, with an extra "content" node to select the text between a par of XML tags. Empty nodes are listed too.
Extensions: *.xml;*.dtd;*.xhtml;*.xsl;*.xslt;*.xsd Web site: http://www.w3.org/XML/ |
| XML Detailed | Just Great Software | 2010-09-26 | 2013-03-06 |
XML node tree, including empty nodes
Extensions: *.xml;*.dtd;*.xhtml;*.xsl;*.xslt Web site: http://www.w3.org/XML/ |
| XML ID Attributes | Just Great Software | 2010-09-26 | 2013-03-06 |
Tree of XML elements with "id" attributes, in the order they have in the XML file. Suitable for XML files where the id attributes are more important than the elements having those attributes. A prime example are DocBook files where the sect1, sect2, etc. tags are all the same, but the id attributes are unique.
Web site: http://www.w3.org/XML/ |
| XML Name Attributes | Just Great Software | 2010-09-26 | 2013-03-06 |
Tree of XML elements with "name" attributes, in the order they have in the XML file. Suitable for XML files where the name attributes are more important than the elements having those attributes. A prime example are XML schemas.
Extensions: *.xsd Web site: http://www.w3.org/XML/ |
| XML Name Attributes Alphabetically | Just Great Software | 2010-09-26 | 2013-03-06 |
Alphabetically sorted tree of XML elements with "name" attributes. Suitable for XML files where the name attributes are more important than the elements having those attributes. A prime example are XML schemas.
Extensions: *.xsd Web site: http://www.w3.org/XML/ |
| Delphi | Just Great Software | 2010-09-26 | 2013-02-18 |
Lists classes (with fields, methods and properties), contants, procedures, resource strings, types, used units and variables defined in Delphi (Win32) source code
Extensions: *.pas;*.dpr; Web site: http://www.codegear.com/products/delphi/win32 |
| C# | Just Great Software | 2010-09-26 | 2012-12-06 |
C# namespaces, classes, structs and interfaces with constants, fields, methods, properties, events, operators, indexers, enums and delegates.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.cs Web site: http://www.ecma-international.org/publications/standards/Ecma-334.htm |
| Tcl | Just Great Software | 2012-05-27 | 2012-05-27 |
Extensions: *.tcl Web site: http://www.tcl.tk |
| LaTeX | Just Great Software | 2012-05-14 | 2012-05-14 |
A simple TeX file navigation scheme. It folds chapters, sections, subsections and subsubsections in a hierarchical way.
Extensions: *.tex |
| Minitab Macros (Sibley) | Mark A. Sibley | 2012-02-17 | 2012-02-17 |
For use with Minitab Macros
Extensions: *.mac |
| Autohotkey Full layout | FOR EditPad Vs 6.0.5 - 6.7.1 | 2012-01-24 | 2012-01-30 |
Event Fold
Adds code folding points to blocks delimited by Starting Colon in Text file
No Tree-folding for End Colons ":" OR "::"
Additional Fold and colour markers included: See file
Extensions: *.ahk Web site: http://www.editpadpro.com/ |
| Visual Basic form | Just Great Software | 2010-09-26 | 2011-11-08 |
Form files for Visual Basic 6 and earlier
Extensions: *.frm Web site: http://msdn.microsoft.com/vbasic/ |
| Perl script | Just Great Software | 2010-09-26 | 2011-10-03 |
Alphabetic list of subs in a Perl script.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.pl;*.pm Web site: http://www.perl.org |
| Blue Coat Sysinfo | Greg Wesson | 2010-07-09 | 2011-06-01 |
File navigation scheme includes folding ranges. Supported folding ranges are Condition definitions, Visual Policy Manager XML, Exceptions, Certificates, Authentication Forms, Advanced URL sections (starting with URL_Path and ending with 74 underscores)
Configuration advanced URL is manually excluded since that section is most commonly used in troubleshooting. Suggestions and requests are welcome, but may be delayed or abandoned due to normal business time constraints.
Extensions: .txt |
| Doxyfile | Paul Nystrom | 2011-04-12 | 2011-04-12 |
Doxygen project files (http://www.stack.nl/~dimitri/doxygen/index.html)
Extensions: Doxyfile Web site: http://www.stack.nl/~dimitri/doxygen/index.html |
| PHP | Just Great Software | 2010-09-26 | 2011-03-30 |
PHP classes, interfaces and functions from HTML files with embedded PHP scripts.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.php;*.phtml |
| 4dos Batch Files | Jeffrey Alan Klute | 2011-03-12 | 2011-03-13 |
Unsorted list of sections divided up by Labels in a 4dos batch file.
There aren't many 4dos users out there. I would welcome any comments or inquirys at JJ1 [{(AT)}] StarBand.net.
Extensions: *.btm;*.bat Web site: http://jpsoft.com |
| Python 3 | Tim Pietzcker | 2010-10-09 | 2010-10-09 |
Based on Python scheme by Just Great Software. Provides Python class and function definitions, updated to reflect the changes made between Python 2.x and 3.x. Works also for 2.x.
Extensions: *.py Web site: http://www.python.org |
| C-style folding | Just Great Software | 2010-09-26 | 2010-09-26 |
| Adds code folding points to blocks delimited by curcly braces in C-style languages
|
| C | Just Great Software | 2010-09-26 | 2010-09-26 |
List of functions and typedefs in C source code.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.c;*.h |
| C++ | Just Great Software | 2010-09-26 | 2010-09-26 |
List of classes, functions and typedefs in C++ source code.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.cpp;*.hpp |
| Cascading Style Sheets | Just Great Software | 2010-09-26 | 2010-09-26 |
Alphabetic lists of elements, classes and IDs in a CSS file
Extensions: *.css Web site: http://www.w3.org/Style/CSS/ |
| Delphi Form | Just Great Software | 2010-09-26 | 2010-09-26 |
Lists components and controls on a Delphi form
Extensions: *.dfm;*.xfm;*.nfm Web site: http://www.borland.com/delphi/ |
| Delphi Prism | Just Great Software | 2010-09-26 | 2010-09-26 |
Lists classes with fields, methods, properties, and events defined in Delphi Prism (Oxygene) source code
Extensions: *.pas Web site: http://www.codegear.com/products/delphi/prism |
| Groovy | Just Great Software | 2010-09-26 | 2010-09-26 |
Groovy defs and classes.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.groovy Web site: http://groovy.codehaus.org/ |
| HTML Headings and Paragraphs | Just Great Software | 2010-09-26 | 2010-09-26 |
Shows the layout of headings and paragraphs in an HTML file
Extensions: *.html;*.htm;*.shtml Web site: http://www.w3.org/MarkUp/ |
| HTML Headings Tree | Just Great Software | 2010-09-26 | 2010-09-26 |
Shows the nested layout of heading tags in an HTML file
Extensions: *.html;*.htm;*.shtml Web site: http://www.w3.org/MarkUp/ |
| HTML Headings | Just Great Software | 2010-09-26 | 2010-09-26 |
Shows a flat list of heading tags in an HTML file
Extensions: *.html;*.htm;*.shtml Web site: http://www.w3.org/MarkUp/ |
| HTML Tags | Just Great Software | 2010-09-26 | 2010-09-26 |
Tree of all HTML tags
Extensions: *.html;*.htm;*.shtml Web site: http://www.w3.org/MarkUp/ |
| INI files | Just Great Software | 2010-09-26 | 2010-09-26 |
Alphabetic list of sections in an INI file
Extensions: *.ini;*.inf; |
| Java | Just Great Software | 2010-09-26 | 2010-09-26 |
Java classes with fields and methods.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.java;*.jav;*.jsp;*.jsl |
| Javascript | Just Great Software | 2010-09-26 | 2010-09-26 |
Javascript variables, functions and objects.
Adds folding points for all curly braces if you turn on detailed folding.
Extensions: *.js |
| JSON | Just Great Software | 2010-09-26 | 2010-09-26 |
JavaScript Object Notation
Extensions: *.json Web site: http://www.json.org |
| Outline using leading dots | Just Great Software | 2010-09-26 | 2010-09-26 |
| Type a dot at the start of a line to use it as a header. Type two dots for a subheader, three for a third-level header, and so on, to create an outline.
|
| PowerShell | Just Great Software | 2010-09-26 | 2010-09-26 |
List of functions in a PowerShell script
Extensions: *.ps1 Web site: http://www.microsoft.com/powershell |
| Python | Just Great Software | 2010-09-26 | 2010-09-26 |
Python class and function definitions
Extensions: *.py |
| R | Just Great Software | 2010-09-26 | 2010-09-26 |
List of functions and operators in R source code.
Extensions: *.r Web site: http://www.r-project.org/ |
| Windows Registry Files | Just Great Software | 2010-09-26 | 2010-09-26 |
Tree of keys in files exported from the Windows registry
Extensions: *.reg |
| RSS | Just Great Software | 2010-09-26 | 2010-09-26 |
Lists channels and items in an RSS newsfeed by their titles
Extensions: *.rss |
| Ruby | Just Great Software | 2010-09-26 | 2010-09-26 |
Ruby classes and functions
Extensions: *.rb Web site: http://www.ruby.org |
| Batch File Output | Just Great Software | 2010-09-26 | 2010-09-26 |
| Folds commands in the output from batch files.
|
| VB.NET | Just Great Software | 2010-09-26 | 2010-09-26 |
VB.NET namespaces, modules, classes, structs and interfaces with constants, fields, methods, properties and events
Extensions: *.vb |
| VBScript | Just Great Software | 2010-09-26 | 2010-09-26 |
VBScript subs, functions and classes
Extensions: *.vbs Web site: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/dd5dc02a-71e4-412b-8b |
| ASN.1 | Carl Bevil | 2010-04-09 | 2010-04-09 |
Version 1.0
--------------
Simple file navigation for ASN.1 files.
Extensions: *.asn |
| dBase | Greg Neid | 2010-03-16 | 2010-03-16 |
Extensions: *.cc;*.prg;*.wfm;*.pop Web site: http://www.dbase.com |
| Factor | | 2010-02-16 | 2010-02-16 |
| AutoIt | Erhard Wirth | 2009-05-26 | 2009-12-13 |
List of includes, functions, constants and option settings in AutoIt source code.
Adds no folding points.
Extensions: *.au3 |
| Lua | Jon S Akhtar (sylvanaar) | 2006-06-27 | 2009-09-08 |
Functions, Main chunk locals, and Tables
Extensions: *.lua Web site: http://www.lua.org |
| Refprop fluid | Bruce Wernick | 2009-08-13 | 2009-08-13 |
Equation sections in an FLD file
Extensions: *.fld |
| Eagle ULP | Christian Hostelet | 2009-07-11 | 2009-07-11 |
CADSoft Eagle ULP file Navigation Scheme. Tested with Eagle version 5.6
Extensions: *.ulp Web site: www.cadsoft.de |
| XProfan 11 | Erhard Wirth | 2009-05-27 | 2009-05-27 |
Anzeige der Compiler-Direktiven, Funktionen und Prozeduren.
Enthält keine Informationen für die Code-Faltung.
Extensions: *.prf |
| WMLScript | Alejandro Aleman | 2009-05-24 | 2009-05-24 |
WMLScript variables, functions and objects
Just a copy cat of the JG Soft's version for JavaScript but with two or three changes.
I accept freelance jobs for this language, contact details on the file.
Extensions: *.wmls Web site: www.wapforum.org |
| MXML with ActionScript | Nicolas Picon | 2008-02-27 | 2008-02-27 |
MXML with ActionScript
Based on XML Detailed by JGSoft
MXML:
entities with id show : tag [id]
entities with name show : tag "name"
Extensions: *.mxml Web site: http://www.adobe.com/devnet/flex/ |
| Mel Script | Hays Clark | 2008-02-19 | 2008-02-19 |
Mel Script variables, procs and blocks based on JGsoft's Javascript Navigation Scheme.
Change list:
Updating scheme description
Extensions: *.mel |
| DXL | Simon Morrish | 2007-07-03 | 2008-01-25 |
Telelogic DOORS DXL file navigation.
Provides navigation of includes, global constants and variables, and functions, as well as folding points for blocks of code.
03/07/2007: Initial revision for DOORS 8.1
Copyright © 2007-2008, Simon Morrish.
Extensions: *.dxl;*.inc Web site: http://www.telelogic.com/doors |
| ReporterPLUS Q | Simon Morrish | 2007-07-05 | 2008-01-25 |
Telelogic Rhapsody ReporterPLUS Q language file navigation.
Provides navigation of variables and folding points for blocks of code.
Copyright © 2007, Simon Morrish.
Extensions: *.q Web site: http://modeling.telelogic.com/products/rhapsody/add-on/ |
| ReporterPLUS Template | Simon Morrish | 2007-08-21 | 2008-01-25 |
Telelogic Rhapsody ReporterPLUS Template file navigation.
Copyright © 2007, Simon Morrish.
Extensions: *.tpl;*.sbt Web site: http://modeling.telelogic.com/products/rhapsody/add-on/ |
| Rhapsody Properties | Simon Morrish | 2007-07-06 | 2008-01-25 |
Telelogic Rhapsody Properties file navigation.
Provides navigation of Subjects, Metaclasses and Properties, with folding points.
Copyright © 2007, Simon Morrish.
Extensions: *.prp Web site: http://modeling.telelogic.com/products/rhapsody |
| Actionscript 2.0 | Hays Clark | 2007-04-05 | 2007-04-16 |
Actionscript variables, functions and objects vased on JGsoft's Javascript, Java, and XML Navigation Scheme.
Change list:
4/16/2007 - added support for "get" and "set" functions, as well as updated the classes to now support "interfaces" as well as the "expend" and "implements"
Extensions: *.as |
| vCard | Brad Olson | 2006-11-18 | 2006-11-18 |
Extensions: *.vcf Web site: http://www.imc.org/pdi/ |
| Confluence Headings Tree | Carl Bevil | 2006-08-16 | 2006-08-16 |
* Version 1.0 *
Simple Confluence heading tree.
Extensions: *.conf;*.confluence Web site: www.atlassian.com |
| TADS 3 | Michel Nizette | 2006-07-24 | 2006-07-24 |
Creates a list of all objects, classes, grammar rules, functions, and macro definitions. Objects are arranged into a tree that reflects their containment hierarchy (according to the "+" notation). CAUTION: Relies heavily on the indentation style of the TADS 3 Library being followed, in order to figure out the correct structure even in presence of improperly closed code blocks.
Extensions: *.t;*.h Web site: http://www.tads.org/t3dl.htm |
| PostScript DSC | Ben Blank | 2005-12-12 | 2005-12-12 |
Foldable DSC tree for all versions of PostScript.
Extensions: *.ps;*.eps;*.ais Web site: http://www.adobe.com/products/postscript/ |
There are 68 file navigation schemes available. Many thanks to all those who shared their schemes!