Commit Graph

184 Commits

Author SHA1 Message Date
4ac9fdf13a fix corner case 2022-01-29 19:49:16 +01:00
bb15754e1e update dependencies 2022-01-29 18:53:15 +01:00
6fd3783878 add notes plugin 2022-01-29 18:53:05 +01:00
21317fd254 cleanup 2022-01-29 17:44:43 +01:00
f0c3d34995 handle character in the category 'nonspacing mark'
Those characters are ignored, because they decorate
the previous character.
2022-01-29 17:38:52 +01:00
a413134f68 allow drag&drop of multiple files 2022-01-14 08:36:18 +01:00
ba241b12e0 use cache to store char-to-column mapping
This is faster by O(n) to O(n²) compared to the previous algorithm
that would re-compute the column for each call.
2021-12-21 08:15:44 +01:00
ffea831e2d fix the way tabs are used
The previous code just assumed a tab was 4 spaces wide.
This is not true, because a tab can be between 1 and 4 spaces wide.
2021-12-21 08:15:44 +01:00
3c27913e75 update QT6 to 6.2.2 2021-12-21 08:15:44 +01:00
338a720652 add icons for future use, maybe 2021-12-21 08:15:44 +01:00
7438718190 choose font based on OS 2021-12-21 08:15:44 +01:00
541c6f90a8 fix method name after refactoring 2021-12-14 14:33:27 +01:00
e4324b03b4 reset filter only after cancelling the search
Fixes issue where the UI froze when removing the last char of a query while still a search was running. This caused the search thread to append to the newly truncated file, resulting in megabytes of null bytes at the beginning.
2021-12-10 15:58:51 +01:00
6e6029f6a2 allow other plugins to open files 2021-12-10 15:51:32 +01:00
a7bff8b089 work around for null byte issue after truncating 2021-12-05 16:22:05 +01:00
614968ca4b move the log file viewer to its own plugin
We plan to have multiple different types of tabs.
2021-12-04 16:53:02 +01:00
e255d157d8 cleanup 2021-12-04 09:37:34 +01:00
9200e997fb scroll vertically when mouse is outside the text area 2021-12-03 09:05:58 +01:00
5b7ebb2f9b fix highlighting for selections 2021-12-03 09:03:34 +01:00
6bacfc065b sort menu items 2021-11-27 09:42:25 +01:00
5c08dc4a5a cleanup 2021-11-26 19:12:52 +01:00
83f0762027 hide empty menus 2021-11-26 18:47:00 +01:00
b3e5d535b7 fix crash when double clicking behind the last char 2021-11-26 18:43:12 +01:00
0e27cb2b26 add the first plugins 2021-11-26 18:19:57 +01:00
1ea10e2933 show how to call methods on plugins 2021-11-13 18:32:28 +01:00
c8e5374aa7 add plugin registry 2021-11-13 18:12:15 +01:00
d980cd99d5 brighter background and bigger eye 2021-11-08 18:13:49 +01:00
caf979a833 add new icon 2021-11-08 17:42:15 +01:00
f209156eea link result view and source view 2021-11-05 19:18:24 +01:00
e04c4a2ab7 fix selection of the suffix of a line 2021-11-05 10:24:53 +01:00
1346485446 add test symbols that consist of multiple characters 2021-11-05 10:23:22 +01:00
a7b09a99a5 correctly highlight lines with tabs 2021-11-05 10:22:45 +01:00
c4544899e4 add an even lighter grey 2021-11-05 07:59:04 +01:00
0145f327f4 try another icon 2021-11-04 19:39:14 +01:00
f3428b5bca add buffering to the map 2021-11-04 18:51:47 +01:00
51d1df0657 use same icon for about dialog 2021-11-04 09:45:45 +01:00
cbc167ada8 add sorted map for byte offset mapping 2021-11-03 20:07:59 +01:00
b8581449ad make border golden
The black border was not visible on black task bars.
It looked like the white background with the R was the logo, which made the
impression that the logo was not scaled correctly.
2021-11-03 18:06:10 +01:00
c9e5612f34 fix more places where floats are used 2021-11-03 13:52:18 +01:00
9c15527dfc drag and drop for windows 2021-11-03 13:04:29 +01:00
bbbd656f7f make icon appear in windows task bar 2021-11-03 09:03:29 +01:00
8a5574e336 various fixes for windows 2021-11-02 20:29:19 +01:00
5b9c64fb86 do not pre-select an item in highlight dialog 2021-11-01 19:31:19 +01:00
f3f47d0ce7 draw all line backgrounds first 2021-11-01 19:28:41 +01:00
44e23af54f option to open tab when saving selection as file 2021-11-01 17:53:15 +01:00
4f512225a9 add icons to actions 2021-11-01 17:06:53 +01:00
1f7ffe0488 option to disable the highlighting of search terms 2021-11-01 15:56:26 +01:00
9d0b8b6fff cleanup 2021-11-01 15:38:03 +01:00
7ffc524175 fix word selection when clicking into line with multi byte chars 2021-11-01 15:37:07 +01:00
9916965792 select line on triple click 2021-11-01 15:32:24 +01:00