summaryrefslogtreecommitdiff
path: root/cider-inspector.el
Commit message (Expand)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
* [inspector] Use visual-line-mode instead of truncate-linesAlexander Yakushev2018-11-07
* [inspector] Fix erratic behavior when multiple REPLs are connectedAlexander Yakushev2018-09-17
* Initialize `sesman-system` in all CIDER modesVitalie Spinu2018-07-13
* [Fix #2203] Rename cider-interaction.el to cider-eval.elBozhidar Batsov2018-06-25
* [Fix #2347] Remove direct manipulations of cider-ancillary-buffersBozhidar Batsov2018-06-24
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Fix nesting of when-let* body in several inspector functions (#2146)Ákos Kiss2017-12-20
* Restore missing parensdan sutton2017-12-11
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* Use `add-to-list` instead of `push` for ancillary buffersTianxiang Xiong2017-07-19
* Remove some redundant code from modes inheriting from special-modeBozhidar Batsov2017-07-09
* Remove an obsolete aliasBozhidar Batsov2017-05-25
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Don't use `list` where backquoting would be clearerTianxiang Xiong2017-03-01
* Remove session from nrepl interaction (#1925)dpsutton2017-01-23
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Add option to control whether the cider inspector window fills its frametijsmallaerts2016-12-01
* [Fix #1707] Add customization for line truncating in special buffersBartłomiej Kruczyk2016-10-16
* Fix usage of RET in several keymaps (#1852)Andriy Kmit2016-09-26
* Update all inspector operations to use nREPL sync requests (#1821)Chaitanya Koparkar2016-08-17
* [Fix #1804] Remember cursor position between cider-inspector-* operations (#1...Chaitanya Koparkar2016-07-24
* Remove a reference to cider-inspect-read-and-inspect (#1703)Chaitanya Koparkar2016-04-20
* [#1692] New command: cider-inspect-last-resultArtur Malabarba2016-04-20
* Swallow inspect-read-and-inspect into inspect-expressionArtur Malabarba2016-04-20
* Update a few copyright headersBozhidar Batsov2016-03-27
* Change push op's idx to int from stringsanjayl2016-03-13
* Track a few more ancillary buffersBozhidar Batsov2016-03-09
* Make the inspector's buffer name consistent with the names of similar buffersBozhidar Batsov2016-03-09
* Kill some commented out codeBozhidar Batsov2016-03-02
* Extract a read-and-inspect command from cider-inspectBozhidar Batsov2016-03-01
* Update the copyright yearsBozhidar Batsov2016-01-01
* [Fix #1490] Don't show the inspector buffer if evaluation failsMichael Griffiths2015-12-29
* Fix a typoBozhidar Batsov2015-12-29
* Rename cider-irender to cider-inspector-renderBozhidar Batsov2015-12-28
* Improve the code style a bit in cider-inspector.elBozhidar Batsov2015-12-19
* Derive cider-inspector-mode from special-modeBozhidar Batsov2015-12-19
* [#1446] Alter the behavior of cider-inspectBozhidar Batsov2015-12-09
* Replace cl-destructuring-bind with seq-let in a few placesBozhidar Batsov2015-11-25
* Fix a docstringBozhidar Batsov2015-11-24
* Fix a docstringBozhidar Batsov2015-11-24
* Remove many uses of `newline' for (insert "\n")Artur Malabarba2015-10-21
* Fix "unknown-session" error in cider-inspectArtur Malabarba2015-09-02
* Fix arg order in nrepl--eval-requestArtur Malabarba2015-08-29
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* Fix many compile warningsArtur Malabarba2015-08-25
* [#1264] Get rid of nrepl-current-sessionBozhidar Batsov2015-08-18
* Fix inspector keybinds (and add a couple)Artur Malabarba2015-07-31
* Add customizable default page size to inspectorAlexander Yakushev2015-07-18
* Add pagination of long collections to inspectorAlexander Yakushev2015-07-18