Commit Graph

77 Commits

Author SHA1 Message Date
Pokey Rule
33c7f9dd6d 0.15.0 2021-06-29 21:10:52 +01:00
Brock McElroy
a0e99bbf95
Add character subpiece transformation (#25)
* Add character subpiece transformation

* Fix indicating last subpiece by its index

* Minor tweaks

Co-authored-by: Pokey Rule <pokey.rule@gmail.com>
2021-06-29 20:38:14 +01:00
Pokey Rule
4873ba375a Cleanup use.ts 2021-06-29 20:35:07 +01:00
Pokey Rule
974c91ba2d 0.14.0 2021-06-22 15:42:10 +01:00
Pokey Rule
7753581578 Support insertLineBefore and insertLineAfter 2021-06-22 15:42:00 +01:00
Pokey Rule
367dd2fafe Add "file" and other stuff
- Support "file" selection type to refer to the entire file
- Improve error messages
2021-06-22 12:59:10 +01:00
Pokey Rule
9be4dcd2c9 0.12.0 2021-06-21 17:53:20 +01:00
Pokey Rule
bfb98a95c9 Changes for 0.12.0
- Add subword support
- [python] Fix parameter transformation
- Show exceptions to user
- Properly support using "token" to select only token, eg "take funk gust and
  token fine" to prevent "fine" from being inferred to have the `function`
  transformation.
- Support "bring" action to use another target from elsewhere in the document
2021-06-21 17:52:44 +01:00
Pokey Rule
cfe612d734 Fix export bug 2021-05-15 18:19:02 +01:00
Pokey Rule
f527276091 Improved clear 2021-05-15 16:25:40 +01:00
Pokey Rule
b4e7d4cf02 Fix remote support 2021-05-13 21:49:11 +01:00
Pokey Rule
0fc64ec03e Simplify token regex 2021-05-12 18:44:08 +01:00
Pokey Rule
f0f9c36ac6 Comments 2021-05-12 12:25:16 +01:00
Pokey Rule
30a29e2626 0.10.4 2021-05-12 12:19:11 +01:00
Pokey Rule
81587776de Include export keyword when matching statements 2021-05-12 12:18:31 +01:00
Pokey Rule
deddee1c1c Update settings.json 2021-05-12 10:54:06 +01:00
Pokey Rule
856d30a852 web-tree-sitter; python; icon 2021-05-12 10:53:18 +01:00
Pokey Rule
74fa0c8837 Add swap demo 2021-05-08 17:04:38 +01:00
Pokey Rule
a86a5cbee5 Support "string" and "comment" scope types 2021-05-08 16:46:47 +01:00
Pokey Rule
38dab8e15d Add 'swap' action 2021-05-08 15:58:39 +01:00
Pokey Rule
a6baaf34a5 Major actions refactor 2021-05-07 16:00:27 +01:00
Pokey Rule
58b40a00b3 Add "cut" action 2021-05-06 13:04:43 +01:00
Pokey Rule
b7b194e7be Release 0.6.0 2021-05-06 12:48:48 +01:00
Pokey Rule
a328720cce Add copy action; refactor edit decorations 2021-05-06 12:45:23 +01:00
Pokey Rule
4831cd89af One more demo 2021-05-04 17:34:31 +01:00
Pokey Rule
630fbcb260 Another demo 2021-05-04 17:23:50 +01:00
Pokey Rule
a4a7f7d6a7 Minor README fix 2021-05-04 17:11:18 +01:00
Pokey Rule
b241c1bb5b Release 0.5.2 2021-05-04 16:12:17 +01:00
Pokey Rule
c1d9ad40e2 docs 2021-05-04 16:11:19 +01:00
Pokey Rule
84df427f96 Add simple GIF 2021-05-04 16:08:44 +01:00
Pokey Rule
61ef2e927f More README 2021-05-04 13:05:06 +01:00
Pokey Rule
49f8a19384 Minor README update 2021-05-04 13:03:48 +01:00
Pokey Rule
afc79b6aca Add license 2021-05-04 12:07:25 +01:00
Pokey Rule
3042779882 Clean up 2021-05-04 09:58:14 +01:00
Pokey Rule
b34fe0b404 Add extract variable action 2021-05-04 09:56:12 +01:00
Pokey Rule
102a790792 Release 0.5.0 2021-05-03 17:14:34 +01:00
Pokey Rule
d0ee710f5d Support 'that' and a few new syntax nodes 2021-05-03 17:12:26 +01:00
Pokey Rule
dfd704101f Fix typings 2021-05-02 18:23:29 +01:00
Pokey Rule
ae6fb8e0eb Support key, value, and every 2021-05-02 18:20:05 +01:00
Pokey Rule
92df69ccb1 Fix minor bug 2021-05-02 17:26:03 +01:00
Pokey Rule
b2b74c7981 Release 2021-05-02 17:13:56 +01:00
Pokey Rule
a6bc4a6829 Generalize wrap 2021-05-02 17:10:03 +01:00
Pokey Rule
785dd34068 Initial working wrapWithFunction 2021-05-02 16:57:42 +01:00
Pokey Rule
059d08e81f Add arg support 2021-05-01 18:32:39 +01:00
Pokey Rule
36af08595d Initial working inside outside pairs 2021-05-01 18:03:55 +01:00
Pokey Rule
a9a12331ba Basic working inside / outside 2021-04-30 17:31:21 +01:00
Pokey Rule
3d8a8d3412 Random improvements 2021-04-30 15:50:05 +01:00
Pokey Rule
2e0afe9af1 Simple node matcher improvements 2021-04-27 17:50:08 +01:00
Pokey Rule
681435e1cf Separate extractors and matchers 2021-04-27 17:48:43 +01:00
Pokey Rule
de292f2952 Support decorations in all pains 2021-04-22 17:04:32 +01:00