Commit graph

214 commits

Author SHA1 Message Date
Eric Förster
8e43d40c23 Update build badge 2019-03-09 21:02:39 +01:00
Eric Förster
63c51c20f4 Fix CI script 2019-03-09 20:12:40 +01:00
Eric Förster
3d2179032f Use appropriate path seperator on Linux 2019-03-09 19:59:46 +01:00
Eric Förster
b94125d729 Bump version to v0.4.0 2019-03-09 19:30:19 +01:00
Eric Förster
7ba10db3f5 Migrate to organization account 2019-03-08 17:41:25 +01:00
Eric Förster
9d2980da28 Extract declaration of top level provider 2019-03-08 15:05:54 +01:00
Eric Förster
8a955460ad Replace List with Map in Workspace 2019-03-08 13:56:53 +01:00
Patrick Förster
0321795052 Remove print statement in LatexResolver 2019-03-08 09:56:14 +01:00
Eric Förster
ee1cabbc30 Move WorkspaceAction into WorkspaceActor 2019-03-07 23:39:36 +01:00
Eric Förster
637b51b9a1 Declare FNDB constants in LatexResolver 2019-03-07 23:04:20 +01:00
Eric Förster
5a86c4ca76 Use brace expansion feature from kpsewhich 2019-03-07 22:40:07 +01:00
Eric Förster
52b7993779 Merge TextDocumentService and WorkspaceService 2019-03-07 21:19:33 +01:00
Patrick Förster
029dcff511 Make LaTeX linting optional 2019-03-07 20:30:40 +01:00
Patrick Förster
d4b9b97360 Improve performance of completion 2019-03-07 19:27:06 +01:00
Patrick Förster
f57a3a55ac Fix sorting of completion items 2019-03-07 18:49:34 +01:00
Patrick Förster
100112d6e2 Move constants out of TextDocumentServiceImpl 2019-03-07 18:38:55 +01:00
Patrick Förster
4580f4eade Add LaTeX linter 2019-03-07 16:24:08 +01:00
Eric Förster
ff91582269 Refactor completion resolve request 2019-03-06 21:29:32 +01:00
Eric Förster
364295b2b5 Remove map combinator from FeatureProvider 2019-03-06 20:45:19 +01:00
Eric Förster
b75577981a Add choice combinator to FeatureProvider 2019-03-06 18:58:17 +01:00
Eric Förster
e9162d9ac9 Make return type of FeatureProvider more generic 2019-03-06 18:58:16 +01:00
Eric Förster
349279b17e Do not substitute placeholders in quotes 2019-03-06 18:54:28 +01:00
Patrick Förster
b603795af2 Make include completion based on folders 2019-03-06 17:33:56 +01:00
Eric Förster
8d72316c3a Migrate from Travis CI to Azure Pipelines 2019-03-06 14:17:44 +01:00
Patrick Förster
d1d158bfab Normalize Windows paths 2019-03-06 11:01:02 +01:00
Patrick Förster
ec2ed2a5b9 Fix handling of label references 2019-03-05 20:05:48 +01:00
Eric Förster
d6ad535d08 Bump version to v0.3.0 2019-03-05 17:45:49 +01:00
Eric Förster
623b13a9d4 Fix crash when hovering over invalid entries 2019-03-05 17:11:24 +01:00
Patrick Förster
6c14e4ff85 Parse documents that are not inside the workspace 2019-03-05 17:01:34 +01:00
Eric Förster
221ba68f1c Fix parsing of BibTeX files 2019-03-05 16:41:47 +01:00
Eric Förster
41a2f1a3af Add FeatureProvider.create helper function 2019-03-04 23:43:08 +01:00
Eric Förster
312c2fef66 Wrap IncludeGraphicsProvider into DeferredProvider 2019-03-04 15:48:48 +01:00
Eric Förster
0d5b5b3b00 Replace AggregateProvider with static method 2019-03-04 15:26:04 +01:00
Eric Förster
2748185f0d Add map function to FeatureProvider 2019-03-03 23:33:37 +01:00
Eric Förster
10ae2f6786 Fix document synchronization 2019-03-03 18:25:37 +01:00
Eric Förster
39bd80bc67 Fix unit tests 2019-03-03 18:25:14 +01:00
Eric Förster
790a1bb72d Make logger available to provider 2019-03-03 17:29:27 +01:00
Eric Förster
eecd78b94b Make MetadataProvider suspendable 2019-03-03 15:34:59 +01:00
Patrick Förster
97f6df5e35 Show component names when hovering over commands 2019-03-03 14:45:13 +01:00
Patrick Förster
5c8d851c93 Handle \coloneqq in preview 2019-03-03 11:27:31 +01:00
Patrick Förster
5bd6f9ee06 Check if database directory exists 2019-03-03 11:24:51 +01:00
Patrick Förster
396949076e Store completion database in home directory 2019-03-03 10:53:06 +01:00
Patrick Förster
4d3e358496 Show preview when hovering over inline math 2019-03-03 09:45:57 +01:00
Patrick Förster
27303cedc3 Show preview when hovering over equations 2019-03-03 09:25:41 +01:00
Patrick Förster
e1ec6c8894 Show preview when hovering over math environments 2019-03-02 21:30:31 +01:00
Eric Förster
1f3158aee5 Unify provider pattern 2019-03-02 21:15:26 +01:00
Eric Förster
197540fdb5 Bump version to v0.2.0 2019-03-01 20:53:41 +01:00
Patrick Förster
1d8bdb18b6 Display citations when hovering 2019-03-01 20:43:27 +01:00
Eric Förster
0cde1c8902 Use V8 instead of Nashorn for citation rendering 2019-03-01 16:40:37 +01:00
Patrick Förster
04fc27c98a Optimize performance of citation preview 2019-03-01 12:16:26 +01:00