Skip to content

Commit

Permalink
README: Fix formatting in IDE paragraph
Browse files Browse the repository at this point in the history
Also references @quinnj's Sublime-IJulia plugin
  • Loading branch information
jiahao committed Sep 21, 2014
1 parent e352674 commit 792f0c3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,14 @@ The following distributions include julia, but the versions may be out of date d
<a name="Editor-Terminal-Setup"/>
## Editor and Terminal Setup
Currently, Julia editing mode support is available for Emacs, Vim, Textmate, Sublime Text, Notepad++, and Kate, in `contrib/`. There is early support for IDEs such as [Lighttable](https://github.com/one-more-minute/Jewel), [QTCreator based JuliaStudio](https://forio.com/labs/julia-studio/), and [Eclipse (LiClipse)](https://brainwy.github.io/liclipse/). A notebook interface is available through [IJulia](https://github.com/JuliaLang/IJulia.jl), which adds Julia support to the iPython notebook.
In the terminal, Julia makes great use of both control-key and meta-key bindings. To make the meta-key bindings more accessible, many terminal emulator programs (e.g., `Terminal`, `iTerm`, `xterm`, etc) allow you to use the alt or option key as meta. See the section in the manual on [interacting with Julia](https://docs.julialang.org/en/latest/manual/interacting-with-julia/) for more details.
Currently, Julia editing mode support is available for Emacs, Vim, Textmate,
Sublime Text, Notepad++, and Kate, in `contrib/`. There is early support for
IDEs such as [Light Table](https://github.com/one-more-minute/Julia-LT),
[QTCreator based Julia Studio](https://forio.com/labs/julia-studio), and
[Eclipse (LiClipse)](https://brainwy.github.io/liclipse/). A notebook interface
is available through [IJulia](https://github.com/JuliaLang/IJulia.jl), which
adds Julia support to [IPython](https://ipython.org). The
[Sublime-IJulia](https://github.com/quinnj/Sublime-IJulia) plugin enables
interaction between IJulia and Sublime Text.
In the terminal, Julia makes great use of both control-key and meta-key bindings. To make the meta-key bindings more accessible, many terminal emulator programs (e.g., `Terminal`, `iTerm`, `xterm`, etc.) allow you to use the alt or option key as meta. See the section in the manual on [interacting with Julia](https://docs.julialang.org/en/latest/manual/interacting-with-julia/) for more details.

0 comments on commit 792f0c3

Please sign in to comment.