Summary
- - Move text insertion to completion context (to decouple NEC from (details)
- Hide the usage of the editor in the context (details)
- Hiding usage of isWorkspace (details)
- Move text insertion closer to the engine. The context is morphic (details)
- CompletionContext does not need editor anymore (details)
- Rename insertCompletion: => replaceCompletionWith: It does not insert, (details)
- Add comment (details)
- Be able to set context class from the outside (details)
- Simplify insertion by using explicit replace API (details)
- Further simplification. Remove insertCommonPrefixOrSelected which works (details)
- Further simplification. Remove unused method. (details)
- Correct replacement interval for messages (details)
- Remove unused methods (details)
- Remove unused variable (details)
- Recategorization (details)
- Recover position. It is used to get a completion token in the AST... (details)
- Rename to make code easier to understand (details)
- Revert using node. Node gets desyncronized with actual completion token (details)
- Renames and comment (details)
- Split NEC core from Morphic specific support. Yet to decouple (details)
- Remove circular dependency between Completion engine and morphic (details)
- Fix baseline to specify NECMorphic package too (details)
- Hiding real dependency from dependency analyzer to make tests pass. (details)
- Recover class comment (details)
Summary
- - Move text insertion to completion context (to decouple NEC from (details)
- Hide the usage of the editor in the context (details)
- Hiding usage of isWorkspace (details)
- Move text insertion closer to the engine. The context is morphic (details)
- CompletionContext does not need editor anymore (details)
- Rename insertCompletion: => replaceCompletionWith: It does not insert, (details)
- Add comment (details)
- Be able to set context class from the outside (details)
- Simplify insertion by using explicit replace API (details)
- Further simplification. Remove insertCommonPrefixOrSelected which works (details)
- Further simplification. Remove unused method. (details)
- Correct replacement interval for messages (details)
- Remove unused methods (details)
- Remove unused variable (details)
- Recategorization (details)
- Recover position. It is used to get a completion token in the AST... (details)
- Rename to make code easier to understand (details)
- Revert using node. Node gets desyncronized with actual completion token (details)
- Renames and comment (details)
- Split NEC core from Morphic specific support. Yet to decouple (details)
- Remove circular dependency between Completion engine and morphic (details)
- Fix baseline to specify NECMorphic package too (details)
- Hiding real dependency from dependency analyzer to make tests pass. (details)
- Recover class comment (details)