Commit Graph

  • 885e127b0f
    Merge 45241dc633 into ea45a13707 Tim Harper 2023-11-24 01:05:44 -0700
  • 45241dc633
    Update plantuml-mode.el Tim Harper 2023-11-24 01:05:40 -0700
  • f02ea9f312
    Merge f30bea6a5c into ea45a13707 Morten Hersson 2023-06-30 11:57:13 +0200
  • eff7d03119
    Merge 8811f09650 into ea45a13707 Samuel Loury 2023-06-25 10:03:05 +0200
  • f30bea6a5c Added a new plantuml-preview-theme variable Morten Hersson 2023-06-23 08:30:56 +0200
  • 5f11003a8c
    Merge 88ec2b989b into ea45a13707 Aaron Ji 2023-05-09 14:31:54 +0800
  • 88ec2b989b
    fix plantuml server url encode Aaron Ji 2023-05-09 14:28:58 +0800
  • 8811f09650
    feat: Perform the computation in a separate buffer before showing it Samuel Loury 2023-04-04 15:36:56 +0200
  • cf1fffb443
    Merge 1cb26dfb79 into ea45a13707 jgart 2023-03-28 11:59:08 -0500
  • 1cb26dfb79
    Recommend using puml as file extension jgart 2023-03-28 11:58:18 -0500
  • cb1a6f85b8
    Merge 308d06cd40 into ea45a13707 Tim Harper 2023-03-05 20:56:07 -0700
  • 308d06cd40
    add server-pico as option for exec-mode Tim Harper 2023-03-05 20:55:36 -0700
  • afb7b6b062
    Put PlantUML indentation level in plantuml customization group Tim Harper 2023-03-05 20:54:00 -0700
  • e14e42c5ca
    Merge e36bf3719b into ea45a13707 Tim Harper 2023-03-05 20:52:03 -0700
  • e36bf3719b
    Use hex encoding instead of base64 Tim Harper 2023-03-05 16:43:16 -0700
  • f95d7f0681
    Merge 5fee654f11 into ea45a13707 leuven65 2022-10-24 10:31:24 +0200
  • 5fee654f11 Explicitly set buffer-file-coding of the preview buffer to no-conversion Jian Wang 2022-10-24 10:23:24 +0200
  • 12a3868903
    Merge 40af3bde4f into ea45a13707 Bram Schoenmakers 2022-10-14 16:28:37 +0200
  • 40af3bde4f Fix subsequent previews Bram Schoenmakers 2022-10-14 16:23:57 +0200
  • 2134815c6c Reuse the old preview buffer/window such that display-buffer behaves Bram Schoenmakers 2022-09-08 07:05:43 +0200
  • 9cd0743b09
    Merge 33f5853883 into ea45a13707 Grant Rettke 2022-08-28 22:07:24 +0200
  • 33f5853883
    Updates plantuml-default-exec-mode documentation. Grant Rettke 2022-08-28 15:06:57 -0500
  • ebafc9f2af
    Merge ef05da9950 into ea45a13707 cynhr 2022-01-03 23:15:48 +0100
  • ef05da9950
    indent notes anchored to field cynhr 2022-01-03 23:00:51 +0100
  • ab39d4c81f
    indent named multiline notes cynhr 2022-01-03 22:56:21 +0100
  • ceb4fa6eff Fix documentation of plantuml-default-exec-mode Oleksandr Shulgin 2021-12-14 18:16:36 +0100
  • 43aeadd996 Capture stderr separately from the image output Oleksandr Shulgin 2021-12-14 18:07:55 +0100
  • 98dffe9f0d
    Merge 31cc2e9a7a into ea45a13707 Daniel Borchmann 2021-08-03 17:19:57 +0200
  • 31cc2e9a7a
    Fix regular expression for end of switch statement Daniel Borchmann 2021-08-03 17:15:07 +0200
  • fbe1ee87e9
    Merge dbb6025d55 into ea45a13707 Daniel Borchmann 2021-07-22 21:29:18 +0200
  • dbb6025d55
    Move point at most to beginning of line when indenting Daniel Borchmann 2021-07-22 21:26:01 +0200
  • 0f9346771b
    Merge 900c1b30bb into ea45a13707 Tobias Marczewski 2021-07-13 09:50:50 +0200
  • 900c1b30bb Fixed provide symbol name. mtoboid 2021-07-13 09:45:09 +0200
  • 471505e5d8
    Support indentation for switch statement Daniel Borchmann 2021-07-10 16:17:47 +0200
  • bbf9dcf98a
    Merge d7721971f0 into ea45a13707 Daniel Borchmann 2021-07-03 10:10:09 +0200
  • d7721971f0
    Allow reinitialization of font lock regexps Daniel Borchmann 2021-07-03 09:54:25 +0200
  • 654c2b0360 Fix indentation for lines beginning with tabs. mtoboid 2021-06-17 12:27:43 +0200
  • d32e9acec6 Fix problem with some other tests stopping to work. mtoboid 2021-06-17 12:22:57 +0200
  • 87b3c1ed0d Added a test for indentation using tabs. mtoboid 2021-06-17 10:19:45 +0200
  • 4aab8b374f Support indent for new activation style in sequence diagram. Minoru Sekine 2021-06-16 19:04:31 +0900
  • bfa587d039 Add indentation of "return" in sequence diagrams's activated blocks Stig Brautaset 2021-03-28 00:13:49 +0000
  • 423f8a72aa Use the Emacs default tab width for plantuml-indent-level Felix Weilbach 2021-03-05 15:06:01 +0100
  • cddceecd65 More suitable message in deprecation warning. Minoru Sekine 2021-01-03 07:14:25 +0900
  • 0cc967d469 support for simple HEX encoding format Igor Rayak 2020-05-24 22:52:30 +0300
  • 0d2dff6961
    Capture stderr in *plantuml errors* when generating preview Joost Diepenmaat 2020-03-12 15:38:45 +0100
  • ea45a13707 Indentation improvements (#117) develop Joost Diepenmaat 2019-11-02 21:56:47 +0100
  • 8d3644e7d8
    Remove dependency on realpath Joost Diepenmaat 2019-10-21 21:32:07 +0200
  • 385c31b37b Merge branch 'develop' of https://github.com/mrtimdog/plantuml-mode into develop Tim Jones 2019-10-21 09:43:05 +0100
  • 9882d809fd Don't delete the preview buffer before re-creating the preview, just clear it and re-use the same buffer. Otherwise the preview buffer re-appears all over the place when many other buffers are open. Tim Jones 2019-10-21 09:41:17 +0100
  • ce4e3feaa8 Don't delete the preview buffer before re-creating the preview, just clear it and re-use the same buffer. Otherwise the preview buffer re-appears all over the place when many other buffers are open. Tim Jones 2019-10-21 09:41:17 +0100
  • fec1d4fb9d Quick intro and warning to README (#112) excalamus 2019-10-19 10:50:00 -0400
  • a86abaf749 Fix arguments for jar (#116) Sumire 2019-10-19 22:09:19 +0900
  • 59a305a6c6
    Test complete example Joost Diepenmaat 2019-10-09 20:14:17 +0200
  • eef1cd0e80
    Test more and add splits Joost Diepenmaat 2019-10-09 20:11:55 +0200
  • cc8b184b10
    Indent forks and loops for activity syntax. Test notes Joost Diepenmaat 2019-10-09 20:03:12 +0200
  • a0231e0774
    correctly indent repeat construct Joost Diepenmaat 2019-10-09 16:34:54 +0200
  • f8881a294d
    add tests for new activity syntax, fixup conditionals indentation Joost Diepenmaat 2019-10-09 16:27:07 +0200
  • cb8914947e
    Make install script work on MacOS Joost Diepenmaat 2019-09-24 18:18:41 +0200
  • cc125c9f75
    Fix tests; we don't use tab-width for indent level anymore Joost Diepenmaat 2019-09-24 17:34:56 +0200
  • 16a52eb0fe
    Indent new-style activity diagram syntax Joost Diepenmaat 2019-09-24 12:57:06 +0200
  • fc9db3174a
    Allow easier customization of indentation level Joost Diepenmaat 2019-09-24 12:56:29 +0200
  • d5d26316dc Fix arguments for jar veilchen 2019-09-12 10:39:00 +0900
  • 52c781ea17 Merge branch 'develop' of https://github.com/excalamus/plantuml-mode into develop Matt Trzcinski 2019-09-05 15:18:19 -0400
  • 43df82548a Make mention of alternative exec modes Matt Trzcinski 2019-09-05 15:11:16 -0400
  • 56346a6e3a Move important information to beginning of sentance Matt Trzcinski 2019-08-28 19:43:25 -0400
  • 2a7a265e2c Try to fix internal link Matt Trzcinski 2019-08-28 19:41:54 -0400
  • 18826f89a8 Clearer langauge Matt Trzcinski 2019-08-28 19:40:43 -0400
  • e6ae2334ab Fiddle with the formatting Matt Trzcinski 2019-08-28 19:37:55 -0400
  • 01d0a18a54 Include configuration warning Matt Trzcinski 2019-08-28 19:36:09 -0400
  • a8a0eb3972 Make mention of alternative exec modes Matt Trzcinski 2019-09-05 15:11:16 -0400
  • 1590a75da6
    Snapshot release Carlo Sciolla 2019-09-05 10:38:56 +0200
  • 2fd42ff701
    Detect JDK version and modify java args accordingly fix-114 Carlo Sciolla 2019-09-04 23:32:28 +0200
  • 5889166b6c
    Prepping for v1.4.1 master v1.4.1 Carlo Sciolla 2019-09-03 23:24:56 +0200
  • 7a1d7ab1ca
    Merge branch 'fix-105' into develop Carlo Sciolla 2019-09-03 23:13:06 +0200
  • bea66129a9
    Fix note syntax in tests Carlo Sciolla 2019-09-03 23:12:48 +0200
  • 4f899a4495
    Ensure base64 encoding happens after coding the string with UTF8 (#111) Carlo Sciolla 2019-08-30 22:54:26 +0200
  • 252e2c3ce8
    Disabling master again Carlo Sciolla 2019-08-25 11:03:29 +0200
  • 11b78ff62e
    Trying to re-enable builds against Emacs master Carlo Sciolla 2019-08-25 10:37:51 +0200
  • 4349011ed7
    Aesthitics, just aesthetics Carlo Sciolla 2019-08-22 16:03:53 +0200
  • 2954c15322
    Fix emacs 26 build Carlo Sciolla 2019-08-22 11:31:36 +0200
  • a6545435cd
    Bumping java version for CI Carlo Sciolla 2019-08-21 17:20:22 +0200
  • 1a11576f4a
    Bump version after release Carlo Sciolla 2019-08-21 16:47:52 +0200
  • df0d718981
    Prepping for the new release Carlo Sciolla 2019-08-21 16:42:54 +0200
  • 271f468edd
    Bump version Carlo Sciolla 2019-08-21 14:34:02 +0200
  • b0be4182fb
    Fix tests Carlo Sciolla 2019-08-21 14:27:26 +0200
  • 76b14086e8
    Ignore java warnings Carlo Sciolla 2019-08-21 14:18:20 +0200
  • f04480dcba
    Use UTC timezone when setting dates, to align with MELPA Carlo Sciolla 2019-08-21 12:06:38 +0200
  • 2bd72f7ae6
    Use `car` instead of `first` Carlo Sciolla 2019-08-21 11:29:20 +0200
  • 914e0526d9
    Avoid zero-padding of hours to mimic MELPA Carlo Sciolla 2019-08-21 11:19:37 +0200
  • 60e4d3ec6e
    Better version management Carlo Sciolla 2019-08-21 10:52:15 +0200
  • 7eb6167eb8
    Added run mode EXECUTABLE (#102) Felix Weilbach 2019-08-19 14:10:35 +0200
  • 19e268c0cb
    Ensure base64 encoding happens after coding the string with UTF8 (#111) Carlo Sciolla 2019-08-30 22:54:26 +0200
  • 8abb3b4a99 Move important information to beginning of sentance Matt Trzcinski 2019-08-28 19:43:25 -0400
  • 647c2a5022 Try to fix internal link Matt Trzcinski 2019-08-28 19:41:54 -0400
  • 593962fd73 Clearer langauge Matt Trzcinski 2019-08-28 19:40:43 -0400
  • 7817db04ce Fiddle with the formatting Matt Trzcinski 2019-08-28 19:37:55 -0400
  • 92fac88c68 Include configuration warning Matt Trzcinski 2019-08-28 19:36:09 -0400
  • f3bc563eea
    Avoid line breaks in base64 encoding Carlo Sciolla 2019-08-28 12:40:23 +0200
  • a8846bed6b
    Fixes #110 Carlo Sciolla 2019-08-28 12:37:09 +0200
  • 2f8170b30b
    Disabling master again Carlo Sciolla 2019-08-25 11:03:29 +0200