Check the entire path in `TreeView` predicate
Guldoman
2021-11-28 07:16:53 +0100
2ae8082cceFixed issue with ignored files. Reverted to only surface-level scans on linux, as a recursive scan of a directory that has large ignored folders will fail.
Adam Harrison
2021-11-27 15:59:48 -0500
Merge pull request #701 from jminor/master
Adam
2021-11-27 10:00:09 -0500
272ecd64bfRemoved docs for get_width_subpixel and subpixel_scale which no longer exist.
Joshua Minor
2021-11-26 23:25:34 -0800
8b57989d49commented
Aleksander Litynski
2021-11-27 00:01:50 -0500
25137f162fMade creating a new doc and selecting tabs a little easier - Can double click the empty view to open a new document - Can double click a tab gutter anywhere there isn't a tab to make a new doc - Can scroll the mouse wheel over the tab gutter to scroll tabs
Aleksander Litynski
2021-11-26 23:34:01 -0500
Don't search if there are no files
Guldoman
2021-11-24 05:03:42 +0100
f7b3a2b0c2Added an exclusion for lineguide in the commandview.
Adam Harrison
2021-11-23 22:35:11 -0500
7ee23da187Added in additional environment variables to scale off of.
Adam Harrison
2021-11-23 22:30:35 -0500
463605ff41Fixed event propogation.
Adam Harrison
2021-11-23 21:56:07 -0500
64f66e5d1eAdded in cut, copy and paste to the context menu. Also removed find pattern, as that's no longer a valid command. Also made it so commands only show up if their predicates are valid.
Adam Harrison
2021-11-23 21:03:38 -0500
cc3fddd1e5Added in check to make sure you can use a scrollbar on a split.
Adam Harrison
2021-11-23 20:34:01 -0500
3162f4ea4fAdded in the ability to specify a color for whitespace.
Adam Harrison
2021-11-23 18:42:01 -0500
Merge pull request #666 from Guldoman/no_restore_title
Adam
2021-11-14 15:59:26 -0500
2463c5d209Made keymap more flexible.
Adam Harrison
2021-11-14 15:51:27 -0500
6750ddca2aChanged name of x1 and x2 to x and y.
Adam Harrison
2021-11-14 15:46:33 -0500
acc6667f57Bug.
Adam Harrison
2021-11-14 15:45:46 -0500
d8473a3e00Changed click prefixes to be numbers, as Takase suggested.
Adam Harrison
2021-11-14 15:44:54 -0500
2931bdeb68Can't forget mac.
Adam Harrison
2021-11-07 15:43:40 -0500
50c0659445Also changed docview mousewheel into a scroll command.
Adam Harrison
2021-11-07 15:42:03 -0500
7babed1e6bAdded 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.
Adam Harrison
2021-11-07 14:38:05 -0500
7a3e8ed86aAdded in mousewheel as part of this.
Adam Harrison
2021-11-07 14:31:15 -0500
c04dc648deRefactored things out.
Adam Harrison
2021-10-05 22:13:16 -0400
1968d31b7cKeymap.
Adam Harrison
2021-10-05 22:09:54 -0400
6bdcfc824dRearranged things to make a bit more sense.
Adam Harrison
2021-10-05 22:07:23 -0400
7905ddd26fFixed propogation again.
Adam Harrison
2021-10-05 20:02:55 -0400
4e313d9fc5Propogated mouse clicks correctly.
Adam Harrison
2021-10-05 20:00:06 -0400
ce2ec9f442Moved commands out to the outer event loop.
Adam Harrison
2021-10-05 19:42:04 -0400
6f53ee1b69Added in double, and triple clicking.
Adam Harrison
2021-10-05 19:20:06 -0400
4a0d390a7cAdded in macos keys.
Adam Harrison
2021-10-05 18:29:00 -0400
612818ca05Added in clicks to keymap.
Adam Harrison
2021-10-05 18:22:43 -0400