1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2024-10-17 06:42:47 +02:00
Commit Graph

938 Commits

Author SHA1 Message Date
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
John Lindquist
7b734a9a44 Last clean up and testing 2012-08-14 01:51:46 -06:00
John Lindquist
bd4422a67a Fixed "off-screen" searching 2012-08-14 01:44:24 -06:00
John Lindquist
992762474a Fixed folding bug 2012-08-14 01:10:09 -06:00
John Lindquist
07d33ffe4a Performance vastly improved 2012-08-13 23:08:34 -06:00
John Lindquist
045ced780a Tweaking performance 2012-08-13 22:48:55 -06:00
John Lindquist
dc79922336 Building a release. Need to clean up some of the spiking, but good enough for beta-testing 2012-08-13 12:40:25 -06:00
John Lindquist
ff23639569 Perfect background rects, now fixing pixels for foreground text 2012-08-13 10:45:09 -06:00
John Lindquist
5f41b7e443 Fixing lineSpacing 2012-08-10 15:44:53 -06:00
John Lindquist
ee948150f6 Fixing a screen positioning issue 2012-08-10 12:53:33 -06:00
John Lindquist
894bb85d59 Prepping for release 2012-08-10 11:50:26 -06:00
John Lindquist
0a1bfd901c Cleaning up painting behaviors as well as home/end/backspace 2012-08-10 11:30:03 -06:00
John Lindquist
349d6e92b5 Good enough for a beta 2012-08-10 00:56:23 -06:00
John Lindquist
57c64a427a Good enough for a beta 2012-08-09 23:57:42 -06:00
John Lindquist
f244f8da4a Mostly finished, just need to handle the delete key a bit better 2012-08-09 22:43:48 -06:00
John Lindquist
c15e025390 Finally found a decent "pixel perfect" overlay. Still buggy, but I need to get this in :) 2012-08-09 16:21:08 -06:00
John Lindquist
090b9f270d Put a hack in for "alt to autocomplete" 2012-08-09 02:30:29 -06:00
John Lindquist
3bec6a6f99 Searching through folding appears to be fixed. 2012-08-08 15:52:06 -06:00
John Lindquist
6905a37c26 Fixing searchBox positioning 2012-08-08 01:24:41 -06:00
John Lindquist
75eb9172e8 Refactored to "processKeyEvent" to handle the home/end keys 2012-08-08 01:00:59 -06:00
John Lindquist
0f2963dc35 Committing selection work. Still lots of cleanup to do. 2012-08-07 21:55:47 -06:00
John Lindquist
bb668789af Fully implemented (needs performance tuning) 2012-08-07 03:16:50 -06:00
John Lindquist
88cb84651d removing unused files 2012-08-07 01:25:58 -06:00
John Lindquist
27d3e1c07b First commit 2012-08-07 01:24:58 -06:00