Commit Graph

2247 Commits

Author SHA1 Message Date
Martin Lippert
aba1f581de improved error handling in case of the language server cannot connect via JMX to a specific java app 2017-10-09 14:35:31 +02:00
Martin Lippert
9aa6a83df8 improved live hint highlight optics in Eclipse 2017-10-09 11:51:08 +02:00
Martin Lippert
48d6967c17 updated orbit and m2e milestone repos 2017-10-09 10:22:21 +02:00
BoykoAlex
47d7ae8da1 Support for running Boot-Java LS 2017-10-06 14:34:35 -04:00
Martin Lippert
97621308e0 splash screen fine tuning 2017-10-06 13:46:35 +02:00
Martin Lippert
a8bb5f29d0 updated branding artwork 2017-10-06 12:49:55 +02:00
BoykoAlex
b212e3b8ab Support sts/highlight message. Support "standalone" server for Atom 2017-10-05 19:58:34 -04:00
Martin Lippert
1975104519 reorganized commons-ls bundle inclusions to avoid feature inclusion 2017-10-05 10:15:13 +02:00
nsingh
4eddb50e63 Improve handling of snippet indentations containing no tabs 2017-10-04 15:59:22 -07:00
Kris De Volder
cff34afdd5 Add back 'fake' highlighter for testing.
Make it disabled by default (small code edit needed to enable it).
2017-10-04 14:44:05 -07:00
Kris De Volder
bbabae3bd6 Implement highlighter support for eclipse language servers 2017-10-04 14:43:20 -07:00
Martin Lippert
9a0b5c8023 PT #151428541: connected watchdog with new protocol extension to show live hover hints 2017-10-04 14:33:15 +02:00
Martin Lippert
8a12d8b179 removed dependency from symbol dialog plugin to core boot ide plugin and code cleanup 2017-10-04 11:50:52 +02:00
Kris De Volder
8e4ccae558 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-03 16:28:11 -07:00
Kris De Volder
cdf2e9fa44 Add support for 'sts/highlight' protocol extension
Use it too highlight occurrences of the word 'foo' as an example of how to use this.
2017-10-03 16:27:58 -07:00
nsingh
51491035f6 Fixed indentation for snippets for non-vscode editors 2017-10-03 13:46:21 -07:00
Kris De Volder
3133ec7e8e Cleanups: imports and debug code 2017-10-03 11:09:29 -07:00
Kris De Volder
8bb96887fd Make ls.eclipse.gotosymbol plugin part of boot.java.ls.feature 2017-10-03 10:12:41 -07:00
Kris De Volder
ec5a47b669 Attempt to integrate gotosymbol plugin into CI build 2017-10-02 16:24:21 -07:00
Kris De Volder
7d9b2ce03b Align plugin.xml etc. for goto-symbol plugin with other plugin.xml 2017-10-02 12:36:07 -07:00
Kris De Volder
982408b60f Goto Symbol popup fully functional 2017-10-02 12:27:59 -07:00
Kris De Volder
adced19b09 WIP: goto symbol in file dialog 2017-10-02 12:27:59 -07:00
Martin Lippert
7c4c3f50f5 PT #151428541: first steps to gather live hover hint data from running apps 2017-10-02 16:30:33 +02:00
Martin Lippert
0d75bd4b56 PT #150711096: start symbol parsing at language server startup 2017-10-02 09:33:14 +02:00
Martin Lippert
a4520d49a1 enable boot ls on java document open 2017-09-29 17:46:51 +02:00
Martin Lippert
860195d5b2 adding back the JDK9 launch vmarg 2017-09-29 16:18:32 +02:00
Martin Lippert
8cbd4359d6 adopt early oxygen 1a bits from staging area 2017-09-29 10:17:53 +02:00
nsingh
c34c52f440 Fixed NPE in additional edit 2017-09-28 18:55:24 -07:00
nierajsingh
efc45d96e6 Merge pull request #14 from spring-projects/java-snippet
Snippets for request mappings
2017-09-28 16:24:17 -07:00
nsingh
5b434b16c4 Added JDT-derived import rewrite for snippets 2017-09-28 16:08:25 -07:00
Martin Lippert
d1eaa4621d updated additional product branding 2017-09-28 12:29:27 +02:00
Kris De Volder
89667897eb Cleanup debug log msg 2017-09-26 15:40:58 -07:00
Kris De Volder
640c2cd361 Fix bug when there are multiple overlapping diagnostics with quickfix 2017-09-26 15:38:07 -07:00
BoykoAlex
f3836c4770 Adjust quick fix for Atom extensions 2017-09-26 17:36:38 -04:00
Kris De Volder
4173b22d9d Merge branch 'master' of github.com:spring-projects/sts4 2017-09-26 14:31:35 -07:00
Martin Lippert
4e8d6f154e updated remaining product id usages 2017-09-26 15:19:30 +02:00
Martin Lippert
e8ff84003e updated remaining product id usages 2017-09-26 13:27:08 +02:00
Martin Lippert
7099d77817 updated product-based p2 repo to include updated category names 2017-09-26 12:49:07 +02:00
Martin Lippert
1677134bf0 updated product id to match plugin id + some extra bits 2017-09-26 12:49:07 +02:00
BoykoAlex
884d0c8555 Update atom packages to atom 1.21. Allow quick-fixes 2017-09-25 18:23:46 -04:00
BoykoAlex
37a84a1449 Allow quick fixes 2017-09-25 18:16:09 -04:00
Kris De Volder
1efe306bf1 Some small improvements to readme-dev-env 2017-09-25 11:26:29 -07:00
Kris De Volder
cb087c7064 Merge branch 'master' of github.com:spring-projects/sts4 2017-09-25 09:50:39 -07:00
Kris De Volder
1f7bfed5f5 Add info from google doc into README-dev-env.txt 2017-09-25 09:50:22 -07:00
Martin Lippert
baece88159 adopt early oxygen.1 m-builds and updated version identifiers 2017-09-25 16:45:57 +02:00
Martin Lippert
b43b32b895 PT #150803616: taking search query into account and running a similar search on the ls side than the client does afterwards 2017-09-25 13:59:49 +02:00
Kris De Volder
e6e960d924 Add support for info messages from reconciler. 2017-09-22 10:57:24 -07:00
Kris De Volder
7adb4fa3cc Add a preliminary 'dev env setup' readme 2017-09-22 10:52:44 -07:00
Martin Lippert
0d69e95d69 added another dependency for eclipse tm bundle 2017-09-22 10:51:29 +02:00
Martin Lippert
b1bd48fcdb fixed category name on ls update site and added missing jcodings dependency 2017-09-22 10:36:14 +02:00