Commit Graph

102 Commits

Author SHA1 Message Date
jwilliams720
3f99b44b4e Merge branch 'main' of https://github.com/jasonwilliams/vscode-helix 2023-12-22 15:50:47 +00:00
jwilliams720
2ff7f297e2 - Fixed search all files
- Added new window modes (including update to readme)
- Don't try to parse any motions during window mode
- Give status bar a color when searching
- Fixed undo/redo
- Fixed InsertAtLIneStart / InsertAtLineEnd
2023-12-22 15:50:24 +00:00
jasonwilliams
3af9255823 v0.1.0 2023-12-20 22:47:33 +00:00
jwilliams720
6a459e9138 Many changes 2023-12-20 18:24:15 +00:00
jasonwilliams
e86e9d60ff Add navigate up/down in picker
Add support for delete/change in selection
2023-12-19 23:57:48 +00:00
jasonwilliams
71dc748316 add scroll half page
organize match mode
2023-12-19 23:29:41 +00:00
jasonwilliams
7afdab8fcd Remove visual mode from match mode 2023-12-19 23:00:28 +00:00
jasonwilliams
4e9791d836 Implement jump to bracket 2023-12-19 22:38:53 +00:00
jwilliams720
b2d9eb874b Tidy Up
- Move from `onStartupFinished` to `*` for faster startup. Sadly OSF is just too slow, the user interacts before the extension has started which is frustrating.
- Use nextEditor and PreviousEditor for gn/gp
- Update readme
2023-12-18 10:29:50 +00:00
jasonwilliams
9200f631d0 update build script to only output status in watch mode 2023-12-13 23:29:47 +00:00
jasonwilliams
e5eb1839ac attempt at a symbol provider 2023-12-13 23:27:21 +00:00
jwilliams720
abedda9517 Add support for forward/backward navigation
Sadly it doesn't seem eaasy to override the built-in ctrl+i/ctrl+o without using "true" in the "when" clause, which means it will be difficult to disable when we disable the extension.

One option may be to call into the extension and handle it there, for now im using "true" to "turn off" the built in behaviour
2023-12-13 10:10:27 +00:00
jasonwilliams
17287ea614 0.0.2 2023-12-05 23:43:44 +00:00
jasonwilliams
2d73992289 implement match in/around nearest brackets 2023-12-05 23:10:36 +00:00
jasonwilliams
6c0548c1bb - show correct cursor block on start up
- Add ability to enable/disable
2023-12-04 23:16:03 +00:00
jasonwilliams
785f536eb8 updating display name 2023-12-01 20:09:19 +00:00
jasonwilliams
ad90d46408 change name 2023-12-01 20:08:47 +00:00
jasonwilliams
c795b91fbe try vscode-helix 2023-12-01 20:07:35 +00:00
jasonwilliams
675560c4c6 try helix name 2023-12-01 20:05:15 +00:00
jasonwilliams
1cb53d8440 change images because VSCode moans on publish 2023-12-01 20:01:04 +00:00
jasonwilliams
c5d18f70a1 bump vscode version 2023-12-01 19:59:29 +00:00
jasonwilliams
684bdac2f2 remove webp 2023-12-01 19:56:22 +00:00
jasonwilliams
4e39249121 updates 2023-12-01 19:55:57 +00:00
jasonwilliams
07dddacb2f updates 2023-12-01 19:45:46 +00:00
jasonwilliams
be52787009 Search mode implemented! 2023-12-01 18:52:53 +00:00
jasonwilliams
b019061c30 update package.json 2023-11-28 23:35:24 +00:00
jasonwilliams
77d0557836 updates 2023-11-28 23:28:50 +00:00
jasonwilliams
65b4cdad97 search changes 2023-11-28 00:10:59 +00:00
jwilliams720
9923a64213 statusBar updates 2023-11-27 22:24:53 +00:00
jasonwilliams
d1787dc3a3 create view mode, start on command line 2023-11-24 18:26:24 +00:00
jasonwilliams
df3927961d Addition of Window Mode 2023-11-22 23:11:03 +00:00
jasonwilliams
677d84b8d3 updates 2023-11-21 00:10:45 +00:00
Jason Williams
4ca952f515
Update README.md 2023-11-12 21:28:06 +00:00
jwilliams720
2a18d7fcee try p tag 2023-11-12 21:19:49 +00:00
jwilliams720
dbf7bd5eb9 update styles 2023-11-12 21:17:59 +00:00
jwilliams720
db97e54105 update logo and readme 2023-11-12 21:12:42 +00:00
jwilliams720
5fbb8f511e add images 2023-11-12 21:09:15 +00:00
jwilliams720
0d75c3f485 update readme 2023-11-12 21:08:46 +00:00
jwilliams720
e66541133c g commands are implemented 2023-11-12 19:24:48 +00:00
jasonwilliams
8ae4f6d73e Implement GoTo mode 2023-10-29 23:19:03 +00:00
jwilliams720
30e03c6106 first updates 2023-10-29 17:34:56 +00:00
garlandcrow
7ec39770ad chore: release v0.1.3 2023-04-04 10:24:41 +09:00
garlandcrow
942939c1dd remove unneeded type declaration 2023-04-04 10:24:36 +09:00
garlandcrow
5db2418bbd chore: release v0.1.2 2022-11-11 11:02:54 +09:00
garlandcrow
b54918edb3 update readme 2022-11-11 11:02:46 +09:00
garlandcrow
0667c660b5 change name 2022-11-11 09:54:45 +09:00
garlandcrow
1af8b5a225 replace simplevim name 2022-11-11 09:47:54 +09:00
garlandcrow
93922bf31e chore: release v0.1.1 2022-11-11 09:35:08 +09:00
garlandcrow
3c30986e6c remove vscode unneeeded dep 2022-11-11 09:26:12 +09:00
garlandcrow
dab8857c6a format with prettier 2022-11-09 14:35:37 +09:00