-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
57 lines (40 loc) · 1.84 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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.
Note that on MacOS X the jEdt configuration files does not stored in ~/.jedit, but in ~/Library/jEdit
Download and Instalation
========================
To use it, make a clone of the repository in your home directory by doing:
On Linux
git clone http://github.com/lexrupy/dot_jedit.git ~/.jedit
On MacOsX
git clone http://github.com/lexrupy/dot_jedit.git ~/Library/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.