-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete BBEditTextWrangler-julia.plist #16637
Conversation
Why not move all the editor modes to an EditorModes repo even otherwise? |
ref https://groups.google.com/forum/#!topic/julia-users/sQ5Atvjicxw remove entry in contrib/README.md table [av skip]
I was previously a TextWrangler user. I use now BBEdit. $ ls ~/Library/Application\ Support/BBEdit/Language\ Modules/
BBEditTextWrangler-julia.plist CoffeeScript.plist
$ ls ~/Library/Application\ Support/TextWrangler/Language\ Modules/
BBEditTextWrangler-julia.plist I'm also in favor of creating a new repository and put this file into. |
Thanks @tkelman for creating JuliaEditorSupport organization https://github.com/JuliaEditorSupport/ |
I guess one repository for "miscellaneous editors" if they would otherwise just be one or two files each, organized within folders inside that repo? Vim and Emacs modes are already separate repos, but it's probably not worth the hassle for the others. Especially if multiple of them are xml-based, then there might be some common scripts you could write for autogenerating and updating them all. |
ok so what repository name now ?
Any other ideas ? |
About generating XML files, Python have a great library (in my opinion) to create XML file named yattag http://www.yattag.org/ It's based on context managers. Unfortunately I'm not sure this concept exists in Julia so creating XML file using "raw" method will probably be necessary. An other approach may be to use a template library like http://jinja.pocoo.org/ but is there a kind of template library in Julia ? |
https://github.com/jverzani/Mustache.jl is quite nice |
https://github.com/JuliaEditorSupport/JuliaEditorSupport |
Great, thanks! We could add a link to that repo from somewhere, maybe contrib/README.md if people are looking for where that file went. |
ref https://groups.google.com/forum/#!topic/julia-users/sQ5Atvjicxw and discussion in #16613
We can move it to its own repo if people are still using it. For now it seems like no one is?