Commit Graph

  • 38f5c14353
    Use cl-lib in place of cl master xeals 2020-03-11 09:23:01 +1100
  • 1fad3008f2
    Merge 53da312ed6 into 1f38085c8f VelikiiNehochuha 2020-01-13 13:37:52 -0500
  • 53da312ed6 python parser any block, rm debug message, optimization -1 regexp find anton 2020-01-13 13:37:31 -0500
  • f21c701cbe python parser any block, fix second and next n-level blocks anton 2020-01-08 15:35:52 -0500
  • 5538af82c0 python parser with all code blocks anton 2020-01-07 04:42:54 -0500
  • 4a24fba38b
    Merge ca71d2a3d5 into 1f38085c8f Jen-Chieh Shen 2019-06-29 08:59:03 +0000
  • ca71d2a3d5 Add autoload entry. jenchieh 2019-06-29 16:57:04 +0800
  • 48802d4e1f
    Merge 8b740d4d9a into 1f38085c8f Naoya Yamashita 2019-04-07 19:51:07 +0000
  • 8b740d4d9a fix indent issue conao3 2019-04-08 04:48:16 +0900
  • 152ca960da
    Merge c3cd842c37 into 1f38085c8f Brady Trainor 2019-01-10 06:05:02 +0000
  • c3cd842c37 Add dart to parsers alist Brady Trainor 2019-01-09 22:02:51 -0800
  • d5bb314ef1
    Merge 8b01ab1e72 into 1f38085c8f Peterpaul Klein Haneveld 2018-12-12 20:17:16 +0000
  • 8b01ab1e72 Fix rendering of markers with different sizes Peterpaul Taekele Klein Haneveld 2018-12-12 21:05:09 +0100
  • b14d0b6655
    Merge 4cca41241e into 1f38085c8f hjpotter92 2018-09-05 11:09:06 +0000
  • 4cca41241e
    Fix emacswiki link to HideShow. hjpotter92 2018-09-05 16:36:34 +0530
  • 89f255a84d
    Merge f63ff703b7 into 1f38085c8f Sylvain Laperche 2018-05-03 17:22:00 +0000
  • f63ff703b7 Document the new functions Sylvain Laperche 2018-05-03 19:17:04 +0200
  • d58014d81b Implement forward versions for open and close Sylvain Laperche 2018-05-03 19:12:10 +0200
  • 297d3abd9b Merge a3b8bac563 into 1f38085c8f Csomnia 2018-01-24 03:50:20 +0000
  • a3b8bac563 modified python-parser code for building multi level fold tree. changrunqing 2018-01-24 11:39:29 +0800
  • 971ac7d8b1 Merge 62c394eaf4 into 1f38085c8f dubnde 2018-01-07 19:46:50 +0000
  • 1f38085c8f
    Merge pull request #37 from purcell/master Greg Sexton 2018-01-01 15:53:28 +0000
  • 62c394eaf4 Add c-macro parser to c++-mode too dubnde 2017-02-19 21:19:32 +0000
  • 6f355c22a4 Merge e17fa7c25a into 5630536d04 Syohei YOSHIDA 2017-02-19 20:33:45 +0000
  • 5630536d04 Support indirect buffers Greg Sexton 2017-01-29 16:05:25 +0000
  • c74e77e760 Revert C++ to c-style-parser Greg Sexton 2017-01-29 15:45:21 +0000
  • 666b72a132 Improve commands section in readme Greg Sexton 2017-01-28 10:31:11 +0000
  • a77d7f1634 Add python parser Greg Sexton 2016-09-24 10:14:16 +0100
  • fdd8fc306f Push mark before jumping Greg Sexton 2016-09-24 10:13:03 +0100
  • 7e0b8ccafc Use cl-lib in place of cl Steve Purcell 2016-08-25 23:30:55 +1200
  • c4bf2ea7a0 Declare defgroup more conventionally Steve Purcell 2016-08-25 23:24:13 +1200
  • e17fa7c25a Fix byte-compile warnings about defgroup Syohei YOSHIDA 2016-07-11 07:50:47 +0900
  • b571187d68 Merge pull request #30 from syohex/wrong-macro Greg Sexton 2016-07-10 17:58:03 +0100
  • cf14807ff3 Correct macro name Syohei YOSHIDA 2016-07-11 00:28:01 +0900
  • 1a957be171 Add more interactive movement commands Greg Sexton 2016-07-09 17:50:23 +0100
  • 714fba2a9c Add support for c preprocessor #if Greg Sexton 2016-07-03 16:28:45 +0100
  • af481d2b42 Use more general #if Greg Sexton 2016-07-03 16:28:33 +0100
  • f608e09be3 Reuse existing machinery Greg Sexton 2016-07-03 16:21:41 +0100
  • b9ecf4b355 Hacked support for Makros in C and C++ mode forflo 2016-06-06 02:52:41 +0200
  • 4e98f118c3 Add display customization Greg Sexton 2016-03-13 21:13:54 +0000
  • 9b9356cd63 Change default values for customization options Greg Sexton 2016-03-13 21:13:33 +0000
  • eafd97fc70 Recompute header ranges when folding. Nicholas Seckar 2015-10-20 13:17:33 -0700
  • d372bd1af1 Allow dots plus header mode Nicholas Seckar 2015-10-11 13:08:19 -0700
  • 47b4e2830e Add header style for fold display Nicholas Seckar 2015-10-11 12:23:48 -0700
  • 56140b4d3f Add marker support and buffer-local parser override Greg Sexton 2015-08-22 12:50:02 +0100
  • b4ff0c40f6 Doc new features Greg Sexton 2015-08-22 12:49:46 +0100
  • 9a0722e052 Generalize marker parser Greg Sexton 2015-08-22 12:49:33 +0100
  • 6f9367575a Per-buffer folding styles and explicit folding on triple-braces. David Högberg 2015-08-13 16:48:10 +0200
  • a44b0660f0 Colons can appear in elisp function names Greg Sexton 2015-05-20 21:09:05 +0100
  • 49ae22e18a Add indent parser Greg Sexton 2015-04-26 14:57:43 +0100
  • 5398602a97 Add todo Greg Sexton 2015-04-26 14:57:27 +0100
  • fb1db05c3e Improve doc Greg Sexton 2015-04-26 14:49:24 +0100
  • 6677218b96 Update docs Greg Sexton 2015-04-26 14:42:10 +0100
  • 54e7502b11 Add explicit python-mode support Greg Sexton 2015-04-26 14:41:57 +0100
  • 579112c406 Make indent-parser the default Greg Sexton 2015-04-26 14:25:41 +0100
  • a8eb81e09c Factor in newlines Greg Sexton 2015-04-26 13:21:16 +0100
  • 2b07b5c6fd Create basic indent parser Greg Sexton 2015-04-26 11:40:34 +0100
  • f28a9209d9 Provide global origami mode Greg Sexton 2015-04-25 15:20:15 +0100
  • e81d69ad8e Add go and php to parsers alist Greg Sexton 2015-04-25 15:20:06 +0100
  • 27b28c8e16 Fold javadoc also Greg Sexton 2015-04-08 21:31:14 +0100
  • e9577c8a8d Merge pull request #10 from andschwa/url Greg Sexton 2015-04-04 12:16:50 +0100
  • fe8f93c33a
    Change URL to repo's home page Andrew Schwartzmeyer 2015-04-03 20:04:13 -0700
  • f880c5dac5 Show node when jumping to compile/grep/occur results Greg Sexton 2015-03-29 15:14:03 +0100
  • d81d57047e Add melpa recommendation to readme Greg Sexton 2015-01-17 15:44:56 +0000
  • 4c7846a01a Add out of the box support for js Greg Sexton 2014-11-22 21:57:01 +0000
  • 1cc58ab689 Make isearch reveal folds Greg Sexton 2014-11-22 10:26:26 +0000
  • 7e878a2251 Add origami-toggle-all-nodes Greg Sexton 2014-11-16 18:09:19 +0000
  • ec68e37557 Add autoload cookie Greg Sexton 2014-11-16 14:26:35 +0000
  • 842b5c3a8d Fix compilation warnings Greg Sexton 2014-11-16 14:12:06 +0000
  • 39b3129f37 Add comparsions to readme Greg Sexton 2014-11-16 12:46:08 +0000
  • 2e5d1d9126 Make parsers create consistent ranges Greg Sexton 2014-11-15 21:15:28 +0000
  • e61e3670bc Change readme list to a table Greg Sexton 2014-11-15 18:39:48 +0000
  • dca4a20a30 Write a README Greg Sexton 2014-11-15 18:30:26 +0000
  • 6f9915c6a6 Document all commands Greg Sexton 2014-11-15 17:39:49 +0000
  • d586c41b21 Extract out local function Greg Sexton 2014-11-15 16:38:50 +0000
  • 775d3058a8 Generalise origami-build-pair-tree Greg Sexton 2014-11-15 16:22:45 +0000
  • 81fba32332 Completely remove parser-combinator library Greg Sexton 2014-11-12 21:45:40 +0000
  • 01249b4269 Rewrite c-style parser Greg Sexton 2014-11-11 21:48:26 +0000
  • 326763b766 Add cperl-mode Greg Sexton 2014-11-01 10:06:20 +0000
  • 2673711f7c Improve the clojure parser Greg Sexton 2014-08-25 18:53:52 +0100
  • 142ec95360 Add parser for clojure Greg Sexton 2014-08-24 16:53:46 +0100
  • 20d4f6e180 Make bind marginally faster Greg Sexton 2014-08-17 20:35:25 +0100
  • 80b7547ea8 Elisp parser shows defun args Greg Sexton 2014-08-16 19:26:51 +0100
  • 90a3c55a19 Remove left-over pop Greg Sexton 2014-08-16 19:21:48 +0100
  • 2de6c9c403 Size limit and protect edges in history Greg Sexton 2014-08-16 19:07:20 +0100
  • a38aaa64c9 Introduce linear history with redo command Greg Sexton 2014-08-16 19:01:25 +0100
  • f9d284cf3d Implement fold undo Greg Sexton 2014-08-16 18:23:04 +0100
  • ac970fb8ea Refactor variable setup Greg Sexton 2014-08-16 16:31:37 +0100
  • 26037d8a99 Add origami-recursively-toggle-node command Greg Sexton 2014-08-14 22:06:48 +0100
  • 3de4a8513b Refactor, but not fix, origami-next-fold Greg Sexton 2014-08-11 21:58:46 +0100
  • af44495352 Fix elisp parser bug Greg Sexton 2014-08-10 16:54:21 +0100
  • 9d6003f90b Rewrite elisp parser to use builtin funcs Greg Sexton 2014-08-10 16:50:28 +0100
  • 4d66682979 Introduce offset Greg Sexton 2014-08-10 16:14:14 +0100
  • 8a2d0388f6 Refactor Greg Sexton 2014-08-10 15:29:44 +0100
  • 29618c96de Make elisp parser def* based Greg Sexton 2014-08-10 15:10:05 +0100
  • 0f90c2a96b Make parser lookup major-mode derived Greg Sexton 2014-08-09 14:02:37 +0100
  • f9858348ff Extract parser.el Greg Sexton 2014-08-06 22:00:01 +0100
  • 7775fc2023 Implement origami-forward-toggle-node Greg Sexton 2014-08-04 22:01:00 +0100
  • a244624c7a Only compute the tree if changes have been made Greg Sexton 2014-06-02 20:52:39 +0100
  • 053c2c7ac8 Add recursive open/close Greg Sexton 2014-06-02 20:19:43 +0100