google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Support for Umple syntax in text editors and similar tools #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Various text editors support different programming languages. For example 
BBedit or TextMate on the Mac. Umple profiles should be created for this.

The ohcount project should also be made to recognize Umple code
https://github.com/blackducksw/ohcount

Original issue reported on code.google.com by TimothyCLethbridge on 25 Jun 2011 at 3:00

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 28 Sep 2011 at 3:22

GoogleCodeExporter commented 9 years ago
I would love to get an Umple binding for BBEdit and TextMate for the Mac

Original comment by TimothyCLethbridge on 13 Jan 2012 at 11:21

GoogleCodeExporter commented 9 years ago
Some work was done, but more is needed. It would be best to do a complete 
analysis of external tools that have language bindings and then analyze how to 
add Umple to them.

Original comment by TimothyCLethbridge on 15 Jun 2012 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 15 Jun 2012 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 15 Jun 2012 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 27 Sep 2012 at 7:48

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 12 Sep 2013 at 3:11

GoogleCodeExporter commented 9 years ago
Note that there is a directory at the 'root' of the source hierarchy with code 
for NotePad++ and JEdit.

Original comment by TimothyCLethbridge on 21 Sep 2013 at 2:05

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 21 Sep 2013 at 2:08

GoogleCodeExporter commented 9 years ago
See https://en.wikipedia.org/wiki/List_of_text_editors for a list of text 
editors. Note, however that we are interested in ones that:
  - Are widely used
  - Have plugins for syntax highlighting
  - Ideally are open source, and which would allow us to contribute to their repository

Note: As the Umple grammar changes, there is a need to update the plugin. This 
should ideally be automated by generating the plugin from the umple grammar.

For Eclipse there is XText. There has been work on generating an XText grammar 
for Umple from the Umple grammar. 

Original comment by TimothyCLethbridge on 21 Sep 2013 at 2:12

GoogleCodeExporter commented 9 years ago
Here are instructions for making Umple recognized as a language in GitHub
https://github.com/github/linguist

Original comment by TimothyCLethbridge on 24 Sep 2013 at 1:06

GoogleCodeExporter commented 9 years ago
Here's another tool we could implement an editor in
http://www.jetbrains.com

Original comment by TimothyCLethbridge on 8 Oct 2013 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 5 Sep 2014 at 3:14

GoogleCodeExporter commented 9 years ago
I've started working on a [http://www.sublimetext.com/ Sublime Text] plugin for 
Umple here: https://github.com/Nava2/UmpleForSublime. It's not open source, but 
it is freeware and it has been openly embraced by a lot of communities I've 
been a part of in the past. It's an added bonus that the plugin infrastructure 
seems to be fantastic and easy to use. 

As for why it is in a git repository, I would love to have this as a patch to 
merge in, but the nature of Sublime's package control system says that it has 
to be its own repository. See this 
[https://packagecontrol.io/docs/submitting_a_package link].

Original comment by kevin.br...@gmail.com on 14 Jan 2015 at 3:28