summaryrefslogtreecommitdiff
path: root/doc/navigating_stacktraces.md
Commit message (Collapse)AuthorAge
* Fix typo in navigating_stacktraces.mdVitaly Lischenko2018-12-24
| | | | cider-stack-trade-fill-column -> cider-stacktrace-fill-column
* Deep editing pass on documentation (#2531)Dave Roberts2018-12-02
|
* Remove `cider-visit-error-buffer` in favour of using `cider-selector`Bozhidar Batsov2018-07-07
|
* [Fix #2294] simplify stacktrace filter mechanismdan sutton2018-06-04
| | | | | | | | | | | | | | | | | | | | | | previously there were two separate lists of positive and negative filters and complicated logic spread throughout of how these interacted. Now there is a single list that you can toggle flags on or off and their interaction is dictated inside of a single function `cider-stacktrace-apply-filters`. Since their interaction is here we no longer need to remember previous flags as they are just toggled on and off. Positive filters are 'all or 'project. These dictate that all frames should be shown or only any frame from a project namespace should be shown, despite other filters. Also, these two cannot exist at the same time, so we need to check which is most "recent". Since if 'project is selected, it hides all but project frames and if 'all is selected it must show all. We do what was most recently selected in this case then. So the frame filtering is quite simply a list of tags you want to filter by: '(java clj tooling repl dup project all). These are toggled on and off as desired.
* Fix formatting in Navigating Stacktraces table.Michael Glaesemann2018-01-30
|
* Add "Project-Only" filter for stackframesDan Sutton2017-07-15
| | | | hooks up a shortcut, corrects the underlining for other filters
* [Fix #1582] Add command names to keybinding listings in the manual (#1867)Jordan Biserkov2016-10-14
|
* Improve wording a bitBozhidar Batsov2016-04-15
|
* Remove a redundant headingBozhidar Batsov2016-04-15
|
* Use one lever bigger headings everywhere in the manualBozhidar Batsov2016-04-13
|
* Extract a few more standalone manual sections from extended workflowBozhidar Batsov2016-04-10