Adam
|
c58029df8b
|
Merge pull request #589 from adamharrison/clicks-keymap
Added in clicks to keymap.
|
2021-11-16 15:49:52 -05:00 |
cukmekerb
|
46f81e0bad
|
add BigInt literal and numeric separators to js syntax highlighter
|
2021-11-15 09:20:34 -08:00 |
Adam
|
0ab0abec4b
|
Merge pull request #516 from takase1121/keymap-improvements
add keymap.unbind(), update contextmenu to use keymap.get_binding()
|
2021-11-15 09:04:17 -05:00 |
Takase
|
285ea4f495
|
Merge branch 'master' into keymap-improvements
|
2021-11-15 21:59:04 +08:00 |
Adam
|
ca448c5fdb
|
Merge pull request #664 from Guldoman/highlight_caret_line
Highlight any line that contains a caret
|
2021-11-14 16:27:25 -05:00 |
Adam
|
a7bbd3d6f7
|
Merge pull request #666 from Guldoman/no_restore_title
Restore `TitleView` only when needed
|
2021-11-14 15:59:26 -05:00 |
Adam Harrison
|
2463c5d209
|
Made keymap more flexible.
|
2021-11-14 15:51:27 -05:00 |
Adam Harrison
|
6750ddca2a
|
Changed name of x1 and x2 to x and y.
|
2021-11-14 15:46:33 -05:00 |
Adam Harrison
|
acc6667f57
|
Bug.
|
2021-11-14 15:45:46 -05:00 |
Adam Harrison
|
d8473a3e00
|
Changed click prefixes to be numbers, as Takase suggested.
|
2021-11-14 15:44:54 -05:00 |
Adam Harrison
|
2931bdeb68
|
Can't forget mac.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
50c0659445
|
Also changed docview mousewheel into a scroll command.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
7babed1e6b
|
Added in more broad strokes for clicking to match wheel. 's' is single, 'd' is double, 't' is triple, and no prefix will always take any amount of clicks.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
7a3e8ed86a
|
Added in mousewheel as part of this.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
c04dc648de
|
Refactored things out.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
1968d31b7c
|
Keymap.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
6bdcfc824d
|
Rearranged things to make a bit more sense.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
7905ddd26f
|
Fixed propogation again.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
4e313d9fc5
|
Propogated mouse clicks correctly.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
ce2ec9f442
|
Moved commands out to the outer event loop.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
6f53ee1b69
|
Added in double, and triple clicking.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
4a0d390a7c
|
Added in macos keys.
|
2021-11-14 15:41:28 -05:00 |
Adam Harrison
|
612818ca05
|
Added in clicks to keymap.
|
2021-11-14 15:41:28 -05:00 |
Adam
|
09bf8bab2f
|
Merge pull request #659 from adamharrison/deterministic-plugin-load-order
Made plugin load order deterministic.
|
2021-11-14 15:41:00 -05:00 |
Adam Harrison
|
1376eaf54d
|
Made varaible anonymous.
|
2021-11-14 15:40:23 -05:00 |
Adam
|
0db3648966
|
Merge pull request #660 from adamharrison/improved-heuristic
Improved heuristic to pay more attention to string length.
|
2021-11-12 17:47:46 -05:00 |
Guldoman
|
0353d1d435
|
Merge pull request #651 from obtusedev/master
Add install instructions for prebuilt binaries
|
2021-11-11 01:18:37 +01:00 |
obtusedev
|
dfa48ddb51
|
Add install instructions for prebuilt binaries
|
2021-11-10 18:56:32 -05:00 |
Takase
|
2033b67dae
|
make labeler recursive
this is mentioned by Jan in Discord.
|
2021-11-10 08:12:27 +08:00 |
Guldoman
|
6bc4fbb238
|
Restore `TitleView` only when needed
Before, every time the user came back from fullscreen, the `TitleView`
was shown regardless of its previous status.
|
2021-11-09 22:21:45 +01:00 |
Guldoman
|
b3eef15e7a
|
Highlight any line that contains a caret
Now lines with selections can be highlighted if they contain a caret.
|
2021-11-09 21:33:47 +01:00 |
Takase
|
d22bf520ed
|
Keymap generator (#503)
add keymap generator
|
2021-11-08 12:44:09 +08:00 |
Guldoman
|
bcfd33a7df
|
Merge pull request #662 from adamharrison/suggest-directory-fix
Made it so that we originally start on the parent directory of the cu…
|
2021-11-08 01:03:59 +01:00 |
Adam Harrison
|
5b8c08e93a
|
Missing parentheses.
|
2021-11-07 17:57:15 -05:00 |
Adam Harrison
|
24669293c7
|
Made it so that we originally start on the parent directory of the current project, but provide a list of recently used projects if on that directory. If a directory separator is added, then everything is as normal.
|
2021-11-07 17:54:42 -05:00 |
Adam
|
3b38e7c351
|
Merge pull request #661 from Guldoman/open_in_right_node
In `TreeView` add `DocView` to the correct `Node`
|
2021-11-07 17:19:23 -05:00 |
Guldoman
|
f99afcd29c
|
In `TreeView` set correct active `View` before opening new `DocView`
Before this, the new `DocView` was always added to the primary `Node`.
With this, it gets added to the last focused `Node`.
|
2021-11-07 23:12:03 +01:00 |
Adam
|
4e26a9fb2d
|
Merge pull request #621 from adamharrison/fix-renderer-mappings
Handles occasions where our color bytes aren't in the order we expected.
|
2021-11-07 15:30:57 -05:00 |
Adam
|
40f698e4bf
|
Merge pull request #625 from Guldoman/allow_closing_primary
Select a new primary node when closing the current one
|
2021-11-07 15:10:19 -05:00 |
Adam
|
b7042fd9f7
|
Merge pull request #631 from Guldoman/fix_missing_subsyntax
Use `header` to get syntax only when provided
|
2021-11-07 15:09:50 -05:00 |
Adam Harrison
|
934f9c05d4
|
Screwed up checks.
|
2021-11-07 15:01:03 -05:00 |
Adam Harrison
|
a184ec9cc3
|
Improved heuristic to pay more attention to string length.
|
2021-11-07 14:04:42 -05:00 |
Adam
|
4b6a6a76f7
|
Merge pull request #656 from vincens2005/patch-2
Document bold, italic, and underlined font rendering
|
2021-11-07 13:42:57 -05:00 |
Adam Harrison
|
05dcddaeec
|
Made plugin load order deterministic.
|
2021-11-07 13:14:48 -05:00 |
Adam
|
c1a5e6e16d
|
Merge pull request #632 from Jan200101/PR/label-workflow
Add auto labeler workflow
|
2021-11-06 17:59:02 -04:00 |
Cukmekerb
|
3867ff2be7
|
Document bold, italic, and underlined font rendering
|
2021-11-05 14:35:58 -07:00 |
Adam
|
286183f917
|
Merge pull request #634 from Guldoman/fix_highlighter_holes
Don't insert `nil` in highlighter lines table
|
2021-11-04 20:45:03 -04:00 |
obtusedev
|
d0ece35705
|
Add install instructions for prebuilt binaries
|
2021-11-03 00:17:20 -04:00 |
Adam
|
dd9fc72fbd
|
Merge pull request #646 from adamharrison/expand-renderer-for-emojis
Expand glyphsets to accomodate emojis.
|
2021-11-02 12:41:40 -04:00 |
Adam
|
faea2a7f91
|
Merge pull request #648 from piotrek94692/patch-1
Use Python syntax highlighting for Ren'Py scripts.
|
2021-11-02 09:03:24 -04:00 |