Change - PyCharm

Created on Sept. 19, 2012, 5:59 p.m. by Hevok & updated on Oct. 27, 2012, 12:03 a.m. by Hevok

PyCharm is an excellent editor/IDE (Interactive Development Environment) for Python and Django, hence also for Denigma. ¶
¶
Installing ¶
---------- ¶
Download the most recent version of pycharm_. ¶
It includes a trial version. ¶
¶
Detar the archive, move it another place where (if you like) ¶
and cd in. There you run:: ¶
¶
bash bin/pycharm.sh ¶
¶
Confirm with Enter and it should be done. ¶
¶
.. _pycharm: http://www.jetbrains.com/pycharm/download/index.html &para]
¶
¶
Renaming classes, methods and variables ¶
--------------------------------------- ¶
PyCharm automates renaming of objects at all places where they are used. Position the editor caret at any symbol and press Shift+F6`(Refactor | Rename). ¶
Input the new name and confirm with `Enter
. ¶
¶
It is possible to browse all the places where the variable is used and press Do Refactor button to finish the renaming operation. ¶
¶
¶
Valid parameters ¶
---------------- ¶
Placing the cursor between the parenthesis of a method call an pressing Ctrl+P brings up a list of valid parameters. ¶
¶
¶
Changing Style ¶
-------------- ¶
Ctrl+Backspace+Quote allows to quickly change the coding highlighting style color schema. ¶
¶
¶
Line Selection ¶
-------------- ¶
If nothing is selected and then Ctrl`+`c is pressed, the whole line gets selected.

Docutils System Messages

System Message: ERROR/3 (, line 3); backlink

Unknown target name: "pycharm".
Tags: tutorial rest
Categories: Tutorial

Comment: Updated entry

Comment on This Data Unit