summaryrefslogtreecommitdiff
path: root/cider-util.el
Commit message (Expand)AuthorAge
* Add a missing .Bozhidar Batsov2015-10-11
* Add a new message of inspirationBozhidar Batsov2015-10-04
* Speed up the cider-font-lock-as functionArtur Malabarba2015-10-03
* Implement dynamic indentationArtur Malabarba2015-09-28
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Move tooling-file-p and ensure-op-supported out of cider-interaction.elArtur Malabarba2015-09-20
* Move some prompting functions/vars to cider-utilArtur Malabarba2015-09-20
* [Fix #1335] Completion in the repl not workingLars Andersen2015-09-18
* [Fix #467] Improve completion in the replLars Andersen2015-09-18
* Fix indent on cider-propertize-regionArtur Malabarba2015-09-11
* Move the words of inspiration to cider-utilBozhidar Batsov2015-08-27
* Fix many compile warningsArtur Malabarba2015-08-25
* [Fix #1272] Return a proper button string in cider--readme-buttonArtur Malabarba2015-08-24
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Move cider-current-dir to cider-util.elBozhidar Batsov2015-08-10
* Fix undefined functionJinseop Kim2015-08-09
* Convert cider-font-lock-max-length to a defcustomBozhidar Batsov2015-08-09
* Add handling for a nil cider-font-lock-max-lengthBozhidar Batsov2015-08-09
* [Fix #1079] Don't font-lock very long resultsBozhidar Batsov2015-08-09
* Replace font-lock-fontify-buffer with font-lock-ensureBozhidar Batsov2015-08-09
* Include a link on how to fix wrong nrepl versionLars Andersen2015-07-29
* Bump the Emacs dep to 24.3Bozhidar Batsov2015-05-16
* Code styleBozhidar Batsov2015-04-22
* Update copyright yearsBozhidar Batsov2015-03-01
* Add options for configuring completion annotationsMichael Griffiths2015-02-28
* Add support for pprint middlewareMichael Griffiths2015-02-15
* Use cl-oddp instead of oddpBozhidar Batsov2015-01-24
* Add missing space to docstringBozhidar Batsov2015-01-18
* [Fix #885] Ensure text property keys are symbols.Marshall Bockrath-Vandegrift2014-12-18
* [Fix #828] Fix completion issues and don't forget project directory in `cider...Vitalie Spinu2014-09-26
* Enhance `cider-connect` to auto-detect running nREPL serversVitalie Spinu2014-09-21
* set pprint/*print-right-margin* to popup window widthVitalie Spinu2014-09-18
* [Fix #749] Make font-locking compatible with font-lock-modeBozhidar Batsov2014-09-14
* Simplify var def lookupBozhidar Batsov2014-09-09
* Merge pull request #764 from vitoshka/delay-mode-hooksBozhidar Batsov2014-09-01
|\
| * Fix "making delay-mode-hooks buffer-local" messageVitalie Spinu2014-08-31
* | Don't forget offset line in `cider-stacktrace-navigate`.Vitalie Spinu2014-08-31
|/
* Refactor cider-find-bufferBozhidar Batsov2014-08-29
* [Fix #752] Use a fully-qualified let in pretty-printingBozhidar Batsov2014-08-27
* Refine cider-locate-defBozhidar Batsov2014-08-16
* [#631] Workaround for missing var metadataBozhidar Batsov2014-08-15
* [#693] Correct the logic for interactively eval-ed defs lookupBozhidar Batsov2014-08-15
* Remove the unused alternative fontification functionsBozhidar Batsov2014-08-13
* Remove assert in cider-util.elHugo Duncan2014-08-09
* [Fix #669] Suppress major mode hooks in cider-font-lock-asBozhidar Batsov2014-07-23
* [Fix #613] Add clojure.test integration.Jeff Valk2014-06-15
* Extract cider-string-join helperBozhidar Batsov2014-06-09
* Move generally useful functions to cider-util.Jeff Valk2014-06-07
* Some work in progress on a more efficient way to fontify a region as Clojure ...Bozhidar Batsov2014-06-06
* Prevent whitespace-mode from interfering with clojure font-locking in the REP...Bozhidar Batsov2014-06-04