186 Commits

Author SHA1 Message Date
Nicolas Setton
0d17d32f70 Merge pull request #81 from georgemackayshore/fix-failing-foldbuilder-test
Fix failing folding builder test
2022-10-17 18:05:30 +01:00
George MacKay-Shore
757ea91392 fix: add boilerplate to test project, and rename it
A secondary issue was found while investigating the ALS logs for the
root cause of the folding test failure. The ALS was not parsing the
empty `project.gpr`, returning an error that was further confounding the
folding test failure. This file has now been renamed to fit the naming
conventions, and has the minimal boilerplate that the ALS requires to
parse the project file.
2021-10-01 19:39:45 +01:00
George MacKay-Shore
fd468caafa fix: add missing semicolon at end of package declaration
The test data for the code folding tests was missing a semicolon after
the `end` statement. This was stopping the ALS from returning the
correct foldingRanges, thereby causing the folding test to fail.
2021-10-01 19:35:17 +01:00
Nicolas Setton
581f87237a Merge pull request #77 from benconvey/increase_completion_speed_PR
The speed of completions
2020-08-26 19:35:21 -04:00
Ben Convey
f64d82f3fe increase_completion_speed_PR Remove the BusyEditorAwareScheduler and BusyEditorAwareOperation. Add incremental document updates. Ensure code completion is case insensitive but insertions honour ALS prediction letter casing. 2020-08-23 15:31:04 +01:00
Nicolas Setton
11d09ad8d3 Merge pull request #75 from benconvey/add_AdaFoldingBuilder_2
Adds the AdaFoldingBuilder and AdaFoldingBuilderTest
2020-07-23 10:38:42 -04:00
Nicolas Setton
181df2bfb2 Merge pull request #74 from benconvey/ada_annotator
Updates to the AdaAnnotator
2020-07-23 10:37:28 -04:00
Nicolas Setton
302000b7f0 Merge pull request #76 from benconvey/fix_broken_ada_lexer_test
fix_broken_ada_lexer_test
2020-07-14 22:30:10 -04:00
Ben Convey
de994655eb Remove Annotator stuff 2020-07-15 00:02:31 +01:00
Ben Convey
93af64a171 Merge branch 'master' into add_AdaFoldingBuilder_2 2020-07-14 23:52:20 +01:00
Ben Convey
d24c636c00 Add the AdaFoldingBuilder and AdaFoldingBuilderTest
Add the AdaFoldingBuilder and AdaFoldingBuilderTest
2020-07-14 23:48:42 +01:00
Ben Convey
eeefae505c Remove the call to Thread.sleep in AdaAnnotator. Add a call to DaemonCodeAnalyzer.restart() in AdaLSPClient.publishDiagnostics() to retrigger an annotation pass 2020-07-14 23:04:46 +01:00
Ben Convey
5f262e0a40 fix_broken_ada_lexer_test Add the SPEECH_MARK token to the expected token list in bad-syntax.adb.token-list 2020-06-25 22:45:36 +01:00
Nicolas Setton
cb80830e67 Merge pull request #73 from benconvey/add_AdaSpeechMarkHandler
Add the AdaSpeechMarkHandler and AdaBackSpaceHandler
2020-06-25 10:25:50 -04:00
Ben Convey
af4ecf2451 Remove logging from AdaBackspaceHandler 2020-06-21 23:45:33 +01:00
Ben Convey
8fc89663d5 Rename AdaQuoteHandler to AdaSpeechMarkHandler 2020-06-21 23:41:41 +01:00
Ben Convey
dd3676273d Merge branch 'master' into add_AdaQuoteHandler 2020-06-21 23:36:48 +01:00
Ben Convey
83c591c9a4 Add the AdaQuoteHandler and AdaBackSpaceHandler for creating and deleting matching paris of speech marks 2020-06-21 23:34:32 +01:00
Nicolas Setton
5a93922615 Merge pull request #72 from benconvey/add_AdaBraceMatcher
Add AdaBraceMatcher
2020-06-21 14:23:53 -04:00
Ben Convey
d3a1c70dc3 Add the AdaBraceMatcher 2020-06-21 15:27:58 +01:00
Nicolas Setton
80f4255221 Merge pull request #70 from AdaCore/plugin_config
Temporary fix to #67
2019-02-08 16:10:44 -05:00
raja-s
680674c4fc Temporary fix to #67 2019-02-08 16:02:34 -05:00
Nicolas Setton
9a14611b23 Merge pull request #69 from AdaCore/plugin_config
Moved plugin to v0.6-dev
v0.6-dev
2019-02-08 14:51:18 -05:00
raja-s
a9e10219b9 Moved plugin to v0.6-dev 2019-02-08 14:42:56 -05:00
Nicolas Setton
05c17307ad Merge pull request #68 from AdaCore/topic/parsing
Minor restructuring in analysis package
2019-02-08 14:40:42 -05:00