breandan.considine
|
6a2d15de34
|
refactor and attempt to isolate #245
|
2019-10-03 23:08:57 -04:00 |
|
breandan.considine
|
811b852fe6
|
actually it's always ctrl
|
2019-09-28 18:18:14 -04:00 |
|
breandan.considine
|
ee417be863
|
update default shortcuts in description, cf. #302
|
2019-09-28 18:16:26 -04:00 |
|
breandan.considine
|
334e457f88
|
update description for various modes, fixes #302
|
2019-09-28 18:05:47 -04:00 |
|
breandan.considine
|
d256647aae
|
breakout tracejump into separate repository
|
2019-09-26 22:10:21 -04:00 |
|
breandan.considine
|
48828feaac
|
fix memory leak
|
2019-09-24 02:30:54 -04:00 |
|
breandan.considine
|
6793b58b3a
|
add threading and tag selection mechanism
|
2019-09-24 02:22:15 -04:00 |
|
breandan.considine
|
d5017c7e48
|
refactor and modularize
|
2019-09-23 00:29:05 -04:00 |
|
breandan.considine
|
0c05a9ec2c
|
performance optimizations and improve api reusability
|
2019-09-23 00:27:01 -04:00 |
|
breandan
|
b4d64da32e
|
Merge pull request #298 from jmdesprez/disposed-editor
Don't restore scroll and caret on disposed editor
|
2019-09-22 23:54:22 -04:00 |
|
breandan
|
9b452fe096
|
use jfx for browser action
|
2019-09-22 15:03:39 -04:00 |
|
breandan.considine
|
7d25df321e
|
scale and preview tag placement
|
2019-09-22 14:11:06 -04:00 |
|
breandan.considine
|
1c7f0fb9cd
|
experiment with whitelist
|
2019-09-20 13:59:57 -04:00 |
|
breandan.considine
|
db794e9450
|
refactor and measure latency
|
2019-09-20 10:29:39 -04:00 |
|
breandan.considine
|
196b9e7279
|
prototype for new recognition system
|
2019-09-19 19:41:28 -04:00 |
|
breandan.considine
|
fa62d2e7a7
|
Merge branch 'master' of https://github.com/johnlindquist/acejump
|
2019-09-19 14:07:42 -04:00 |
|
breandan
|
3c4b4d623b
|
grammar fixes
|
2019-08-25 12:42:25 -04:00 |
|
breandan
|
d2f0703f72
|
bump gradle wrapper
|
2019-08-25 12:42:13 -04:00 |
|
breandan.considine
|
ab7c909fbf
|
bump gradle plugin again
|
2019-08-09 08:47:46 -04:00 |
|
breandan.considine
|
0c574069ff
|
roll back version update
|
2019-08-08 23:45:41 -04:00 |
|
breandan.considine
|
8ecb2c9719
|
bump versions
|
2019-08-08 23:17:32 -04:00 |
|
breandan
|
1048458b17
|
start implementing #144, add OCR library
|
2019-08-04 20:52:50 -04:00 |
|
Jean-Marc Desprez
|
f1fe67072c
|
Don't restore scroll and caret on disposed editor
Fix #297
|
2019-07-30 00:03:49 +02:00 |
|
breandan
|
bebb883614
|
bump version
|
2019-07-23 17:16:19 -04:00 |
|
breandan
|
81db369358
|
support for horizontal scrolling
|
2019-07-23 17:04:59 -04:00 |
|
breandan
|
6168a404ca
|
use kotlin math instead of java math
|
2019-07-23 15:54:17 -04:00 |
|
breandan
|
f6a79f7063
|
routine maintenance and refactoring
|
2019-07-23 15:33:30 -04:00 |
|
breandan
|
4c8ee2a03b
|
fixes #251
|
2019-07-23 15:32:59 -04:00 |
|
breandan.considine
|
88fe22a783
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# build.gradle.kts
# src/main/kotlin/org/acejump/view/Marker.kt
|
2019-07-15 00:32:51 -04:00 |
|
breandan.considine
|
e52edbd9e6
|
update versions and fix minor bug
|
2019-07-15 00:30:06 -04:00 |
|
breandan.considine
|
1f4841792e
|
update versions
|
2019-07-15 00:14:38 -04:00 |
|
breandan
|
58caf4cce0
|
clarify case sensitivity
|
2019-05-18 14:15:34 -04:00 |
|
breandan
|
9ae2c8a2b5
|
update comparison
|
2019-05-18 13:49:05 -04:00 |
|
breandan
|
fb683ca5f8
|
restore dir structure
|
2019-05-18 01:22:46 -04:00 |
|
breandan
|
6e5d30750a
|
fix linter error
|
2019-05-18 01:13:29 -04:00 |
|
breandan
|
2826a8efae
|
fix bug where all tags are compacted
|
2019-05-18 01:04:41 -04:00 |
|
breandan
|
9629a6c5e7
|
fallback to settings color
|
2019-05-17 23:59:17 -04:00 |
|
breandan
|
882d35b3c9
|
update version and change notes
|
2019-05-17 22:44:19 -04:00 |
|
breandan
|
c1bed03d02
|
fixes #242
|
2019-05-17 22:38:43 -04:00 |
|
breandan
|
5c78f8d5dc
|
fixes #273
|
2019-05-17 22:26:58 -04:00 |
|
breandan
|
4b03c2e16d
|
Merge pull request #285 from AlexPl292/caretShape
IdeaVim: Save caret shape after jump
|
2019-05-07 21:01:41 -04:00 |
|
Alex Plate
|
436860a0fb
|
Save current caret shape and colour before jump (instead of saved in settings)
|
2019-05-06 19:14:20 +03:00 |
|
breandan
|
69fc12ab39
|
bump versions
|
2019-04-25 20:51:22 -04:00 |
|
breandan
|
2e65206a30
|
note to future self
|
2019-04-16 23:39:03 -04:00 |
|
breandan
|
6bad40524b
|
fixes #282
|
2019-04-16 23:32:07 -04:00 |
|
breandan
|
48d9c3b17c
|
small refactor
|
2019-04-13 23:17:47 -04:00 |
|
breandan
|
345383b244
|
how did this ever work?
|
2019-04-13 02:33:15 -04:00 |
|
breandan
|
8e70719dd7
|
bump kotlin version
|
2019-04-12 01:32:48 -04:00 |
|
breandan
|
ce5b908d16
|
settings panel is now color theme coordinated, fixes #249, fixes #275
|
2019-04-12 00:58:21 -04:00 |
|
breandan
|
dfa5558123
|
bump version
|
2019-03-29 02:37:06 -04:00 |
|