DevCamp/Laptop setup/Linux text editor

From Wikimania 2013 • Hong Kong

How to find gedit in the Applications list

On Linux, we suggest the GEdit text editor.

GEdit should already be installed on your computer. To start GEdit: click Applications, point to Accessories, and click Text Editor. If you don't have this option, let a staff member know.

How to find GEdit from a terminal

If you prefer to start applications from a terminal, you can type the following into a terminal to launch GEdit:

gedit &

Configure gedit to indent with tabs

  • Click Edit -> Preferences
  • Select the tab labeled "Editor"
  • Uncheck the box labeled "Insert spaces instead of tabs"
  • Check the box labeled "Enable automatic indentation"
  • Click Close.

That's it! Now, you can hit tab to indent your code, and that indentation will actually be made of tabs. This change will help you use spaces consistently, in conjunction with the MediaWiki code style guidelines.

Success!

If you prefer a different editor for text, check with an instructor before moving on.

« Back to the laptop setup page