Commit Graph

47 Commits

Author SHA1 Message Date
Martin Lippert
e934d40858 updated to 4.2.1 2019-03-29 09:50:06 +01:00
Martin Lippert
46e9e985b0 about file updates 2019-03-24 19:30:07 +01:00
Kris De Volder
d86becebe7 http -> https 2019-03-08 15:48:38 -08:00
Martin Lippert
a261770210 housekeeping 2019-02-27 11:38:40 +01:00
Martin Lippert
df184fe445 updated version to 4.2.0 2019-02-22 09:39:30 +01:00
nsingh@pivotal.io
1106709183 PT 163720674 - Style current mode with bold in Go To Symbol dialogue 2019-02-06 12:18:16 -08:00
nsingh@pivotal.io
0eb4645380 PT 163442852 - Show current Symbols provider in dialogue 2019-02-04 15:02:15 -08:00
Martin Lippert
9039a54b2f use the new workspace symbol location prefix search capability in symbols in project dialog mode 2019-01-31 11:13:55 +01:00
Martin Lippert
290a18f077 updated version for eclipse parts to 4.1.2 2019-01-25 20:04:23 +01:00
Martin Lippert
0ced9c9943 fixed wrong copyright year 2019-01-09 15:15:43 +01:00
Martin Lippert
9252f0ad3c Merge pull request #174 from gayanper/Bug173_InProject
Fix #173 : Add support for filtering project symbols
2019-01-09 15:14:00 +01:00
BoykoAlex
24f0549d77 PT #163067196: Update eclipse plugin dependencies to new lsp4j/lsp4e 2019-01-08 16:05:06 -05:00
gayanper
81bffbb07e Fix #173 : Add support for filtering project symbols
Add new provider which will filter symbols for the current selected
resource's project in GoTo Symbol dialog.
2019-01-08 20:30:28 +05:30
Martin Lippert
2f816353f6 updated versions of eclipse bits to 4.1.1 2018-12-21 11:31:10 +01:00
Kris De Volder
bb1cb222fd Bump STS 4 version to 4.1.0 2018-12-04 13:27:43 -08:00
Martin Lippert
972a85cea8 updated versions from 4.0.1 to 4.0.2 2018-11-01 11:37:43 +01:00
Martin Lippert
5b6187c832 update version of overall eclipse distribution bits to 4.0.1 2018-09-26 18:11:07 +02:00
BoykoAlex
742ef098f9 PT #160634135: Show symbols in workspace by default 2018-09-19 16:02:54 -04:00
Kris De Volder
238e176c90 Fix more regressions caused by SymbolInformation...
Things that used to just have SymbolInformation in
lsp4j now are 'Either<SymbolInformation, ...>'.

This breaks a number of places where we have
'instanceof SymbolInformation' checks.
These checks fail and various bits of code that
should handle the SymbolInformation case was
not being executed.
2018-09-04 12:07:09 -07:00
Kris De Volder
2835925e8d Fix Goto Symbols Dialog
Was broken due to evolution in lsp4j api types.
2018-08-31 12:11:41 -07:00
Martin Lippert
dbf72934e8 lsp4j updates to document symbols 2018-08-25 20:38:04 +02:00
Martin Lippert
20ff5f406a adopting new LSP4E API to avoid restaring old language servers 2018-07-10 12:06:30 +02:00
Kris De Volder
36512e3337 Avoid 'Widget is disposed' error. 2018-04-05 16:33:00 -07:00
Kris De Volder
916ab89152 Improve how Goto symbol dialog displays matched results
- highlight query characters
- sort based on FuzzyMatcher score
- tooltip to show symbol name redundantly (helps if symol name is too long)
2018-01-04 14:09:32 -08:00
Martin Lippert
6c1350a450 added higher version constraint to ensure the right minimal version of the livexp bundle to be around for the goto symbol dialog 2017-12-12 15:11:41 +01:00
kdvolder
22e8ba80ba Some fixes to accomodate windows 2017-12-11 16:00:19 -08:00
Martin Lippert
dffc75d5eb updated versions 2017-12-11 09:31:08 +01:00
Martin Lippert
c35d7e3763 updated and added version constraints for recent lsp4e and lsp4j dependencies 2017-12-08 04:07:08 +01:00
nsingh
61ff353a12 PT 152579405 - Fixed style issues with goto symbol dialogue
Location now appears in gray and italic font. Also removed symbol "kind
2017-11-22 12:33:10 -08: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
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
nsingh
ad317bebfa PT 152579405 - Show resource location for workspace symbols 2017-11-21 00:51:26 -08:00
nsingh
bf74070638 PT 153043977 - Increase width of inplace goto symbol dialogue 2017-11-20 22:58:23 -08:00
nsingh
943351d860 PT 152579372 - Make query search case insensitive 2017-11-16 10:45:05 -08:00
nsingh
dbc8995c86 PT 152579435 - Add hint message in quick in-place dialogue 2017-11-16 10:13:21 -08:00
Kris De Volder
09407cb3ad Use annotation attributes in creation of @Bean symbols 2017-11-10 13:54:30 -08:00
Kris De Volder
8877c2a0d5 Delayed update of status label in GotoSymbolDialog 2017-11-10 10:28:06 -08:00
Kris De Volder
fae25af3eb SwtConnect utilities moved to commons.livexp 2017-11-10 09:44:36 -08:00
Kris De Volder
cb7f0267f9 Try to make workspace symbol provider more 'reactive' 2017-11-03 17:42:47 -07:00
Martin Lippert
6452729644 added dependencies to p2 repos and switched to more tight dependency declarations 2017-11-03 13:05:43 +01:00
Martin Lippert
fb0417e557 PT #151287654: added specific symbol provider to avoid too many document connections 2017-11-03 12:21:42 +01:00
Kris De Volder
cf174129b8 Handle more cases of 'missing project context'. 2017-10-23 10:18:41 -07: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
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