summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
Commit message (Expand)AuthorAge
* [Fix #749] Make font-locking compatible with font-lock-modeBozhidar Batsov2014-09-14
* [Fix #776, #773, #733] Rewrite bencode decoderVitalie Spinu2014-09-08
* Merge pull request #763 from vitoshka/cider-find-fileBozhidar Batsov2014-09-04
|\
| * Enhance `cider-find-file` and use stacktrace file data for navigationVitalie Spinu2014-09-03
* | cider-jump -> cider-jump-to-varBozhidar Batsov2014-09-03
|/
* Fix `cider-jump-to-var` with no symbol at pointVitalie Spinu2014-08-31
* Don't forget offset line in `cider-stacktrace-navigate`.Vitalie Spinu2014-08-31
* Add a cider-stacktrace-print-level defcustomHugo Duncan2014-08-21
* [#693] Correct the logic for interactively eval-ed defs lookupBozhidar Batsov2014-08-15
* Derive stacktrace-mode from special-modeBozhidar Batsov2014-08-15
* Find source locations even when clojure doesn't report them.Vitalie Spinu2014-08-14
* Add requires to cider-stacktraceHugo Duncan2014-08-09
* [Fix #633, #659] Refactor `cider-find-` and `cider-jump-`.Jeff Valk2014-07-08
* Restore errantly removed 'cider-stacktrace-face'.Jeff Valk2014-06-19
* [Fix #637] Ensure stacktrace presents exceptions with nil message.Jeff Valk2014-06-18
* Fix #636.Michael Griffiths2014-06-18
* Move menu definitions inside keymap definitionsBozhidar Batsov2014-06-17
* Display compiler's error location in stacktrace.Jeff Valk2014-06-10
* [Fix #569] Present stacktrace frames for all causes.Jeff Valk2014-06-09
* Small doc fixesBozhidar Batsov2014-05-29
* Disable electric-indent on stacktrace more cleanly.Jeff Valk2014-05-17
* Enable toggling of the 'all' filter on stacktraces.Jeff Valk2014-05-16
* Make stacktrace a major mode; disable electric-indent in it.Jeff Valk2014-05-16
* Dostring styleBozhidar Batsov2014-05-10
* Add a few missing :package-version propertiesBozhidar Batsov2014-05-10
* Add fill prefix for stacktrace messagesHugo Duncan2014-05-10
* Wrap exception messages in stacktrace buffer.Jeff Valk2014-05-09
* Enable 'jump' keybindings for stacktrace navigation.Jeff Valk2014-04-25
* Support Java method description from middleware.Jeff Valk2014-04-24
* Fix a compilation warningBozhidar Batsov2014-04-19
* Add stacktrace filtering/navigation from middleware.Jeff Valk2014-04-11