1
vote
1answer
16 views
MacVim set as default text editor: How to set files to open in a new tab as opposed to a new window?
I've set MacVim as my default text editor, and when I double click files it opens up a new window. Is there a way to set it to open up in a new tab instead?
4
votes
5answers
108 views
Emacs session / projects / window management
Hello,
I am working with Ruby on Rails projects most of the time so I need a way to save projects and the state of the buffers/windows I am working on, mostly because I often find …
2
votes
6answers
68 views
code completion in vi editor
is there an autocomplete feature for vi. ctrl p looks for keywords already used in the document. but suppose i want a.funcname to automatically show members of object a. is it poss …
2
votes
0answers
49 views
Can the UDK be used for non-game projects?
This is a pretty basic question. I am wondering if the Unreal Development Kit can be used for something other than games, specifically a light show simulator and editor. The site s …
0
votes
6answers
122 views
How do you make Vim take you back where you were when you last edited a file?
How do you make Vim take you back where you were when you last edited a file?
My work computer has this feature, but not my home computer! How do you set Vim to remember in which …
1
vote
1answer
21 views
A text editor that auto-folds parentheses?
I have some big messy SQL procedures that I'm debugging, and they tend to have a lot of heavily nested parentheses:
SELECT * FROM (SELECT F1,F2 FROM TABLE1 AS X LEFT JOIN
(SELECT …
2
votes
8answers
118 views
Fullscreen editors?
Whilst fiddling recently with Ulysses 2.0 - "The definitive creative writing package", I was struck by how effective the fullscreen/console mode was at focusing my mind on actually …
0
votes
1answer
30 views
Open source Tool/Script for visual editing of xml
In one of the propitiatory product on which I am working needs configuration to be setup using large XML files. So I am looking for a solution to easily edit the XML is a visual in …
158
votes
69answers
23k views
What IDE to use for Python
As a Python newbie, it is interesting to know what IDE's ("GUIs/editors") others use for Python coding.
If you can just give the name (e.g. Textpad, Eclipse ..) that will be enoug …
0
votes
5answers
132 views
What makes emacs a good editor? [closed]
Am planning on learning how to use this editor since i was told that this was the "hacker's editor".
So what is so nice about emacs?
1
vote
13answers
136 views
PHP editors for Ubuntu
What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepadd++ editor
Thanks
1
vote
8answers
119 views
Free HTML editor for Windows
I'm looking for a free HTML editor for Windows that support combined syntax highlighting.
Basically it means that if I have a HTML document open with both JavaScript and CSS, it …
0
votes
2answers
43 views
AST for current selected code in eclipse editor?
I need to get the AST for the current selection in the java editor fo eclipse.
Basically I want to convert the selected java code in to some other form(maybe some other language or …
3
votes
5answers
161 views
Why use monospaced font for programming? [closed]
Possible Duplicate:
Why use monospace fonts in your IDE?
Monospaced fonts are quite dominating for programming but how often do you actually need the monospace?
As long a …
1
vote
1answer
47 views
Vim using gf with spaces in filenames
In gVim if the cursor is over a filename (like "C:\Program Files\Vim\vim71\README.txt" ) which contains spaces then using 'gf' fails.
I found the isfname option but the document …
