406
votes
423answers
36k views
What do you use to keep notes as a developer?
Where, as a developer, do you like to keep your code snippets, links, checklists, final solutions to problems etc?
I've fooled with Google Notebook, MS Onenote, TreePad, textfil …
0
votes
3answers
157 views
Where can I find a Vim syntax file for the go language?
Has anyone created a vim syntax file for the go language?
1
vote
6answers
100 views
Does anyone know any cool text editing program for easy code translation?
Does anyone know any cool text editing program for easy code translation?
I have some code like
public var distance:Number;
public var blurX:Number;
public var blurY:Number;
…
0
votes
7answers
87 views
Is there an editor or plugin for more potent regular expressions?
Regular expressions are great for text editing. But sometimes they aren't quite enough.
For example, say I have a text with 1000 sentences, with the first character in lowercase:
…
1
vote
9answers
151 views
+100
Prefered Javascript editor for Mac?
Similar to http://stackoverflow.com/questions/713889/what-is-your-favourite-javascript-jquery-code-editor, but Mac only.
In my case, BBEdit for auto-completion, and Coda for integ …
0
votes
0answers
14 views
CVS log file editor - issue
Hi,
I'm encountering some problems recently with CVS.
When executing commit command I got following errors:
cvs commit: cannot exec vim: No such
file or directory cvs comm …
0
votes
4answers
79 views
Specific programming text editor for simple open/close editing
I'm looking for very specific text editor:
Closes on ESC, no project management or tabs
Syntax highlighting - preferably with color themes (e.g. can apply different color themes …
0
votes
11answers
181 views
Text Editor for Ruby-on-Rails
guys which text editor is good for Rubyonrails?
i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor?
n …
62
votes
80answers
6k views
Hidden Features of Visual Studio (2005-2008)?
VS is such a massively big product that even after years of working with it I sometimes stumble upon a new/better way to do things or things I didn't even know possible.
For insta …
1
vote
2answers
96 views
+100
Intelligent file search for windows that can ignore whitespace and search in code?
Does anybody know a Windows based searching tool that is easy to use and is programmer
friendly.
The functions I am looking for:
Ignore white space in search
= capable to find …
4
votes
5answers
147 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 …
-1
votes
0answers
32 views
Using FileDirectory listing in Vista and Windows 7
Hello all, I need help finding a good solution for using the Older Filedirectory listing used by XP and getting it fully functional with Vista and Win 7.
Here is what I got:
I ha …
0
votes
2answers
29 views
Spell Checking in Programmer’s Notepad
Is there a way to add spell checking to Programmer's Notepad? This one feature is a major make or break for me, and otherwise PNotepad is my favorite to use on windows (KATE on lin …
2
votes
4answers
85 views
Working on PHP projects on a remote dev server via sFTP
Hello,
I'm looking for an editor that can read and write remote PHP files via sFTP. I'm talking about not having a local copy of my PHP files.
But here is the tricky part : I'd l …
0
votes
3answers
36 views
Text editor with function calls references
In the DOS era I used a text editor (forgot the name) which had a outstanding feature.
Whenever i was over a function call, hitting a key combination it took me to the function def …
