summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Refactor and document nrepl-client.elVitalie Spinu2014-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor: - general code and documentation cleanup - use -- convention for internal function of very limited use - inline several very short internal functions - use systematic naming convention for requests. Namely nrepl-send-request and nrepl-send-sync-request for workhorse functions and `nrepl-request:XXX` and `nrepl-sync-request:OP` for requests of type "OP". - rename `nrepl-send-request-sync` into `nrepl-send-sync-request` - delete `nrepl-log-messages` command Reorganize nrepl-client.el in functional chapters: - Bencode - Client: Process Filter - Client: Initialization - Client: Response Handling - Client: Request Handling - Server - Utilities - Connection Buffer Management - Connection Browser Document the nREPL communication process.
* Merge pull request #710 from alexrobbins/patch-1Bozhidar Batsov2014-08-07
|\ | | | | 0.7.0 isn't a snapshot any more, update example profile.
| * 0.7.0 isn't a snapshot any more.Alex Robbins2014-08-07
|/ | | Drop SNAPSHOT from example user profile.
* [Fix #704] Annotate completion candidatesBozhidar Batsov2014-08-06
|
* Start the 0.8 dev cycleBozhidar Batsov2014-08-06
|
* Update the changelogBozhidar Batsov2014-08-05
|
* Release 0.7.0Bozhidar Batsov2014-08-05
|
* Refactor a bit the grimoire codeBozhidar Batsov2014-08-05
|
* Update cider-docview-mode's lighterBozhidar Batsov2014-08-05
|
* Update company-mode sectionBozhidar Batsov2014-08-05
|
* Update ac-cider referenceBozhidar Batsov2014-08-05
|
* Merge pull request #691 from vitoshka/doc-mapBozhidar Batsov2014-08-05
|\ | | | | Create cider-doc-map and add "\C" versions of the keys when it makes sense.
| * Add cider-doc-map/menu and refactor cider-doc- into cider-doc-mode- prefixVitalie Spinu2014-08-04
| |
* | Merge pull request #690 from vitoshka/truenameBozhidar Batsov2014-08-04
|\ \ | | | | | | Three related patches on error handling.
| * | Delete error overlay on modificationVitalie Spinu2014-08-04
| | |
| * | Implement auto-jumping to error locationsVitalie Spinu2014-08-04
| | |
| * | Use truename consistently in highlighting compilation errorsVitalie Spinu2014-08-02
| |/ | | | | | | | | Fixes (scan-error "Unbalanced parentheses") when the compiled file is simlinked.
* | Merge pull request #697 from hugoduncan/feature/no-info-on-empty-stringBozhidar Batsov2014-08-03
|\ \ | |/ |/| Don't make info request for empty symbol
| * Don't make info request for empty symbolHugo Duncan2014-08-03
|/ | | | When the symbol is an empty string, don't request info on it.
* Update the Clojure version requirementBozhidar Batsov2014-08-02
|
* Terminology fixesBozhidar Batsov2014-08-02
|
* Promote @jeffvalk to a team memberBozhidar Batsov2014-08-02
|
* Add the ability to display Grimoire documentation within EmacsBozhidar Batsov2014-08-02
| | | | | This uses the new Grimoire 0.3 API. The implementation is extremely basic at this point (and pretty crude), but the results are useful never-the-less.
* [Fix #682] Place the point after the expanded form when doing macroexpansionBozhidar Batsov2014-08-01
|
* Use a dynamic mode-line for cider-modeBozhidar Batsov2014-08-01
| | | | By default it displays the namespace of the current Clojure buffer.
* Update grimoire URL generation for grimoire 0.3Bozhidar Batsov2014-08-01
| | | | Reference - https://github.com/arrdem/clojure-cheatsheets/commit/f84a3bf09945d38972804f23d830d67b47f26b56
* Simplify cider-grimoire-replace-specialBozhidar Batsov2014-08-01
|
* Mention cider-scratch improvementsBozhidar Batsov2014-08-01
|
* Make cider's scratch more consistent with Emacs Lisp's list-interaction-modeBozhidar Batsov2014-07-31
|
* Merge pull request #686 from tsdh/masterBozhidar Batsov2014-07-30
|\ | | | | Allow third value 'tidy for cider-macroexpansion-suppress-namespaces.
| * Allow third value 'tidy for cider-macroexpansion-suppress-namespaces.Tassilo Horn2014-07-30
|/
* [Fix #683] Don't use C-c C-h keybindingsBozhidar Batsov2014-07-29
|
* Revert "Use cider-doc-javadoc instead of cider-javadoc"Bozhidar Batsov2014-07-29
| | | | This reverts commit 8a45d2c49474a1d9a86a929596255583d61d9e3a.
* Update some references to cider-macroexpansion-minor-modeBozhidar Batsov2014-07-29
|
* Mark cider-jump as deprecatedBozhidar Batsov2014-07-28
|
* Rename cider-macroexpansion-minor-mode to cider-macroexpansion-modeBozhidar Batsov2014-07-28
|
* Add a menu for cider-macroexpansion-minor-modeBozhidar Batsov2014-07-28
|
* Use cider-doc-javadoc instead of cider-javadocBozhidar Batsov2014-07-28
|
* Add quit to the doc menuBozhidar Batsov2014-07-28
|
* [Fix #681] Add a few extra keybindings to cider-macroexpansion-minor-mode-mapBozhidar Batsov2014-07-28
|
* Recommend @alexander-yakushev's ac-cider-compliment over ac-nreplBozhidar Batsov2014-07-28
|
* Make namespace display in the macroexpansion buffer configurableBozhidar Batsov2014-07-28
|
* Fix a variable nameBozhidar Batsov2014-07-28
|
* [Fix #677] Pass ns to the macroexpand opsBozhidar Batsov2014-07-28
|
* Mention that CIDER 0.7 users should remove clojure-test-modeBozhidar Batsov2014-07-28
|
* Replace * in grimoire urlsBozhidar Batsov2014-07-25
|
* Replace ! in grimoire urlsBozhidar Batsov2014-07-25
|
* Merge pull request #676 from otfrom/handle-grimoire-qmarkBozhidar Batsov2014-07-25
|\ | | | | Replace ? in grimoire URLs.
| * Replace ? in grimoire URLs.Bruce Durling2014-07-25
|/ | | | Otherwise they 404.
* Add Grimoire integrationBozhidar Batsov2014-07-24
|