1
0
Fork 0

Commit Graph

  • 4f383e22cf Update README.md breandan 2015-12-11 20:52:16 -0500
  • b1490c2989 Update README.md breandan 2015-12-11 20:50:55 -0500
  • ba4244882c Update README.md breandan 2015-12-11 20:50:20 -0500
  • 50fe72f5a5 Rename README to README.md breandan 2015-12-11 20:49:26 -0500
  • ebc48830ca Update README, fixes #45 breandan 2015-12-11 20:48:53 -0500
  • 8f686df6a9 Merge pull request #54 from breandan/master breandan 2015-12-11 19:44:51 -0500
  • 7581c82d0c Update syntax for Kotlin 1.0 Release breandan 2015-12-08 23:57:04 -0500
  • 44617e9d6d Merge pull request #43 from Centaur/master johnlindquist 2014-04-28 08:55:54 -0600
  • c95d62e800 Update README xiefei 2014-03-31 10:16:05 +0800
  • 5d93b66620 include zip artifact xiefei 2014-03-28 18:05:40 +0800
  • 5e1b777727 #41 fixed xiefei 2014-03-28 17:58:34 +0800
  • e7270d854c Compiled for 135.480 xiefei 2014-03-27 11:42:19 +0800
  • 0bfa7f3a77 fix html muescha 2014-02-28 19:28:00 +0100
  • 741fd10f99 Update README.md muescha 2014-02-28 19:25:27 +0100
  • 99840f5fcf Update and rename README to README.md muescha 2014-02-28 19:22:59 +0100
  • 7927e574af Fixing: https://github.com/johnlindquist/AceJump/issues/20 John Lindquist 2013-06-23 11:14:58 -0600
  • bbdcedeed9 Fix jumping for target mode Lukasz Piepiora 2013-03-23 15:25:52 +0100
  • 901b83d7d7 Fixing https://github.com/johnlindquist/AceJump/issues/24 John Lindquist 2013-03-21 20:10:40 -0600
  • 289bfda49d Fixing focus bug (hopefully for the last time). John Lindquist 2013-03-21 15:08:17 -0600
  • f27cd97101 Fixed bug when there is only 1 jump result. John Lindquist 2013-03-21 09:27:44 -0600
  • 1681e4e7f4 Fixing https://github.com/johnlindquist/AceJump/issues/18 and https://github.com/johnlindquist/AceJump/issues/13 John Lindquist 2013-03-21 00:35:28 -0600
  • 739b94e361 Fixing https://github.com/johnlindquist/AceJump/issues/18 and https://github.com/johnlindquist/AceJump/issues/13 John Lindquist 2013-03-21 00:34:13 -0600
  • 463481a7c7 Adding missing kotlin-runtime.jar John Lindquist 2013-03-20 12:11:59 -0600
  • 2a9a4e5f15 Adding missing AceJumper John Lindquist 2013-03-20 12:11:30 -0600
  • afc47e363e updating description John Lindquist 2013-03-19 14:26:21 -0600
  • f511a03595 Added "target mode" John Lindquist 2013-03-19 14:24:37 -0600
  • a85cfea6da fixing a multi-char error John Lindquist 2013-03-18 16:57:56 -0600
  • 2a705d8204 fixing a multi-char error John Lindquist 2013-03-18 15:51:06 -0600
  • 137eca2a6b Adding default shortcut for double-tapping ";" also fixing the multi-char search John Lindquist 2013-03-18 14:06:18 -0600
  • 4ea862cbae limiting search range to the screen for huge performance boost. Adding multi-char search for quicker jumping John Lindquist 2013-03-18 11:20:34 -0600
  • 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. John Lindquist 2013-03-16 21:53:19 -0700
  • 2d9785f919 Re-implemented "ShowFirstCharOfLines" John Lindquist 2013-03-16 21:36:22 -0700
  • 343c9a5c19 fixed a int/float error with lineSpacing John Lindquist 2013-03-16 12:31:37 -0700
  • 45f9784a9a transitioning to kotlin John Lindquist 2013-03-15 23:54:18 -0700
  • d62fb2c84e Fixing minor visual lag johnlindquist 2012-10-15 14:36:42 -0600
  • 0dd7487726 Removing "alt" hack by consuming the key event johnlindquist 2012-10-15 00:13:02 -0600
  • 7411402b12 Updating plugin.xml to 1.0.2 for bug fixes johnlindquist 2012-10-14 01:53:57 -0600
  • 27dc744a49 Refactored from Observable to EventDispacter johnlindquist 2012-10-14 01:48:56 -0600
  • 8d6cd0352c removing dead isPreProcessed stuff johnlindquist 2012-10-12 16:46:02 -0600
  • da14ac7bdf Renaming classes and encapsulating checking logic johnlindquist 2012-10-12 16:43:26 -0600
  • fa7bc8f351 converting Vectors to ArrayList johnlindquist 2012-10-12 14:53:59 -0600
  • e7871636b1 removing dead code johnlindquist 2012-10-12 14:46:44 -0600
  • 32405427ca nulling project and removing canvases on exit johnlindquist 2012-10-12 14:38:39 -0600
  • 25c2556703 marking fields as final using inspection/fix johnlindquist 2012-10-12 14:31:52 -0600
  • 5894f17d62 Adding an "Enter" jump which can jump to the first non-whitespace character in a line John Lindquist 2012-09-07 16:30:02 -0600
  • b12293391d updating plugin.xml John Lindquist 2012-08-28 23:52:53 -0600
  • 4f50c60536 Minor clean-up and commenting. John Lindquist 2012-08-28 00:25:58 -0600
  • 6ab0840599 Minor clean-up and commenting. John Lindquist 2012-08-28 00:21:12 -0600
  • fd5ba4d819 Cleaned up code base for release John Lindquist 2012-08-24 21:08:23 -0600
  • 4517c5efb3 All working John Lindquist 2012-08-24 20:19:23 -0600
  • 20d0667779 Huge Refactor into KeyCommands and extracting the SearchBox (finally). The special keys (home/end/space) are still a bit broken. John Lindquist 2012-08-24 16:06:17 -0600
  • db4b0d3798 Huge Refactor into KeyCommands and extracting the SearchBox (finally). The special keys (home/end/space) are still a bit broken. John Lindquist 2012-08-24 15:28:08 -0600
  • b9d4320b7a minor clean-up John Lindquist 2012-08-24 01:13:53 -0600
  • cfb9642125 Major refactor to extract the AceFinder. Working on extracting SearchBox, but not sure it's worth it. John Lindquist 2012-08-23 16:41:03 -0600
  • aff67fd62f casting foldingModel to (FoldingModelImpl) for mac support Vlad Yazhbin 2012-08-22 17:47:58 -0700
  • 18b208fce3 Updating the "since-build" to 117.117 AKA Intellj 11.1.1 John Lindquist 2012-08-21 11:35:03 -0600
  • 57eaf8792f Guarding against "out of bounds" errors when the end of the file is folded and update the regex for home/end John Lindquist 2012-08-21 00:53:23 -0600
  • 16cc87df14 Guarding against "out of bounds" errors when the end of the file is folded and update the regex for home/end John Lindquist 2012-08-21 00:51:40 -0600
  • ebaf90a850 adding todo's to clean up before final release John Lindquist 2012-08-14 09:14:03 -0600
  • 7b734a9a44 Last clean up and testing John Lindquist 2012-08-14 01:51:46 -0600
  • bd4422a67a Fixed "off-screen" searching John Lindquist 2012-08-14 01:44:24 -0600
  • 992762474a Fixed folding bug John Lindquist 2012-08-14 01:10:09 -0600
  • 07d33ffe4a Performance vastly improved John Lindquist 2012-08-13 23:08:34 -0600
  • 045ced780a Tweaking performance John Lindquist 2012-08-13 22:48:55 -0600
  • dc79922336 Building a release. Need to clean up some of the spiking, but good enough for beta-testing John Lindquist 2012-08-13 12:40:25 -0600
  • ff23639569 Perfect background rects, now fixing pixels for foreground text John Lindquist 2012-08-13 10:45:09 -0600
  • 5f41b7e443 Fixing lineSpacing John Lindquist 2012-08-10 15:44:53 -0600
  • ee948150f6 Fixing a screen positioning issue John Lindquist 2012-08-10 12:53:33 -0600
  • 894bb85d59 Prepping for release John Lindquist 2012-08-10 11:50:26 -0600
  • 0a1bfd901c Cleaning up painting behaviors as well as home/end/backspace John Lindquist 2012-08-10 11:30:03 -0600
  • 349d6e92b5 Good enough for a beta John Lindquist 2012-08-10 00:56:23 -0600
  • 57c64a427a Good enough for a beta John Lindquist 2012-08-09 23:57:42 -0600
  • f244f8da4a Mostly finished, just need to handle the delete key a bit better John Lindquist 2012-08-09 22:43:48 -0600
  • c15e025390 Finally found a decent "pixel perfect" overlay. Still buggy, but I need to get this in :) John Lindquist 2012-08-09 16:21:08 -0600
  • 090b9f270d Put a hack in for "alt to autocomplete" John Lindquist 2012-08-09 02:30:29 -0600
  • 3bec6a6f99 Searching through folding appears to be fixed. John Lindquist 2012-08-08 15:52:06 -0600
  • 6905a37c26 Fixing searchBox positioning John Lindquist 2012-08-08 01:24:41 -0600
  • 75eb9172e8 Refactored to "processKeyEvent" to handle the home/end keys John Lindquist 2012-08-08 01:00:59 -0600
  • 0f2963dc35 Committing selection work. Still lots of cleanup to do. John Lindquist 2012-08-07 21:55:47 -0600
  • bb668789af Fully implemented (needs performance tuning) John Lindquist 2012-08-07 03:16:50 -0600
  • 88cb84651d removing unused files John Lindquist 2012-08-07 01:25:58 -0600
  • 27d3e1c07b First commit John Lindquist 2012-08-07 01:24:58 -0600