Commit Graph

239 Commits

Author SHA1 Message Date
René Schmelzer 068db4828f correction: … → etc. 2019-03-16 10:03:06 +01:00
René Schmelzer 6343a4dd93 indentation support for plantuml macros 2019-03-15 13:03:15 +01:00
René Schmelzer 5f6e84474f rm not used regexs 2019-03-15 12:56:21 +01:00
René Schmelzer 6e55203a21 indentation support for notes 2019-03-15 12:55:35 +01:00
René Schmelzer ef19d71ca3 support indentation for activity diagrams - current/old style 2019-03-14 13:54:47 +01:00
René Schmelzer 153860bacb improved indentation for ref-groups 2019-03-12 23:06:39 +01:00
René Schmelzer 6515b3de97 add indentation for ref-groups 2019-03-12 22:03:54 +01:00
René Schmelzer 1b3d7094c7 add indentation sequence diagram tests and mv basics tests to diagram tests 2019-03-11 09:32:42 +01:00
René Schmelzer cfaa374963 mv test/plantuml-indentation-test.el -> test/plantuml-indentation-basics-test.el 2019-03-11 09:17:56 +01:00
René Schmelzer 22822bed26 move indentation tests to diagram test files 2019-03-11 09:11:31 +01:00
René Schmelzer 12911801f0 enhance indentation class diagram test: abstract class and interface 2019-03-10 22:06:31 +01:00
René Schmelzer a1e7709178 add indentation tests for state diagrams 2019-03-10 21:56:03 +01:00
René Schmelzer 05b89bdcf3 add indentation tests for object diagrams 2019-03-10 21:42:32 +01:00
René Schmelzer 96ec931f64 regex corrections and added indentation tests for class diagrams
correct indentation regexs found by tests for class diagrams
2019-03-10 21:35:24 +01:00
René Schmelzer c31480fcd1 add indentation tests for component diagrams 2019-03-10 21:11:28 +01:00
René Schmelzer 1b6562a1a2 indentation tests for diagram commons 2019-03-10 20:54:25 +01:00
René Schmelzer 5ef5ea4302 file “Cask”: added dependency to dash 2019-03-09 07:49:18 +01:00
René Schmelzer acec715a6e indentation test for deployment diagram 2019-03-09 07:47:03 +01:00
René Schmelzer af6ac38547 correction of () at end of file 2019-03-07 20:16:38 +01:00
René Schmelzer 2af81e75e9 indentation test for a nested interface block 2019-03-06 19:20:49 +01:00
René Schmelzer 1e761fbd04 add support and test for box/end box blocks 2019-02-15 17:21:04 +01:00
René Schmelzer fb427db400 enhance and test regexs for groups
Changed `plantuml-indent-regexp-group-start' to cover all cases
mentioned on sequence diagram page of the plantuml website. Added
tests for all elements-with and without label (text following the
keyword).
2019-01-27 19:56:29 +01:00
René Schmelzer dee00b74b1 split indentation rexgexs
Split the regexs as a preparation for improvement and enhancement.
No explicit enhancement was intended, although the
`plantuml-indent-regexp-block-start' covers more blocks now.
2019-01-27 15:52:59 +01:00
René Schmelzer 9eb0bda6e6 fix version 2019-01-12 18:26:15 +01:00
Carlo Sciolla 366ecb605a
Support block indentation for abstract classes
Fixes #83
2019-01-08 23:06:58 +01:00
Carlo Sciolla de5d9b3dd7
Keep docu for new changes 2019-01-08 22:51:24 +01:00
Carlo Sciolla 56d668c54e
Added extra keywords to the indentation block start regex
Keywords added:
- `folder`
- `frame`
- `cloud`

Fixes #78
2019-01-08 22:47:51 +01:00
Carlo Sciolla 0374482cf7
Added new version note 2019-01-07 22:25:02 +01:00
Carlo Sciolla 6c0b9634bd
minor code formatting stuff 2019-01-07 22:15:02 +01:00
ReneSchmelzer ae97b806bc Rsch/indentation/fix and enhance (#85)
* fixed indentation code and added de-/activate to indentation

* added tests for indentation changes

* changed indentation code and tests

- more changes to plantuml-indent-regexs
- added more test
- changed function to determine indentation level and tests accordingly
- changed plantuml-indent-line and tests accordingly
- changed test names and doc strings to be more consistent

* more indentation tests, corrected regex for par block

- the par block usually does not have any label
- added database to start regex and added a test
- added block tests
2019-01-07 21:23:04 +01:00
niklascarlsson 49f707b20c Rewrite start-process to remove eval-and-compile (#82)
Wrapping the defcustoms in eval-and-compile made the code compileable
but not customizable for the user.

Rewriting the start-process into a function instead of a macro makes it
possible to remove the eval-and-compiles.
2019-01-07 21:15:41 +01:00
Carlo Sciolla b358a53bb0
Be fairer to the codecov 2018-08-16 13:35:27 +02:00
Carlo Sciolla 82ab084c86
Proper changelog needs to include indentation support 2018-08-16 12:12:47 +02:00
Alpha TAN f416fe76f2
1) Fixed the comiling error when installing with melpa, surround the `defcustom-list` with `(eval-and-compile ...)` block ; 2) update the version number to 1.2.7 ; 2018-08-16 12:03:29 +02:00
Carlo Sciolla 7d09b36773
Remove all compilation warnings 2018-08-16 12:02:30 +02:00
Carlo Sciolla 6c0455b5e2
Make indentation work 2018-08-16 11:32:44 +02:00
Carlo Sciolla 5c8a95850b
Allow custom jar location for test execution
Tests are still broken though
2018-08-16 09:25:24 +02:00
Raymond Huang da2c301c1a Add autoindent support (#75)
Add indent-line implementation
2018-08-14 23:08:29 +02:00
Carlo Sciolla c5b8d63612
Skipping tests against Emacs master 2018-08-14 22:56:58 +02:00
Carlo Sciolla 3df9bf31a7
Remove support for emacs 24 2018-08-14 21:59:34 +02:00
Carlo Sciolla 9d6b6a03a6
More descriptive steps + ensure Cask is found on path
See https://circleci.com/docs/2.0/env-vars/#using-bash_env-to-set-environment-variables
2018-08-14 21:52:16 +02:00
Carlo Sciolla 4f4b8ffe91
Command changed, need to sync up the test 2018-08-14 21:42:28 +02:00
Carlo Sciolla 9445f0db7d
Install prerequisite software 2018-08-14 21:34:27 +02:00
Carlo Sciolla 6a515fc360
Add make to the list of installed packages 2018-08-14 21:28:13 +02:00
Carlo Sciolla ecc9b14af7
Merge pull request #74 from alphatan/master
Custom variable `plantuml-jar-args` to control which arguments are passed to PlantUML jar
2018-08-11 11:53:47 +02:00
Alpha TAN 2c1d5a33a6 1) Introduced custom variable `plantuml-jar-args' to control which arguments are passed to PlantUML jar ; 2) Fix the warning of failing to specify types of 'defcustom' variables ; 2018-07-17 15:03:32 +08:00
Carlo Sciolla cfb408fc84
Removed travis, moved to CircleCI 2018-03-18 23:12:47 +01:00
Carlo Sciolla 06725c7ce7
Disable broken test
Unicode testing appears to be broken only when run under ERT runner
2018-03-18 23:05:31 +01:00
Carlo Sciolla 877afb3292
there is no ecukes yet 2018-03-18 23:05:31 +01:00
Carlo Sciolla 2677913ec3
Fix build 2018-03-18 23:05:31 +01:00