Hi all, I just edited http://wiki.contextgarden.net/Text_Editors, reordered, updated, killed some discontinued programs etc. I didn’t delete wiki pages of outdated apps, though. There’s still a lot of room for enhancement, e.g. the feature columns make no sense this way. I’d like to know: - What editor(s) do you use for ConTeXt? - Are there any other editors with ConTeXt (not only LaTeX) support? How about including the vim support files in the distribution (like the SciTE support files)? I recently discovered Textadept, a relative of SciTe’s, also available for OSX - did anyone try to adapt SciTE ConTeXt support for that? Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) GPG Key ID 1C9B22FD
Hi, I use emacs with the spacemacs distribution. To manage my bibliographies (and also images) I use ebib (http://joostkremers.github.io/ebib/ http://joostkremers.github.io/ebib/) instead of reftex. Regards, Michael
On 24 Oct 2016, at 13:41, Henning Hraban Ramm
wrote: Hi all,
I just edited http://wiki.contextgarden.net/Text_Editors, reordered, updated, killed some discontinued programs etc.
I didn’t delete wiki pages of outdated apps, though.
There’s still a lot of room for enhancement, e.g. the feature columns make no sense this way.
I’d like to know: - What editor(s) do you use for ConTeXt? - Are there any other editors with ConTeXt (not only LaTeX) support?
How about including the vim support files in the distribution (like the SciTE support files)?
I recently discovered Textadept, a relative of SciTe’s, also available for OSX - did anyone try to adapt SciTE ConTeXt support for that?
Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) GPG Key ID 1C9B22FD
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
Hello,
I'm also using emacs with auctex, currently using reftex, but will have a look at ebib.
-m
On October 24, 2016 5:14:02 AM PDT, Michael Eidenbenz
Hi,
I use emacs with the spacemacs distribution. To manage my bibliographies (and also images) I use ebib (http://joostkremers.github.io/ebib/ http://joostkremers.github.io/ebib/) instead of reftex.
Regards, Michael
On 24 Oct 2016, at 13:41, Henning Hraban Ramm
wrote: Hi all,
I just edited http://wiki.contextgarden.net/Text_Editors, reordered, updated, killed some discontinued programs etc.
I didn’t delete wiki pages of outdated apps, though.
There’s still a lot of room for enhancement, e.g. the feature columns make no sense this way.
I’d like to know: - What editor(s) do you use for ConTeXt? - Are there any other editors with ConTeXt (not only LaTeX) support?
How about including the vim support files in the distribution (like the SciTE support files)?
I recently discovered Textadept, a relative of SciTe’s, also available for OSX - did anyone try to adapt SciTE ConTeXt support for that?
Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) GPG Key ID 1C9B22FD
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net
___________________________________________________________________________________
------------------------------------------------------------------------
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 24/10/2016 13:41, Henning Hraban Ramm wrote:
How about including the vim support files in the distribution (like the SciTE support files)?
Updated scripts for ConTeXt have just been included in Vim: https://github.com/vim/vim/commit/46fceaaa8d1447a9588736d86eb4908214187b08 so there is no need to include anything in the ConTeXt distribution. I plan to update the Vim wiki page on ConTeXt Garden when I have some time: I will post here when I have done it. Nicola
Hi,
On 24 Oct 2016, at 13:41, Henning Hraban Ramm
wrote: Hi all,
I just edited http://wiki.contextgarden.net/Text_Editors, reordered, updated, killed some discontinued programs etc.
I didn’t delete wiki pages of outdated apps, though.
I use textmate, and so does Mojca, I think. I also do not think it is outdated, but the link to Patricks bundle was. It is available from here: http://dl.contextgarden.net/support/textmate/context-tmbundle.dmg Best wishes, Taco
On 25 October 2016 at 10:17, Taco Hoekwater wrote:
On 24 Oct 2016, at 13:41, Henning Hraban Ramm wrote:
Hi all,
I just edited http://wiki.contextgarden.net/Text_Editors, reordered, updated, killed some discontinued programs etc.
I didn’t delete wiki pages of outdated apps, though.
I use textmate, and so does Mojca, I think. I also do not think it is outdated, but the link to Patricks bundle was. It is available from here: http://dl.contextgarden.net/support/textmate/context-tmbundle.dmg
I added it back. It's one of the best editors around, even if not a TeX-centric one. A better link to the bundle might be https://github.com/pgundlach/context.tmbundle/ It's old, but it still works. At some point it might make sense to update it with the latest list of commands that Wolfgang assembled. Mojca
Hi, You forgot my favorite editor: cat > file.tex ;-) More seriously, the SciTe syntax highlighting depends on a lpeg DLL that presently is only available on Windows - unless someone has succeeded in compiling the shared library on another system. Alan
On Oct 24, 2016, at 05:41, Henning Hraban Ramm
wrote: Hi all,
I just edited http://wiki.contextgarden.net/Text_Editors, reordered, updated, killed some discontinued programs etc.
I didn’t delete wiki pages of outdated apps, though.
There’s still a lot of room for enhancement, e.g. the feature columns make no sense this way.
I’d like to know: - What editor(s) do you use for ConTeXt? - Are there any other editors with ConTeXt (not only LaTeX) support?
How about including the vim support files in the distribution (like the SciTE support files)?
I recently discovered Textadept, a relative of SciTe’s, also available for OSX - did anyone try to adapt SciTE ConTeXt support for that?
Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) GPG Key ID 1C9B22FD
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
Hi,
You forgot my favorite editor:
cat > file.tex
Mandatory xkcd at this point: https://www.xkcd.com/378/
More seriously
I mostly use Vim. I don't know of other ConTeXt-aware editors apart from those already in the list, but in the other section I would include: - jEdit (http://www.jedit.org), good for TeX and LilyPond; - TextWrangler (shameless plug: I wrote decent syntax support for MetaPost/MetaFun); - Atom (https://atom.io): I have not used it much, but it has lots of plugins, so chances are that there is some good TeX stuff. Nicola
Hi,
thank you for your contributions and sorry for deleting TextMate.
Am 2016-10-25 um 18:19 schrieb Nicola
- jEdit (http://www.jedit.org), good for TeX and LilyPond;
On OSX, jEdit is no fun. LilyPondTool for jEdit is deprecated (if it still works at all, it didn’t for me years ago). For LilyPond there’s nothing better than Frescobaldi (except Emacs, vi and ed, of course).
- TextWrangler (shameless plug: I wrote decent syntax support for MetaPost/MetaFun);
I’m still using that, too (but switching). Where can we find your support files?
- Atom (https://atom.io): I have not used it much, but it has lots of plugins, so chances are that there is some good TeX stuff.
After a short test I like it very much. Back in the early days of OSX I loved AlphaX (written in Tcl); I just checked: the project is still/again active (http://alphacocoa.sourceforge.net). There are really a lot of tiny details that makes an editor "favourite" or not. For me, it’s often the key bindings (they need to work with a German keyboard layout, TextWrangler fails at that) and behaviour like: - mark some lines, press Tab or Shift-Tab to indent/outdent (not: replace text with tab) - mark some text, type brace/bracket/quote to surround, not replace, the text - mark text, click-and-move to move (not copy), alt-click to copy - mouse movement/scrolling must never change the file/buffer (problem of many tab widgets) - just the right visibility of space characters (some editors highlight them too much) Good search-and-replace (with regexes) is essential; TextWrangler is quite usable in that regard, but it shouldn’t use an extra window. I loved Smultron’s search bar. I like TextWrangler’s list of open files as a side bar better than "tabs". Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer) GPG Key ID 1C9B22FD
On 25/10/2016 22:11, Henning Hraban Ramm wrote:
On OSX, jEdit is no fun. LilyPondTool for jEdit is deprecated (if it still works at all, it didn’t for me years ago). For LilyPond there’s nothing better than Frescobaldi (except Emacs, vi and ed, of course).
I didn't know that (I haven't used jEdit for a while). Too bad.
- TextWrangler (shameless plug: I wrote decent syntax support for MetaPost/MetaFun);
I’m still using that, too (but switching). Where can we find your support files?
http://users.dimi.uniud.it/~nicola.vitacolonna/software/metapost-textwrangle... MetaFun syntax is outdated, though… Nicola
Try Vim/Gvim family. I use thsoe for everything.
John Culleton
john@wexfordpress.com
----- Original Message -----
From: "Nicola"
On OSX, jEdit is no fun. LilyPondTool for jEdit is deprecated (if it still works at all, it didn’t for me years ago). For LilyPond there’s nothing better than Frescobaldi (except Emacs, vi and ed, of course).
I didn't know that (I haven't used jEdit for a while). Too bad.
- TextWrangler (shameless plug: I wrote decent syntax support for MetaPost/MetaFun);
I’m still using that, too (but switching). Where can we find your support files?
http://users.dimi.uniud.it/~nicola.vitacolonna/software/metapost-textwrangle... MetaFun syntax is outdated, though… Nicola ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
I used to be very proficient at writing in machine code and reading punch tape output, too... Alan
On 25 Oct 2016, at 10:19, Nicola
wrote: cat > file.tex
Mandatory xkcd at this point: https://www.xkcd.com/378/
On 10/28/2016 9:28 PM, Alan Braslau wrote:
I used to be very proficient at writing in machine code and reading punch tape output, too...
I sometimes wonder how I could write those self adapting programs in 256 bytes on those 8 bit dev boards, programs that actually did something ... (no typesetting). No punchtapes but just 0/1 related sounds piped into a cassette deck. (Interesting what solutions one comes up with in internet-less times.)
Alan
On 25 Oct 2016, at 10:19, Nicola
wrote: cat > file.tex
Mandatory xkcd at this point: https://www.xkcd.com/378/
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (9)
-
Alan Braslau
-
culleton-p-md@comcast.net
-
Hans Hagen
-
Henning Hraban Ramm
-
Mica Semrick
-
Michael Eidenbenz
-
Mojca Miklavec
-
Nicola
-
Taco Hoekwater