Skip to content

Commit bf4c9bb

Browse files
alexchdshafik
authored andcommitted
'MS Word is not an editor' and other edits to railsbridge#334
1 parent e3a3ddb commit bf4c9bb

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

sites/en/installfest/editors.step

+12-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@ message <<-MARKDOWN
22

33
There are a number of different editors designed for programming. You may already have a favorite editor; if so you can continue using that editor. If you have never used a programming editor, there are a number of good editors available, several of them free of charge. Most Railsbridge instructors use the Sublime editor, so you may want to install Sublime; if you end up asking for help during your class it may be easier for an instructor or TA to help you if you are using Sublime. Here is a list of some of the more widely used editors:
44

5-
* <a href="http://www.sublimetext.com/" target="_blank">Sublime 2</a> is popular with many Ruby and Rails users. You can use it free for evaluation, then must pay to continue using it.
5+
* <a href="http://www.sublimetext.com/" target="_blank">Sublime Text</a> is popular with many Ruby and Rails users. You can use it free for evaluation, then must pay to continue using it. (
66
* <a href="http://komodoide.com/download/" target="_blank">Komodo</a> is a very good free programming editor, that is not used as widely as in the past. It is relatively easy to use.
7-
* <a href="http://macromates.com/" target="_blank">textmate</a> is very popular in the Ruby and Rails community. It is not free.
8-
* <a href="http://aptana.com/products/studio3" target="_blank">Aptana Studio</a> is a free, full-featured, development IDE (Integrate Development Environment) for Ruby and Rails. It has many powerful features to assist you while you develop your code. You can install Aptana as either a stand-along program or as an <a href="https://www.eclipse.org/downloads/" target="_blank">Eclipse</a> plugin.
9-
* <a href="http://www.jetbrains.com/ruby/" target="_blank">Rubymine</a> is used by many companies for their Ruby and Rails software development. Is is also a full-featured IDE, very similar to Aptana. RubyMine is not free.
7+
* <a href="http://macromates.com/" target="_blank">TextMate</a> is very popular in the Ruby and Rails community. It is not free.
8+
* <a href="http://aptana.com/products/studio3" target="_blank">Aptana Studio</a> is a free, full-featured, development IDE (Integrated Development Environment) for Ruby and Rails. It has many powerful features to assist you while you develop your code. You can install Aptana as either a stand-along program or as an <a href="https://www.eclipse.org/downloads/" target="_blank">Eclipse</a> plugin.
9+
* <a href="http://www.jetbrains.com/ruby/" target="_blank">RubyMine</a> is used by many companies for their Ruby and Rails software development. Is is also a full-featured IDE, very similar to Aptana. RubyMine is not free, but has a 30-day evaluation period.
1010

11-
There are other programming editors available, but these are among the most popular. Some people use simple non-programming editors, such as WordPad or NotePad; it is fine to use a simple editor, though at some point you should look into using an editor designed for programming as using a programming editor or IDE will improve your programming productivity.
11+
There are other programming editors available, but these are among the most popular. Some people use simple non-programming editors, such as NotePad (or WordPad or TextEdit in "plain text" mode). It is fine to use a simple editor, though at some point you should look into using an editor designed for programming as using a programming editor or IDE will improve your programming productivity.
1212

1313
MARKDOWN
1414

15-
next_step "installfest"
15+
important do
16+
message "Microsoft Word is **not** a text editor. It is a *word processor*."
17+
message "(Word Processors add lots of weird invisible formatting stuff to the files they edit. You must use a text editor to write code.)"
18+
end
19+
20+
message "Some programmers use command-line text editors like `emacs` or `vim`. These have a steep learning curve, so we recommend you use a graphical editor like those listed above."
1621

22+
next_step "installfest"

0 commit comments

Comments
 (0)