- Remove duplicated completion items
(
9cb5f3d)
- Send pylsp output to devnull
(
30c866a)
- Add support for updating the lsp workspace settings
(
85e6b10)
- model: Only create a new model if language or uri changes
(
62c68ec)
- Add movie to README
(
4aa4b2a)
Added an output image to the README for better visualization.
- Add set line number mode option
(
414c1eb)
-
Add status bar for vim; otherwise some features do not work (
4cca2fa) -
Remove debugging print (
3a56dc9) -
Simplify completion provider (
db361ab) -
Update existing model unless a new file is specified (
8ac7297)
-
Add option for adding custom context menu actions (
83d1985) -
Add support for model uris (
6ac4758) -
Add support for receiving signature notifications (
af9ffc0) -
First version with support for snippets (
ac21838) -
Generalize editor updates; add option to disable scroll beyond last line (
e0fc4e2)
- Move providers to separate module
(
a95642e)
- readme: Pyqt6 typo
(
57a7eb0)
- Pyside6 upgraded to 6.9.0
(
a1e07b6)
- Remove backend from build
(
cc38340)
- vim: Add vim mode
(
e870c83)
- Restructure repo
(
89e49cb)
- Add line highlighting feature
(
da269af)
- Add get_text method to retrieve current editor value; cleanup properties
(
24bb58a)
- Set js log to debugging
(
23301e1)
- Fix js mapping and cleanup
(
97ab296)
- Update readme with public api
(
b6c513f)
- Fix js interface
(
5a32eec)
- Add method to enable / disable the minimap
(
d89b6a8)
- Build js artifacts and include them in the release
(
8d5df31)
- Update resource handling and build configuration for RCC files
(
72ea277)
-
Remove unnecessary command from rcc file build step (
92f3901) -
Update build configuration to include all files and specify artifacts (
dac680b)
- Add debugging output
(
bfc4dc7)
- Build
(
33d5d70)
- Fix rcc location within build
(
31e288f)
- Fix release step
(
182c7de)
- Add qt bridge
(
7361271)