Carlo Sciolla
5889166b6c
Prepping for v1.4.1
4 years ago
Carlo Sciolla
7a1d7ab1ca
Merge branch 'fix-105' into develop
4 years ago
Carlo Sciolla
bea66129a9
Fix note syntax in tests
4 years ago
Carlo Sciolla
4f899a4495
Ensure base64 encoding happens after coding the string with UTF8 ( #111 )
...
* Fixes #110
Ensure base64 encoding happens after coding the string with UTF8
* Avoid line breaks in base64 encoding
4 years ago
Carlo Sciolla
252e2c3ce8
Disabling master again
4 years ago
Carlo Sciolla
11b78ff62e
Trying to re-enable builds against Emacs master
4 years ago
Carlo Sciolla
4349011ed7
Aesthitics, just aesthetics
4 years ago
Carlo Sciolla
2954c15322
Fix emacs 26 build
4 years ago
Carlo Sciolla
a6545435cd
Bumping java version for CI
4 years ago
Carlo Sciolla
1a11576f4a
Bump version after release
4 years ago
Carlo Sciolla
df0d718981
Prepping for the new release
4 years ago
Carlo Sciolla
271f468edd
Bump version
4 years ago
Carlo Sciolla
b0be4182fb
Fix tests
4 years ago
Carlo Sciolla
76b14086e8
Ignore java warnings
4 years ago
Carlo Sciolla
f04480dcba
Use UTC timezone when setting dates, to align with MELPA
4 years ago
Carlo Sciolla
2bd72f7ae6
Use `car` instead of `first`
4 years ago
Carlo Sciolla
914e0526d9
Avoid zero-padding of hours to mimic MELPA
4 years ago
Carlo Sciolla
60e4d3ec6e
Better version management
4 years ago
Felix Weilbach
7eb6167eb8
Added run mode EXECUTABLE ( #102 )
4 years ago
Carlo Sciolla
19e268c0cb
Ensure base64 encoding happens after coding the string with UTF8 ( #111 )
...
* Fixes #110
Ensure base64 encoding happens after coding the string with UTF8
* Avoid line breaks in base64 encoding
4 years ago
Carlo Sciolla
2f8170b30b
Disabling master again
4 years ago
Carlo Sciolla
14daefbb2f
Trying to re-enable builds against Emacs master
4 years ago
Carlo Sciolla
47156fac58
Aesthitics, just aesthetics
4 years ago
Carlo Sciolla
95428d2e2e
Fix emacs 26 build
4 years ago
Carlo Sciolla
b43249e1aa
Bumping java version for CI
4 years ago
Carlo Sciolla
39a109ffe6
Bump version after release
4 years ago
Carlo Sciolla
b39c310e9c
Prepping for the new release
4 years ago
Carlo Sciolla
f7e3af35e8
Merge branch 'develop'
4 years ago
Carlo Sciolla
ae8593d662
Bump version
4 years ago
Carlo Sciolla
36e0abac58
Merge branch 'issue106' into develop
4 years ago
Carlo Sciolla
beb4dfc726
Fix tests
4 years ago
Carlo Sciolla
7c1d6d3891
Merge branch 'issue107' into develop
4 years ago
Carlo Sciolla
08b783aee6
Ignore java warnings
4 years ago
Carlo Sciolla
04110d0110
Use UTC timezone when setting dates, to align with MELPA
4 years ago
Carlo Sciolla
5a6ed6c5a2
Use `car` instead of `first`
4 years ago
Carlo Sciolla
4a908c2279
Avoid zero-padding of hours to mimic MELPA
4 years ago
Carlo Sciolla
a822c551b8
Better version management
4 years ago
Felix Weilbach
9cba6835fd
Added run mode EXECUTABLE ( #102 )
4 years ago
Michael Steiner
cbd7fa4c6b
- give user some control to override in comments level of indentation
...
Signed-off-by: Michael Steiner <michael.steiner@intel.com>
4 years ago
Michael Steiner
80b554e871
- allow for white-space and comments after all begin/end indent regexps
...
- make end indent regexp symmetrical to being regexp allowing for selective
change (e.g., disactivation via non-matching regexp) what is leads to
indentation
Signed-off-by: Michael Steiner <michael.steiner@intel.com>
4 years ago
Michael Steiner
c32493229d
more robust matching of notes
...
Signed-off-by: Michael Steiner <michael.steiner@intel.com>
4 years ago
Carlo Sciolla
1e5f8beedd
Fix switching between modes ( #104 )
...
Giving a default value to `plantuml-exec-mode` local var at startup time
is wrong. This change keeps the local var to `nil` and resorts to the
customizable `plantuml-default-exec-mode`. The local var can be set by users
at will on a buffer local level, but without such an explicit opt-in then the
default value is always used
4 years ago
Carlo Sciolla
d11bd57f31
Removed broken link
4 years ago
Carlo Sciolla
0ae3aed095
Avoid breaking long lines on base64 encoding
...
Spotted by @alexvs11 as a solution to #101
4 years ago
Carlo Sciolla
648feb5b12
New release
4 years ago
Carlo Sciolla
56bb65342a
Updated changelog
4 years ago
Carlo Sciolla
15ced4ae26
Fix interactive `plantuml-set-exec-mode`
...
Fixes #97
4 years ago
Carlo Sciolla
e9c8e76ff2
Re-enable coverage. Not sure when it actually broke.
4 years ago
Carlo Sciolla
27d48942a6
🆕 Multiple run modes, now including JAR and SERVER ( #96 )
...
It is now possible to support many execution modes, currently available are:
- `jar`: the traditional way of running PlantUML from `plantuml-mode`
- `server`: ask a [`plantuml-server`](https://github.com/plantuml/plantuml-server ) instance to run the preview (defaults to https://www.plantuml.com/plantuml )
4 years ago
Carlo Sciolla
698a248549
Merge branch 'master' into develop
4 years ago