Kris De Volder
|
f95660cfcb
|
Add more test cases for @Component hovers.
Handle the case where bean id is set explicitly in the annotation.
|
2017-10-27 16:58:36 -07:00 |
|
Kris De Volder
|
68de1dd0c5
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-27 13:19:53 -07:00 |
|
Kris De Volder
|
fc9c84f58f
|
Start adding some tests for 'InjectedInto' hover provider
|
2017-10-27 13:19:41 -07:00 |
|
nsingh
|
5b2e074d2d
|
Fixed conditional test cases
Re-enabled and fixed to test new one-line process information
|
2017-10-27 13:17:54 -07:00 |
|
nsingh
|
d1d884268c
|
Created hover content utils with commonly used information
|
2017-10-27 11:39:56 -07:00 |
|
nsingh
|
c0e55cb7e2
|
Removed old way of matching annotations
|
2017-10-27 11:04:41 -07:00 |
|
BoykoAlex
|
06e86a33a4
|
Adjust unit tests
|
2017-10-27 11:08:10 -04:00 |
|
BoykoAlex
|
a29b2d0a3b
|
Format multiple paths urls on the hover better
|
2017-10-27 10:30:14 -04:00 |
|
BoykoAlex
|
9631f56d0f
|
Merge branch 'master' into request-mappings
|
2017-10-26 21:05:35 -04:00 |
|
BoykoAlex
|
ba8af9f132
|
Merge branch 'master' into request-mappings
# Conflicts:
# headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/requestmapping/RequestMappingHoverProvider.java
# headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/requestmapping/test/RequestMappingLiveHoverTest.java
# headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/project/harness/MockRunningAppProvider.java
# headless-services/commons/commons-boot-app-cli/src/main/java/org/springframework/ide/vscode/commons/boot/app/cli/SpringBootApp.java
# headless-services/commons/commons-boot-app-cli/src/test/java/org/springframework/ide/vscode/commons/boot/app/cli/SpringBootAppTest.java
|
2017-10-26 21:04:44 -04:00 |
|
nsingh
|
008182979f
|
Commenting out conditional tests until they can be fixed
|
2017-10-26 12:42:29 -07:00 |
|
nsingh
|
2f468b512e
|
Reduce conditional message to one line
|
2017-10-26 12:38:50 -07:00 |
|
nsingh
|
55458a369e
|
Reduce process information to just one line
|
2017-10-26 12:22:13 -07:00 |
|
Kris De Volder
|
c7c1ddc692
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-26 12:17:48 -07:00 |
|
Kris De Volder
|
84a8937b31
|
Add index of beans by dependency to beans model
Also, replace model implementation with immutable / builder style data
structures.
|
2017-10-26 12:17:33 -07:00 |
|
BoykoAlex
|
29c2a6e2b7
|
Refine request mappings
|
2017-10-26 11:43:16 -04:00 |
|
nsingh
|
462e1d71b6
|
Show full URL in request mapping live hover
|
2017-10-25 16:33:09 -07:00 |
|
nsingh
|
cd73747a0e
|
Multiple running app support for conditional live hovers
|
2017-10-25 15:13:27 -07:00 |
|
Kris De Volder
|
8d85460430
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-25 13:41:14 -07:00 |
|
Kris De Volder
|
136b98d215
|
Add parsing of LiveBeanModel to actuator client
|
2017-10-25 13:40:57 -07:00 |
|
nsingh
|
3b933ea61f
|
Added support for multiple apps in request mapping live hovers
|
2017-10-25 13:15:26 -07:00 |
|
Martin Lippert
|
500ab5793b
|
Merge branch 'jump-to-live-app'
|
2017-10-25 10:44:26 +02:00 |
|
Martin Lippert
|
3bcc9091b2
|
finished work on simple live app request mappings symbols
|
2017-10-25 10:38:54 +02:00 |
|
nsingh
|
0357d2f609
|
Added test case with multiple conditionals
|
2017-10-24 17:50:27 -07:00 |
|
Kris De Volder
|
7d44293ea9
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-24 16:18:32 -07:00 |
|
nsingh
|
d4ce6c444d
|
Fixed bug where conditional hover hint shows with no running app info
|
2017-10-24 16:19:27 -07:00 |
|
Kris De Volder
|
cd5c4af94a
|
Cleanup imports
|
2017-10-24 16:18:19 -07:00 |
|
Kris De Volder
|
f0ffb29458
|
More fancy implementation active profiles live hovers
|
2017-10-24 16:16:01 -07:00 |
|
Kris De Volder
|
4a0fde19f9
|
Generelaz live hover api to support multiple highlight ranges
|
2017-10-24 13:19:59 -07:00 |
|
Kris De Volder
|
67626d2ef9
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-24 12:53:07 -07:00 |
|
Kris De Volder
|
c71d4cbf02
|
Add support to test harness for checking highlights.
|
2017-10-24 12:52:49 -07:00 |
|
nsingh
|
6750258788
|
Added more conditional annotations for live hover support
|
2017-10-24 11:52:59 -07:00 |
|
Kris De Volder
|
5652e8402e
|
First, simple implementation of active profiles hover
|
2017-10-24 10:48:02 -07:00 |
|
Kris De Volder
|
b8aa5e484c
|
Add empty-boot-15-web-app test project
|
2017-10-24 10:37:09 -07:00 |
|
Kris De Volder
|
4e5ae58f48
|
Fix an NPE
|
2017-10-24 10:36:29 -07:00 |
|
Kris De Volder
|
d4b6dd4e17
|
Disable live hover watchdog when no interesting files are open.
|
2017-10-23 13:53:54 -07:00 |
|
Martin Lippert
|
309b6124b6
|
removed unused code
|
2017-10-23 20:18:02 +02:00 |
|
Martin Lippert
|
2ec0d7b1b7
|
removed annoying dummy code lens
|
2017-10-23 20:17:48 +02:00 |
|
Martin Lippert
|
fd10bbc6b8
|
removed outdated self-defined system property for boot-java language server
|
2017-10-23 20:17:27 +02:00 |
|
Kris De Volder
|
2a22775673
|
Add some synchronized sections to live hover watchdog
|
2017-10-23 10:19:17 -07:00 |
|
Kris De Volder
|
cf174129b8
|
Handle more cases of 'missing project context'.
|
2017-10-23 10:18:41 -07:00 |
|
nsingh
|
1b274cf375
|
Renamed test cases
|
2017-10-22 22:51:25 -07:00 |
|
nsingh
|
e16ef74bf3
|
Added one more test case for conditional live hover
|
2017-10-22 22:39:24 -07:00 |
|
nsingh
|
bd11bfbe52
|
Added some test cases for conditional live hover
|
2017-10-22 22:06:09 -07:00 |
|
nsingh
|
d3bd5d7011
|
Fixed NPE in fetching autoconfig report
The report may not yet be available in the SpringBootApp and results in
NPE.
|
2017-10-22 21:30:56 -07:00 |
|
nsingh
|
b1962945df
|
Added test project for conditional live hover tests
|
2017-10-22 21:20:48 -07:00 |
|
nsingh
|
7742083562
|
Initial harness for conditionals live hover tests
|
2017-10-22 20:53:48 -07:00 |
|
nsingh
|
a50d7f1791
|
Added support for live hover and hints for ConditionalOn annotations
|
2017-10-22 20:53:48 -07:00 |
|
BoykoAlex
|
55a439dc30
|
PT #151674858 Live boot hint decorations on/off
|
2017-10-20 20:55:05 -04:00 |
|
Kris De Volder
|
9983f6c8c4
|
Make language server processes easy to recognize
Set a system property 'sts4.languageserver.name'. This serves as an easy
marker to recognize language servers.
|
2017-10-20 15:03:28 -07:00 |
|