1
0
Fork 0
Commit Graph

1073 Commits

Author SHA1 Message Date
xiefei 5d93b66620 include zip artifact 2014-03-28 18:05:40 +08:00
xiefei 5e1b777727 #41 fixed 2014-03-28 17:58:34 +08:00
xiefei e7270d854c Compiled for 135.480 2014-03-27 11:42:19 +08:00
muescha 0bfa7f3a77 fix html 2014-02-28 19:28:00 +01:00
muescha 741fd10f99 Update README.md 2014-02-28 19:25:27 +01:00
muescha 99840f5fcf Update and rename README to README.md 2014-02-28 19:22:59 +01:00
John Lindquist 7927e574af Fixing: https://github.com/johnlindquist/AceJump/issues/20 2013-06-23 11:14:58 -06:00
Lukasz Piepiora bbdcedeed9 Fix jumping for target mode 2013-03-23 15:25:52 +01:00
John Lindquist 901b83d7d7 Fixing https://github.com/johnlindquist/AceJump/issues/24 2013-03-21 20:10:40 -06:00
John Lindquist 289bfda49d Fixing focus bug (hopefully for the last time). 2013-03-21 15:08:17 -06:00
John Lindquist f27cd97101 Fixed bug when there is only 1 jump result. 2013-03-21 09:27:44 -06:00
John Lindquist 1681e4e7f4 Fixing https://github.com/johnlindquist/AceJump/issues/18 and https://github.com/johnlindquist/AceJump/issues/13 2013-03-21 00:35:28 -06:00
John Lindquist 739b94e361 Fixing https://github.com/johnlindquist/AceJump/issues/18 and https://github.com/johnlindquist/AceJump/issues/13 2013-03-21 00:34:13 -06:00
John Lindquist 463481a7c7 Adding missing kotlin-runtime.jar 2013-03-20 12:11:59 -06:00
John Lindquist 2a9a4e5f15 Adding missing AceJumper 2013-03-20 12:11:30 -06:00
John Lindquist afc47e363e updating description 2013-03-19 14:26:21 -06:00
John Lindquist f511a03595 Added "target mode" 2013-03-19 14:24:37 -06:00
John Lindquist a85cfea6da fixing a multi-char error 2013-03-18 16:57:56 -06:00
John Lindquist 2a705d8204 fixing a multi-char error 2013-03-18 15:51:06 -06:00
John Lindquist 137eca2a6b Adding default shortcut for double-tapping ";" also fixing the multi-char search 2013-03-18 14:06:18 -06:00
John Lindquist 4ea862cbae limiting search range to the screen for huge performance boost. Adding multi-char search for quicker jumping 2013-03-18 11:20:34 -06:00
John Lindquist dd8383f567 Fixing https://github.com/johnlindquist/AceJump/issues/16 . Changes the selection behavior a bit (select up to cursor, not beyod), but required for consistency. 2013-03-16 21:53:19 -07:00
John Lindquist 2d9785f919 Re-implemented "ShowFirstCharOfLines" 2013-03-16 21:36:22 -07:00
John Lindquist 343c9a5c19 fixed a int/float error with lineSpacing 2013-03-16 12:31:37 -07:00
John Lindquist 45f9784a9a transitioning to kotlin 2013-03-15 23:54:18 -07:00
johnlindquist d62fb2c84e Fixing minor visual lag 2012-10-15 14:36:42 -06:00
johnlindquist 0dd7487726 Removing "alt" hack by consuming the key event 2012-10-15 00:13:02 -06:00
johnlindquist 7411402b12 Updating plugin.xml to 1.0.2 for bug fixes 2012-10-14 01:53:57 -06:00
johnlindquist 27dc744a49 Refactored from Observable to EventDispacter 2012-10-14 01:48:56 -06:00
johnlindquist 8d6cd0352c removing dead isPreProcessed stuff 2012-10-12 16:46:02 -06:00
johnlindquist da14ac7bdf Renaming classes and encapsulating checking logic 2012-10-12 16:43:26 -06:00
johnlindquist fa7bc8f351 converting Vectors to ArrayList 2012-10-12 14:53:59 -06:00
johnlindquist e7871636b1 removing dead code 2012-10-12 14:46:44 -06:00
johnlindquist 32405427ca nulling project and removing canvases on exit 2012-10-12 14:38:39 -06:00
johnlindquist 25c2556703 marking fields as final using inspection/fix 2012-10-12 14:31:52 -06:00
John Lindquist 5894f17d62 Adding an "Enter" jump which can jump to the first non-whitespace character in a line 2012-09-07 16:30:02 -06:00
John Lindquist b12293391d updating plugin.xml 2012-08-28 23:52:53 -06:00
John Lindquist 4f50c60536 Minor clean-up and commenting. 2012-08-28 00:25:58 -06:00
John Lindquist 6ab0840599 Minor clean-up and commenting. 2012-08-28 00:21:12 -06:00
John Lindquist fd5ba4d819 Cleaned up code base for release 2012-08-24 21:08:23 -06:00
John Lindquist 4517c5efb3 All working 2012-08-24 20:19:23 -06:00
John Lindquist 20d0667779 Huge Refactor into KeyCommands and extracting the SearchBox (finally). The special keys (home/end/space) are still a bit broken. 2012-08-24 16:06:17 -06:00
John Lindquist db4b0d3798 Huge Refactor into KeyCommands and extracting the SearchBox (finally). The special keys (home/end/space) are still a bit broken. 2012-08-24 15:28:08 -06:00
John Lindquist b9d4320b7a minor clean-up 2012-08-24 01:13:53 -06:00
John Lindquist cfb9642125 Major refactor to extract the AceFinder. Working on extracting SearchBox, but not sure it's worth it. 2012-08-23 16:41:03 -06:00
Vlad Yazhbin aff67fd62f casting foldingModel to (FoldingModelImpl) for mac support 2012-08-22 17:49:40 -07:00
John Lindquist 18b208fce3 Updating the "since-build" to 117.117 AKA Intellj 11.1.1 2012-08-21 11:35:03 -06:00
John Lindquist 57eaf8792f Guarding against "out of bounds" errors when the end of the file is folded and update the regex for home/end 2012-08-21 00:53:23 -06:00
John Lindquist 16cc87df14 Guarding against "out of bounds" errors when the end of the file is folded and update the regex for home/end 2012-08-21 00:51:40 -06:00
John Lindquist ebaf90a850 adding todo's to clean up before final release 2012-08-14 09:14:03 -06:00