Commit Graph

1609 Commits

Author SHA1 Message Date
Martin Lippert
0e05a1a280 refactored common language server eclipse integration code into superclass and enabled progress message support for all eclipse ls integrations 2017-11-22 20:58:01 +01:00
BoykoAlex
a50c09097a PT #153100339 Don't cache CU unless there is a project for it 2017-11-22 14:49:44 -05:00
nsingh
8c956bf962 Fixed bug where location appearing twice in symbol dialogue 2017-11-22 11:43:40 -08:00
nsingh
6c062d18ee Minor fix in goto symbol dialogue 2017-11-22 11:40:38 -08:00
Martin Lippert
06fcf0a0c8 include sts4-specific p2 repos in distribution 2017-11-22 20:16:30 +01:00
nsingh
11d31064e8 Refactor method in goto symbol dialogue 2017-11-22 11:18:40 -08:00
nsingh
e26bd0a760 Attempt to add italic style to resource location in goto symbol dialogue 2017-11-22 11:18:40 -08:00
Kris De Volder
80d80758f6 Reduce log noise from JMX connections for spring boot app polling loop 2017-11-22 10:52:27 -08:00
BoykoAlex
622af0efe0 Don't split notification messages with line breaks 2017-11-22 09:48:21 -05:00
Martin Lippert
ba8896618d splash screen update with slightly changed background, removing outdated spring-xd icon 2017-11-22 09:33:56 +01:00
Kris De Volder
86ff6e28d9 Merge branch 'master' of github.com:spring-projects/sts4 2017-11-21 15:22:37 -08:00
Kris De Volder
db2569d4d6 Don't show resource if it is the String "null" 2017-11-21 15:22:17 -08:00
BoykoAlex
7541238a5a Merge branch 'master' of https://github.com/spring-projects/sts4 2017-11-21 17:35:12 -05:00
BoykoAlex
2185c7cd1b PT #153051451 Symbol for RequestMapping without parameters 2017-11-21 17:34:36 -05:00
Kris De Volder
e2c821e923 Merge branch 'master' of github.com:spring-projects/sts4 2017-11-21 14:20:20 -08:00
Kris De Volder
6f1e80944c Fix PT-153072942
Ignore `$$EnhancerBySpringCGLIB$$` in determining whether a
live bean corresponds to a bean defined in source-code.
2017-11-21 14:20:05 -08:00
BoykoAlex
384b2954fb Fix regression - load project in sync if not cached 2017-11-21 16:54:21 -05:00
Kris De Volder
cfa0f5f13c Cleanup: Delete obsolete commented code that was committed by accident 2017-11-21 11:36:52 -08:00
Kris De Volder
86edcf0e96 Merge branch 'master' of github.com:spring-projects/sts4 2017-11-21 11:31:08 -08:00
Kris De Volder
6783ffdbe8 Make live hovers AnnotationHierarchyAware 2017-11-21 11:30:55 -08:00
Martin Lippert
6a4d5d532e now able to specify spring-ide and commons p2 repos directly 2017-11-21 09:53:06 +01:00
nsingh
ad317bebfa PT 152579405 - Show resource location for workspace symbols 2017-11-21 00:51:26 -08:00
Martin Lippert
fe689f2306 changed dist version for milestone and release builds to bogus value and added documentation for it 2017-11-21 09:27:51 +01:00
Martin Lippert
e6b5774bbc introduced snapshot, milestone, and release profiles to language server eclipse feature build 2017-11-21 09:08:01 +01:00
Martin Lippert
9d1778f231 removed extra p2 repo for cf manifest language server since that one is included in overall repo 2017-11-21 09:07:15 +01:00
Martin Lippert
75907d3c44 feature category renamed to spring tools 4 2017-11-21 09:06:46 +01:00
nsingh
bf74070638 PT 153043977 - Increase width of inplace goto symbol dialogue 2017-11-20 22:58:23 -08:00
BoykoAlex
d0e1130e6b Merge branch 'master' of https://github.com/spring-projects/sts4 2017-11-20 18:18:27 -05:00
BoykoAlex
1014e90ed3 Errored out project should have empty classpath 2017-11-20 18:15:30 -05:00
Kris De Volder
7136162000 Merge branch 'master' of github.com:spring-projects/sts4 2017-11-20 15:11:04 -08:00
Kris De Volder
733e59afd1 Rework symbol provider inheritance to create fewer symbols with more info 2017-11-20 15:10:49 -08:00
BoykoAlex
08c1cd33ef PT #152867134 Progress and Error feedback for Maven/Gradle project load 2017-11-20 17:56:39 -05:00
Kris De Volder
adc4d4f978 Protect AST cache against improper synchronization by using a callback 2017-11-20 11:22:56 -08:00
Kris De Volder
0727f514bf Cleanup unused imports 2017-11-20 10:48:19 -08:00
Kris De Volder
b4b4512ccd Simplify boot java hover providers api.
Remove unused and pointless CompletableFuture wrappers.
2017-11-20 10:40:42 -08:00
Martin Lippert
ac3b0efa46 updated JDT Parser to be ready to run and resolve against JKD9 2017-11-20 16:01:32 +01:00
Kris De Volder
cd2ab7de28 Second attempt to redirect log output to file
First attempt was flawed because some loggers can get instantiated
before sysem property is set.
2017-11-17 15:49:00 -08:00
Kris De Volder
b95b69db49 Cleanup debug output 2017-11-17 15:47:48 -08:00
Kris De Volder
ac1b3ae109 Redirect language server logs to file, for all language servers
This is because vscode/atom clients do not like verbose log output
(JavaScript too slow compared to java?) and drop the connection to
the server.
2017-11-17 15:18:42 -08:00
Kris De Volder
cf98184b35 Cleanup some debug output. 2017-11-17 15:03:02 -08:00
Kris De Volder
b19e8d21d2 Merge branch 'master' of github.com:spring-projects/sts4 2017-11-17 13:55:53 -08:00
Kris De Volder
7912f951eb Sow @Autowired annotation hover also in any sub-annotation of @Component 2017-11-17 13:55:35 -08:00
Martin Lippert
f75a8b6941 Merge branch 'multi-root' 2017-11-17 20:05:10 +01:00
Kris De Volder
9d1d36004a Fix failing test 2017-11-17 17:45:23 +01:00
Martin Lippert
be16f39b84 added missing pieces to multi-root support 2017-11-17 16:58:43 +01:00
BoykoAlex
9b8f95f21d PT #152867306 Boot properties index reacts on project changes 2017-11-16 18:33:40 -05:00
Kris De Volder
003afe52ab Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
	headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/StringUtil.java
2017-11-16 15:03:53 -08:00
Kris De Volder
7c117828c5 Support subtyping in SpringIndexer 2017-11-16 15:02:06 -08:00
nsingh
613b79cb35 Added case insensitive search for in workspace symbol search 2017-11-16 11:50:30 -08:00
nsingh
943351d860 PT 152579372 - Make query search case insensitive 2017-11-16 10:45:05 -08:00