Commit Graph

277 Commits

Author SHA1 Message Date
Carlo Sciolla 5cb8d2336a
merged with current develop branch 2016-11-11 11:03:04 +01:00
Carlo Sciolla ba7420b587
prepare for v1.2.1 2016-11-11 09:19:47 +01:00
Carlo Sciolla 76a96af6e8
merged develop 2016-11-11 09:17:16 +01:00
Carlo Sciolla 673e524443
Expand file names before any `shell-quote-argument` happens to support ~ in paths 2016-11-11 09:12:58 +01:00
Carlo Sciolla 64af0f1cc3
Untabified 2016-11-11 08:53:52 +01:00
Carlo Sciolla 2716f27034 Prepping for v1.2.0 2016-11-09 12:21:12 +01:00
Carlo Sciolla 408ea2d48b Merge branch 'pr/42' into develop 2016-11-09 12:19:48 +01:00
Carlo Sciolla f796d9d73b Prepare for v1.1.1 2016-11-08 12:33:24 +01:00
Carlo Sciolla 01cd430a1e Merge branch 'pr/41' into develop 2016-11-08 11:29:12 +01:00
Andrew Lyu 6ba5a10988 Remove duplicate rows 2016-11-08 08:27:19 +01:00
Andrew Lyu 68e5e52584 Remove duplicate rows 2016-11-08 08:26:47 +01:00
Andrew Lyu f43e67b091 Remove duplicate rows 2016-11-08 08:26:06 +01:00
Your Name 5629fe1ce7 Fixed regexp match pattern to truely match suffixes .plantuml .pum .plu. 2016-11-08 08:26:06 +01:00
Carlo Sciolla 00a983033f Merge branch 'pr/44' into develop 2016-11-08 08:23:59 +01:00
Andrew Lyu 0cfd6d9e38 Remove duplicate rows 2016-11-08 08:23:38 +01:00
Matthias Müller 9c509f879d Add plantuml-preview-current-block
Add a function that allows to preview the current block.
The current block is defined to be the region beginning
at previous "@startuml" and ending at "@enduml".
The prefix argument is handled according to the existing
prview functions.
2016-10-26 01:03:37 +02:00
Your Name 6f25902e84 Merge remote-tracking branch 'upstream/develop' into cygwin-native-java 2016-10-23 07:33:43 -05:00
Your Name 47c7e7c67d Merge remote-tracking branch 'upstream/develop' into windows 2016-10-23 07:31:11 -05:00
Carlo Sciolla f17a6822d0 Merge pull request #38 from abcdec/mode-regexp-match-fix
Fixed regexp match pattern to truely match suffixes .plantuml .pum .plu.
2016-10-23 09:40:47 +02:00
Your Name 9c50cd7103 Replaced shell-command with call-process. this fixes a couple issues: (1) when the mode is first loaded and plantuml-init is executed, Emacs window is split into two, which is not necessary. (2) under cygwin emacs and windows native Java combination, shell-quote-argument is cauisng file path format change and making Java unable to load jar file. file-exists-p is also skipped if cygwin emacs is running. 2016-10-22 14:15:22 -05:00
Your Name a4a017008b Fixed regexp match pattern to truely match suffixes .plantuml .pum .plu. 2016-10-22 09:13:52 -05:00
Your Name bfdf6ba04a Removed shell-quote-argument for Windows native Emacs to load jar file properly. 2016-10-22 09:06:15 -05:00
Carlo Sciolla 2b7d796886 Fixed plantuml invocation 2016-10-18 19:25:15 +02:00
Carlo Sciolla 0011cae6a4 Fix new version number in preamble 2016-10-18 17:01:46 +02:00
Carlo Sciolla b667968195 Merged feature/nosplash 2016-10-18 16:28:53 +02:00
Carlo Sciolla e944b7ae61 As per @adm code review 2016-10-18 16:05:22 +02:00
Carlo Sciolla 1c8cea4c29 Removed reference to the old puml-mode 2016-10-18 15:22:41 +02:00
Carlo Sciolla 60fbee8d6f Version bumps count from 0 2016-10-18 13:18:58 +02:00
Carlo Sciolla ef8bdbc7c1 #33 Emacs has an identity function after all, no need to replicate it 2016-10-18 12:46:39 +02:00
Carlo Sciolla 16df886fb3 #33 Reuse the same command line args wherever a command is issued; make PlantUML headless by default 2016-10-18 11:46:30 +02:00
Alexandre Duret-Lutz f108d393ae Fix the syntax table to allow single-line comments. 2016-10-17 22:19:03 +02:00
Carlo Sciolla ac04fed19b Added issue template for better descriptions 2016-10-17 16:33:24 +02:00
Carlo Sciolla d7067729fa Prepare for release v1.0.1 2016-10-17 16:27:10 +02:00
Carlo Sciolla 1ef4fcef2e Merge branch pull request #29 into develop 2016-10-17 16:23:32 +02:00
Syohei YOSHIDA 314674796f Don't call hook two times
define-derived-mode macro puts run-hook code after body so it is not
necessary to call it manually.
2016-10-17 16:22:53 +02:00
Syohei YOSHIDA 40e2ff222c Fix regexp of auto-mode-alist
And use "\'" end of string anchor instead of "$".
2016-10-17 16:22:53 +02:00
Carlo Sciolla ab55d31080 Merge branch 'pr/30' into develop 2016-10-17 16:15:39 +02:00
Syohei YOSHIDA fff8719b04 Don't call hook two times
define-derived-mode macro puts run-hook code after body so it is not
necessary to call it manually.
2016-10-17 16:15:17 +02:00
Carlo Sciolla a62da47363 Merge branch 'pr/31_syohex-hook' 2016-10-17 16:09:19 +02:00
Syohei YOSHIDA 8aa6315508 Don't call hook two times
define-derived-mode macro puts run-hook code after body so it is not
necessary to call it manually.
2016-10-17 15:39:54 +09:00
Syohei YOSHIDA 940a1a7937 Fix regexp of auto-mode-alist
And use "\'" end of string anchor instead of "$".
2016-10-17 15:21:00 +09:00
Your Name 04a2e7d5d9 Delay mode variable initialization until mode is loaded. 2016-10-16 13:37:20 -05:00
Your Name b931a42237 autoload does not seem to be functioning in latest update 2016-10-16 13:07:01 -05:00
Carlo Sciolla 9001192acf #26 Rewritten the changelog to point out which versions came from puml-mode 2016-10-16 16:57:09 +02:00
Carlo Sciolla 141c55dfc9 #26 Better docs, including migration from ~/Development/Sandbox/puml-mode 2016-10-14 22:11:11 +02:00
Carlo Sciolla e3ec4bee55 #26 add a custom variable to suppress the deprecation warning 2016-10-14 21:37:53 +02:00
Carlo Sciolla df46435ba9 #26 Removed warning from init 2016-10-14 21:27:20 +02:00
Carlo Sciolla a324da362a #26 Use a custom variable for which java command to use to fire up PlantUML 2016-10-14 15:37:02 +02:00
Carlo Sciolla cba96b7204 Fixed doku to point to the correct function 2016-10-14 12:15:00 +02:00
Carlo Sciolla ae0f58295c Fixed bug in which no mark is active but previous marks would trigger preview on a region instead of the whole buffer. Possibly related to #26 2016-10-14 00:20:25 +02:00