0
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 17 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Typo. More... over 19 years ago
- Update copyright More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
- Support the new found-in property for supporting structure definitions found in the __define of another class; visit source or keyword there. More... over 19 years ago
- Remove interactive-p inappropriate use per RMS. - Create help-text for tooltip on breakpoint glyphs (doesn't currently work). More... over 19 years ago
- Allow inherited structures in class definitions, looking for them in the class definition routine. Scan any structure found in a class definition. - Use two part help when calling help with source on an inherited structure, to direct the help to the correct routine definition (assuming it's found-in some other __define procedure than its own). - Narrow to region when searching through structures for a big speedup. - Remove requirememnt of valid file for class-info: if a buffers visiting an unsaved file, that'll work as well. - Don't insert/remove char in show-begin: was messing up VIPER mode (and not really needed anymore ?). More... over 19 years ago
- Bound the function search to avoid having much earlier still-open functions change the continuation indent. More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
- Use idlwave-what-function instead of looking for parens: works in all cases. - Don't include last line of min search if we're already past the end region. More... over 19 years ago
- Add a special face for highlighted disabled breakpoints (gray by default). More... over 19 years ago
- Simplify added links. More... over 19 years ago
*** empty log message *** More... over 19 years ago
- Updated for IDL V6.1. - Find additional linked keyword sections, by setting add_keywords, even when scanning Keywords Sections (not just syntax keywords). - Allow linking keywords from routines for which we don't know the type (fun or pro). - Can specify "only keys", separate from "has" for add_keywords (has only works if they show up in the Syntax section). - Trim multi-line HTML tags. - Leading multi-plexers like [XYZ], in addition to {X|Y|Z} have shown up. - Allow parse callbacks to end processing for that section by returning -1. - Remove space around underscores. - Various new special matchers, lowercase keywords, a bogus DATAMINER match against Syntax, etc. More... over 19 years ago
- Improved test for continuing assignments, to reject assignments in parentheses (e.g. keyword parameters). More... over 19 years ago
- Improve breakpoint operation performance by not updating until a sequence of operations are complete. - Fix next/prev breakpoint bug. - New disabled status for breakpoints, including parsing from help,/BREAK output. Better parsing for multiple conditions. - Disable one breakpoint at a time with C-c C-d C-\. - Menu items for special breakpoints (after & conditional). - Since all BP data is being parsed, update breakpoint commands only, instead of all the data. - Grey glyph for XEmacs (just create a second glyph for each). More... over 19 years ago
- Skip empty dirs More... almost 20 years ago
- Scan for executive commands. More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
- Fixed executive command context help. - Must require browse-url at runtime. More... almost 20 years ago
- Executive command completion and help. More... almost 20 years ago
- Updating to IDLWAVE 5.3, with Kernighan parenthetical and much updated continued statement block indentation, and lots of bug fixes. More... almost 20 years ago
- Add option to skip certain catalogs (like CVS). More... over 20 years ago
- Removed in favor of get_html_rinfo More... over 20 years ago
- Lots of updates to support the completely different HTML formatting produced by IDLv6.0 documentation. Hopefully this is a fixed target now. More... over 20 years ago
- Initial checkin for IDLv5.6 rinfo scanner More... over 20 years ago
*** empty log message *** More... over 20 years ago
- New link format for different HTML contents produced with the IDLv6.0 documentation. More... over 20 years ago
- New selection for new or old help link format ("#" vs "#wp"). - Always prefer HTML help over in-text help, if available. More... over 20 years ago