Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-07 | Fix for regression in autodoc: it works again when point is inside a string. | Jose Antonio Ortega Ruiz | |
2009-09-07 | Scheme reader improvements: #<>, #||# and other bits. | Jose Antonio Ortega Ruiz | |
2009-08-30 | Improved local names detection (both implementation- and functional-wise). | Jose Antonio Ortega Ruiz | |
2009-08-30 | Tagging keywords as such in the scheme reader, for later spotting of | Jose Antonio Ortega Ruiz | |
active argument in autodoc. | |||
2009-08-30 | Biting the bullet: a simple, permissive, scheme reader. | Jose Antonio Ortega Ruiz | |
Currently put to (let's hope, good) use for context parsing in autodoc and locals discovery (internal defines are recognised now). | |||
2009-08-27 | Better detection of locals (internal defines). | Jose Antonio Ortega Ruiz | |
- The implementation is still buggy, though, because it uses the elisp reader, which bails at some scheme syntaxes (e.g. chars) | |||
2009-08-24 | Taking into account those ugly square brackets while scanning locals. | Jose Antonio Ortega Ruiz | |
2009-08-20 | Bug fix: bogus regexp. | Jose Antonio Ortega Ruiz | |
2009-08-18 | Yet another deklugdification: locals scanning moved to elisp. | Jose Antonio Ortega Ruiz | |
... and say goodbye to the ugly parse partial sexp, reducing not only sloppy code, but also duplication and data transfers. | |||
2009-08-17 | Well, i said that it was better, not that it was perfect. | Jose Antonio Ortega Ruiz | |
Autodoc buglets and support for displaying module variables too. | |||
2009-08-17 | Simpler, more correct and efficient autodoc implementation. | Jose Antonio Ortega Ruiz | |
Not that it was difficult: it's replacing an ugly kludge. | |||
2009-07-02 | Simpler, nicer, more efficient handling of evaluation results. It | Jose Antonio Ortega Ruiz | |
comes with a pony too. | |||
2009-06-16 | Better parsing of scheme retorts in the Emacs end. | Jose Antonio Ortega Ruiz | |
2009-06-13 | Guile: rewriting stack trace captures - not yet complete. | Jose Antonio Ortega Ruiz | |
2009-06-10 | Share scheme-indent-function tweaks across implementations. | Jose Antonio Ortega Ruiz | |
2009-05-24 | Elisp leftovers trimmed. | Jose Antonio Ortega Ruiz | |
2009-05-18 | Autodoc: correct detection of start of string in argument highlighting. | Jose Antonio Ortega Ruiz | |
2009-05-14 | Fixing the mess during initialization. | Jose Antonio Ortega Ruiz | |
2009-05-11 | Bug fix: be aware of square brackets when retrieving context form. | Jose Antonio Ortega Ruiz | |
2009-03-19 | More robust sexp scanning for autodoc. | Jose Antonio Ortega Ruiz | |
2009-03-03 | Highlight also #:key in autodoc. | Jose Antonio Ortega Ruiz | |
2009-03-02 | Autodoc enhancements: | Jose Antonio Ortega Ruiz | |
* Use argument names from guile-procedures.txt when available. * Highlihgt #:opt with a face of its own. | |||
2009-03-02 | Tiny refactoring. | Jose Antonio Ortega Ruiz | |
2009-03-02 | Fix (again!) completion for symbols outside enclosing forms. | Jose Antonio Ortega Ruiz | |
2009-03-01 | More precise argument position highlighting in autodoc. | Jose Antonio Ortega Ruiz | |
2009-03-01 | Fix for autodoc when point in a rest formal arg in define. | Jose Antonio Ortega Ruiz | |
2009-02-28 | Refactoring: local bindings discovery moved to schemeland. | Jose Antonio Ortega Ruiz | |
2009-02-28 | Fix scanning partial sexps in presence of quotations &co. | Jose Antonio Ortega Ruiz | |
2009-02-28 | Delete, don't kill, region. | Jose Antonio Ortega Ruiz | |
2009-02-27 | Autodoc system revamped. | Jose Antonio Ortega Ruiz | |
2009-02-21 | Offer also local bindings as possible completions in M-TAB. | Jose Antonio Ortega Ruiz | |
2009-02-17 | Separate commands for evaluation and compilation. | Jose Antonio Ortega Ruiz | |
2009-02-16 | New command to open module file. | Jose Antonio Ortega Ruiz | |
2009-02-15 | Nits. | Jose Antonio Ortega Ruiz | |
2009-02-14 | Autodoc: try symbol at point first. Some cleanups. | Jose Antonio Ortega Ruiz | |
2009-02-13 | Small improvements. | Jose Antonio Ortega Ruiz | |
2009-02-12 | Edit symbol at point for programs. | Jose Antonio Ortega Ruiz | |
2009-02-11 | Don't let (ice-9 history) confuse the evaluator. | Jose Antonio Ortega Ruiz | |
2009-02-10 | Multi-level form arity recognition in autodoc. | Jose Antonio Ortega Ruiz | |
2009-02-10 | Small fix for '() argument position reporting. | Jose Antonio Ortega Ruiz | |
2009-02-09 | Better preparation of Scheme results for the Elisp reader. | Jose Antonio Ortega Ruiz | |
2009-02-09 | Don't echo any autodoc info when arity is not available. | Jose Antonio Ortega Ruiz | |
2009-02-09 | Better argument position detection in autodoc. | Jose Antonio Ortega Ruiz | |
2009-02-09 | Basic region/definition/sexp evaluation and autodoc mode working. | Jose Antonio Ortega Ruiz | |