summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
Commit message (Collapse)AuthorAge
...
* Move popup logic to cider-popup.elArtur Malabarba2015-09-20
|
* [Fix #715] Add jump to error location when clicking on error messageRafik Naccache2015-09-14
|
* Fix many compile warningsArtur Malabarba2015-08-25
| | | | | | | Most of the remaining warnings would be fixed if we cleaned up cider-interaction a little bit. In the very least, there are many repl-related functions in there which should cleanly fit into cider-repl.
* cider-jump-to supports jumping to vars by nameArtur Malabarba2015-07-02
|
* Remove usages of `first' and `second' from clBozhidar Batsov2015-06-15
|
* Use #' where appropriateBozhidar Batsov2015-05-27
|
* Enable cider-stacktrace-mode before displaying the error bufferMichael Griffiths2015-04-29
| | | | Fixes #946.
* [#1032] Combine jump-to-var and jump-to-resource into one functionEricGebhart2015-04-02
|
* Add `cider-prompt-for-symbol` optionMichael Griffiths2015-03-26
|
* Use `face` text property for error buffer buttonsMichael Griffiths2015-03-20
| | | | Fixes #1033.
* Merge pull request #1020 from cichli/error-buffer-pointBozhidar Batsov2015-03-17
|\ | | | | Ensure point is moved correctly when rendering stacktrace
| * Fix styleMichael Griffiths2015-03-15
| |
| * Ensure point is moved correctly when rendering stacktraceMichael Griffiths2015-03-15
| |
* | Add cider-stacktrace-print-lengthMichael Griffiths2015-03-15
|/
* Clear stacktrace buffer prior to renderingMichael Griffiths2015-03-10
|
* Update copyright yearsBozhidar Batsov2015-03-01
|
* Favor error lines reported by stacktraceVitalie Spinu2015-02-01
| | | | | | | | | Java stacktrace reports lines even for methods of inner classes (seen as foo.bar/evalNNNN in stacktrace). `info` middleware doesn't return location for these methods and there is no easy way to access it as the following post explains: http://stackoverflow.com/questions/7483421/how-to-get-source-file-name-line-number-from-a-java-lang-class-object
* [Fix #749] Make font-locking compatible with font-lock-modeBozhidar Batsov2014-09-14
| | | | See https://github.com/jlr/rainbow-delimiters/issues/33 for details.
* [Fix #776, #773, #733] Rewrite bencode decoderVitalie Spinu2014-09-08
| | | | | | | - nREPL dicts are now plists and accessor api is given by `nrepl-dict-p`, `nrepl-dict-get` and `nrepl-dict-put`. - nested stack is used for decoded messages to avoid re-parsing of incomplete messages - queues are used for raw strings from server and for decoded requests
* Merge pull request #763 from vitoshka/cider-find-fileBozhidar Batsov2014-09-04
|\ | | | | Make `cider-find-file` to do a bit more work in finding the stacktrace file.
| * 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
| | | | | Also, make `cider-jump-to-var` and `cider-stacktrace-navigate` use common workhorse.
* Don't forget offset line in `cider-stacktrace-navigate`.Vitalie Spinu2014-08-31
|
* Add a cider-stacktrace-print-level defcustomHugo Duncan2014-08-21
| | | | | Controls the depth of printing of a stacktrace cause's data. Can be used to prevent circular data structures from causing exceptions not to display.
* [#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
| | | | Also, enhance `cider-jump-to` to accept the char location.
* Add requires to cider-stacktraceHugo Duncan2014-08-09
| | | | | cider-stacktrace was not loading correctly due to missing requires on cider-util and cider-client.
* [Fix #633, #659] Refactor `cider-find-` and `cider-jump-`.Jeff Valk2014-07-08
| | | | | | | | | | | The functions for resolving and jumping to vars and files had become unwieldy. This makes them tractable, and uses the simplified behavior to fix: 1. The `cider-jump` and `cider-test-clear-highlights` cases where a var exists after the file in which it was defined has been deleted. 2. The `cider-test-clear-highlights` case where the user closes one REPL session and starts another in a different project.
* Restore errantly removed 'cider-stacktrace-face'.Jeff Valk2014-06-19
|
* [Fix #637] Ensure stacktrace presents exceptions with nil message.Jeff Valk2014-06-18
| | | | Also, add `cider-test-report-buffer` to `cider-ancilliary-buffers`.
* 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
| | | | | | | `clojure.lang.Compiler$CompilerException`s carry the reader location of the error, but not much else. Display the compiler exception's location description (when present); then show the details from its original cause.
* [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
| | | | | Help distinguish individual exception messages by using a fill prefix to indent follow on lines of an exception message.
* Wrap exception messages in stacktrace buffer.Jeff Valk2014-05-09
|
* Enable 'jump' keybindings for stacktrace navigation.Jeff Valk2014-04-25
| | | | Document enabling cider-mode on cider-jump targets.
* 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
Update documentation for stacktrace filtering/navigation. Update face names and doc strings for clarity. Add cider-stacktrace group. Tidy up.