Last Site Update: 20 July 2010 | Latest Version: 1.6.0


Main

Download

Screenshots

Manual

Developers

About/Contact


Pydev Aptana

Previous (Interactive Console) Root Next (Launching)


Pydev Editor Preferences

Preferences

The options in the preferences should be self-explanatory, so, they're only briefly detailed here, but if you don't understand one, please ask in the users forum (so that the spelling of the option is improved).

Editor

In window > preferences > pydev > editor, pydev can edit the tab settings and appearance colors used in pydev (such as the code color, decorators, numbers, strings, comments, etc).

It's important to have in mind that many preferences, such as print margin, show line number, background/foreground colors, etc. are inherited from the text-editor preferences at general > editors > text editors, and some other preferences are at general > appearance > colors and fonts -- -- there's a link for both at the end of the preferences page.

images/editor/editor_preferences.png

Code Completion

In code completion preferences, configure how you want the code-completion to work.

images/editor/code_completion_preferences.png

Code Folding

Code-folding: new editors will have it applied.

images/editor/code_folding_preferences.png

Code Style

Code-style: Choose how you want the assign to variable quick assist assign to work (Ctrl+1): with camel case variables or variables separated with underline (an example is shown when you change it).

images/editor/code_style_preferences.png

Block Comments

Block comments are comments formatted in a special way. An example of applying the block comment is shown (2 types of block comments are available: a multi-line and a single line comment).

images/editor/block_comments_preferences.png

Code Formatter

In the code-formatter preferences page, you can choose different ways of having your code formatted.

images/editor/code_formatter_preferences.png

Docstrings

With Ctrl+1 when over a function line, you can create the docstring automatically (and these preferences are used to determine what's the result of doing so)

images/editor/docstring_preferences.png

File Types

The file types indicate which file extensions are recognized for the type inference engine (it's not an association to the file editor)

images/editor/file_type_preferences.png

Imports

Ctrl+Shift+O can organize the available imports (when no selection is done -- if done over a selection it'll do a regular text sort over the selected text), and those preferences indicate how the available imports should be organized.

images/editor/import_preferences.png

Hover

What to show on the mouse hover?

images/editor/hover_preferences.png

Templates

Here you can enter new templates. There are 2 contexts, the "Editor" and the "New Module". The templates in the "Editor" context are available for code-completion and the ones with "New Module" are available for the creation of new modules.

images/editor/template_preferences.png

Typing

The typing preferences indicate what should be automatically entered when you're typing text (e.g.: automatic parenthesis, smart indent, etc).

images/editor/typing_preferences.png


Previous (Interactive Console) Root Next (Launching)

Copyright: Aptana, Inc. 2008-2010