Commit Graph

1375 Commits

Author SHA1 Message Date
Kris De Volder
71dabb8d6c Streamlime and simplify JavaProjectFinder
Only a single method needs to be implemented now to define how
a project context is found for a given document location.
2017-10-17 11:04:08 -07:00
Kris De Volder
69491029b3 Remove obsolete method 'isProjectRoot' from project finder interface 2017-10-17 10:41:56 -07:00
nsingh
023e623f02 Fixed NPE in request mapping hover provider 2017-10-16 16:19:14 -07:00
nsingh
c6aa4a2b98 Add basic harness for testing running boot apps
Used mockito to mock list of running apps.
2017-10-16 16:13:01 -07:00
nsingh
f88964b6b2 Include the running app provider 2017-10-16 16:11:54 -07:00
nsingh
17eb2eb2f0 Refactor boot Java language server
Allow running app provider to be injected into language server for
testing purposes.
2017-10-16 16:10:13 -07:00
nsingh
5d8bd397f7 Code cleanup in SpringBootApp 2017-10-16 16:07:21 -07:00
BoykoAlex
d4a9907b0d PT #150740880: VSCode/Eclipse file watching. Back to project finder
Eclipse client file change listening mechanics

Reworked file/project observer implementation

Merge fixes
2017-10-16 14:08:51 -04:00
Martin Lippert
aef5d309c6 PT #151991870: first rough implementation for live hovers for components without autowired annotation 2017-10-16 18:46:08 +02:00
Martin Lippert
fd29f9cb1a added icons to build.properties to include them in binary plugni artifact 2017-10-15 21:37:34 +02:00
Martin Lippert
9f9c29d3b7 PT #151052858: added simple hover content for autowired annotation live hovers 2017-10-15 13:44:48 +02:00
Martin Lippert
c632cab7c7 PT #151052858: first steps towards live hovers for @Autowired annotation 2017-10-13 14:29:26 +02:00
Martin Lippert
0beea180fe PT #151440528: live hints for request mappings now do exact matching instead of apps and mappings 2017-10-13 10:38:09 +02:00
nsingh
dd61505bb5 Improvements to live hovers for request mappings 2017-10-12 23:06:24 -07:00
BoykoAlex
423c6bcaef [PT-#150740880] File listener and project listeners mechanics
Refactor project finder into project manager

Update annotation index based on project changes

Missing comments
2017-10-12 16:41:38 -04:00
nsingh
825db31d88 Add process ID and name to live hover 2017-10-12 10:07:42 -07:00
Martin Lippert
4d32d4849e PT #151888326: let the update document task wait for the initial annotation index to be ready and changed the update mechanics towards an async queue 2017-10-12 13:10:10 +02:00
nsingh
ee069226f9 Added basic request mapping navigation in live hover 2017-10-11 17:35:29 -07:00
BoykoAlex
125a6cc6dd Cleanup JDK9 LS launch support for Atom extensions 2017-10-11 11:57:25 -04:00
BoykoAlex
b7a3b4649b Support VSCode extensions launch with JDK9 2017-10-11 11:42:10 -04:00
BoykoAlex
e9010d1588 Remove debug parameters 2017-10-11 11:08:12 -04:00
BoykoAlex
73f905960b Fix JDK 9 server launch 2017-10-11 10:12:30 -04:00
BoykoAlex
522e8e6775 Fix NPE for Atom LS build 2017-10-11 00:57:57 -04:00
BoykoAlex
7771017507 Fix regression with JAR servers 2017-10-10 21:50:16 -04:00
BoykoAlex
cc3a7add5e [PT-#151762870] boot-java launch support for VSCode 2017-10-10 19:10:33 -04:00
Kris De Volder
9e89047b8e Add support for CF resource type to concourse editor 2017-10-10 13:46:17 -07:00
Martin Lippert
86790b4931 updates for oxygen.1a and nightly ci download page 2017-10-10 07:36:35 +02:00
Martin Lippert
194b4fac25 PT #151438408: annotation index is updated on document save event 2017-10-09 20:50:28 +02:00
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