Tagged Questions
1
vote
1answer
42 views
Why do annotations been added for PyDev not work?
When I use PyDev to add an annotation (such as @IgnorePep8) from the "Quick Fix / Content Assistants" the annotation is not added to the document. Other fixes available work.
What do I need to do to ...
2
votes
1answer
93 views
IPython plots show up in IDLE
This quite stupid, but every time i use plot() with IPython it pop's up in the IDLE window opposed to showning it inline. How can I change this?
1
vote
0answers
146 views
Change tab or open CSS file on SCSS build in Sublime Text 2
I use SASS Package and SFTP on a regular basis in my development process through Sublime Text 2. The functionality of these are both great, but I'm hoping to reduce the number of steps it takes me to ...
2
votes
1answer
331 views
Specific font_face based on syntax in Sublime Text 2
Is it possible to display a specific font_face for each individual syntax language setting in Sublime Text 2? For example:
"php" : { "font_face" : "Droid Sans Mono" },
"c#" : { "font_face" : ...
1
vote
0answers
99 views
Development stack for Python dev on a Ubuntu Server Virtual Machine, Mac OS X host
I am looking for recommendations for the best software & development process for editing Python application files on a Ubuntu Server virtual machine guest, from my Mac OS X host.
I am working on ...
3
votes
1answer
110 views
What is that green bug icon in Pyscripter?
It seems to appear after I've worked on a file for a little while in a session. I can't find it on Google, probably since I'm using the term "bug", but "insect" doesn't work either. :(
It shows up ...
1
vote
2answers
351 views
How to open Python files in IDLE by default? (Windows)
When I double click a .py file in windows, by default it opens a terminal and executes the file. Is there any way to change the default action to "open with IDE"?
1
vote
2answers
1k views
How to change the default highlight color of a property in the Aptana-pydev?
The default text highlighting and default font colors that came with Aptana (Eclipse) seems to be a little wacky, anyone have any idea how to fix this?
This example isn't the only place where stuff ...
0
votes
0answers
1k views
Emacs as a Python IDE
Hey, I'm trying to set up Emacs to edit Python on Windows. I'm really new to Emacs and I'm using ropemacs. When Emacs starts up it displays Pymacs loading ropemacs for an excessive amount of time. Any ...
