lexrupy / dot_jedit
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit f7b256c804298debda41c0641f0de2b4394c4615
tree 308d34de5622636aa374cfc5ba624d819d7d8a7b
parent c618efc97db4011418486fb97da99bbf49ef721a
tree 308d34de5622636aa374cfc5ba624d819d7d8a7b
parent c618efc97db4011418486fb97da99bbf49ef721a
README
jEdit configuration files ========================= This is my set of configuration files for jEdit text editor, you need jEdit installed in order to use the contents of this project. The configuration files are focused for develop and Ruby on Rails applications. jEdit can be found at http://jedit.org, there you will find the correct package for your operating system Compatibility notes =================== The files were generated by jEdit on linux, but I already tested it on Microsoft Windows and all seems to work properly, but don't expect all working so fine as on Linux. Other java enabled Operating systems that run jEdit should work as well. Download and Instalation ======================== To use it, make a clone of the repository in your home directory by doing: cd ~ git clone http://github.com/lexrupy/jeditfiles.git .jedit WARNING: if you already have configured something, you will need do make a backup of this folder before do the command above. Now, you will need to install some plugins to complete the configuration. The plugins are not included in the repository for two reasons: 1. They take a lot of unnecessary space of repository 2. You may want to use an older or newer version of some plugin. Plugin list: Beauty BufferTabs Common Controls Edirot Scheme ErrorList JDiff Plugin MacroManager OpenIt Project Viewer RubyPlugin ShortcutDisplay SideKick SuperAbbrevs TextAutocomplete TextTools WhiteSpace XercesPlugin XML To install the plugins just go to menu Plugins > Plugin Manager..., click in the install tab, and select the itens listed above After install these plugins, restart jEdit and enjoy.

