Commit graph

29 commits

Author SHA1 Message Date
Chris Barrett
f03d09ffc3 Scala: Fix issue with ensime '.' command
The period character shows company completions. If completion candidates
are already being displayed, it will complete the current candidate
incorrectly.

Resolve by making '.' accept the current candidate when candidates are
being displayed.
2015-02-20 22:03:27 +13:00
Chris Barrett
3cf622addb Scala: Automatically start ensime
Start ENSIME automatically if there is a .ensime file in an ancestor
directory.
2015-02-20 22:03:27 +13:00
Chris Barrett
eb383eb1ae Scala: Add keybindings
Improve integration with spacemacs, and add SLIME-style
pop-to-definition keybindings (M-. and M-,)
2015-02-20 22:03:27 +13:00
syl20bnr
96723eb7eb Update wrong code snippets in READMEs 2015-02-17 22:36:12 -05:00
syl20bnr
a20508b85b Change m s f for m s a in scala layer 2015-02-17 22:05:42 -05:00
syl20bnr
3fc48f40e2 Add ensime logo in scala layer README 2015-02-17 21:59:50 -05:00
syl20bnr
4be4abc12b Adapt the ensime key bindings to the conventions
Add documentation
2015-02-17 21:57:08 -05:00
Bjarke Vad
2dd043ad45 Updated ensime bindings to better fit with spacemacs 2015-02-17 20:12:21 -05:00
Chris Barrett
fbf200cfea Require noflet in scala contrib
`noflet` may not be loaded when scala-mode2 is being configured, meaning an advised function was failing when evaluated.

Resolves #383
2015-01-22 22:41:29 -05:00
syl20bnr
ceefe88b75 Update CONTRIBUTE.md and add file headers
Also add default file header to layer templates.
2015-01-13 23:12:56 -05:00
syl20bnr
007ccfddbb Move noflet to spacemacs layer 2015-01-07 21:29:12 -05:00
Chris Barrett
66aa47037d Start ensime only once file exists
This prevents annoying error messages when using find-file to make a new
scala buffer.
2015-01-03 23:17:54 +13:00
Chris Barrett
b4839759be Disable flycheck altogether when ensime is active 2015-01-03 23:17:51 +13:00
Chris Barrett
1f5a4ffdb5 Show company completions on typing '.' in ensime 2015-01-03 23:15:07 +13:00
Chris Barrett
89122f8f17 Suppress flyspell warnings for package identifiers 2015-01-03 15:29:02 +13:00
Chris Barrett
71b81a94f7 Improve flycheck compat 2014-12-31 13:06:21 +13:00
Chris Barrett
411cb5b9ac n/N moves between errors in scala compilation buf 2014-12-31 11:19:43 +13:00
Chris Barrett
640243b573 move join-line fn keybinding from ensime to scala 2014-12-31 10:53:03 +13:00
Chris Barrett
ce02d4d424 quote custom variables correctly 2014-12-31 10:52:17 +13:00
Chris Barrett
aecb17d12e Fix init function names 2014-12-31 10:51:41 +13:00
Chris Barrett
2808977c18 readme 2014-12-30 11:40:43 +13:00
Chris Barrett
dce18ca0bd general scala-mode config 2014-12-30 10:00:07 +13:00
Chris Barrett
3f21afb5f1 flycheck compatibility 2014-12-30 09:59:38 +13:00
Chris Barrett
281185719e Enable ensime in all scala buffers 2014-12-30 09:47:56 +13:00
Chris Barrett
b177a7b550 Improve ensime keybinding integration 2014-12-30 09:46:32 +13:00
syl20bnr
fd0e9abbe7 Move layer images into img directories 2014-12-24 01:03:49 -05:00
Chris Barrett
6fc0b79a33 Update packages.el
Fix typo preventing layer initialisation.

Submitting this PR via the github online editor--let me know if anything weird happens.
2014-12-14 13:16:29 -05:00
syl20bnr
9f21172540 Fix bad format and typos in layer READMEs 2014-12-14 00:32:25 -05:00
syl20bnr
95a1795873 Move Scala packages to scala layer 2014-12-13 23:29:23 -05:00