editor

wysiwyg Text Editor (for webpage)

I am looking for a lightweight simple wysiwyg editor for a site I am working on. I have seen a couple but not really be too impressed with them. Which ones would you guys recommend? btw I need it to work on php4 and on ie6(there went half of em). The one here on stack overflow is really nice. I noticed it was using jQuery, which is a ...

Using vim's tabs like buffers

I have looked at the ability to use tabs in vim (with :tabe, :tabnew, etc.) as a replacement for my current practice of having many files open in the same window in hidden buffers. I would like every distinct file that I have open to always be in its own tab. However, there are some things that get in the way of this. How do I fix these...

Best Free Text Editor Supporting *More Than* 4G Files?

I am looking for a text editor that will be able to load a 4+ Gigabyte file into it. Textpad doesn't work. I own a copy of it and have been to its support site, it just doesn't do it. Maybe I need new hardware, but that's a different question. The editor needs to be free OR, if its going to cost me, then no more than $30. For Windo...

JavaScript Debugger

Does anyone know of a really good editor to debug JavaScript (other then Visual Studio 2008 and FireBug)? ...

Is there a Macro Recorder for Eclipse?

Anybody know of a good eclipse plugin for recording and playing back macros? I've tried this one, but it didn't do me any good- seemed like it wasn't ready for primetime. I know about editor templates, but I'm looking for something that I can use to record my keystrokes and then apply multiple times against a wad of text. This seems li...

Stand-alone text editor with Visual Studio editor functionality

Is anyone aware of any text editors with Visual Studio editor functionality? Specifically, I'm looking for the following features: CTRL+C anywhere on the line, no text selected -> the whole line is copied CTRL+X or SHIFT+DEL anywhere on the line, no text selected -> the whole line cut Thanks! ...

Do you use a single editor (well)?

"Use a single editor well," The Pragmatic Programmer said. I know it's about productivity, but how many of you really use a single editor for virtually EVERYTHING? When your favorite editor doesn't integrate well with your development environment, will you struggle to use it anyway (by switching frequently between your editor and the I...

How do you return from 'gf' in Vim

I am using Vim for windows installed in Unix mode. Thanks to this site I now use the 'gf' command to go to a file under the cursor. I'm looking for a command to either: return to the previous file (similar to ^t for ctags), or remap 'gf' to automatically launch the new file in a new window. ...

Visual Studio Editor: Remove Structured IF/End If

Is there and easy way to remove the IF/End If structured pairing. Being able to do this in one keystroke would be nice (I also use Refactor! Pro) Right now this is what I do: Delete the IF line Watch Visual Studio reformat the code to line up correctly taking into account that the IF is Missing. Navigate to the End If Delete the End ...

Page down and Page up in Emacs

I am trying to learn Emacs and trying to find best keyboard layout for me. One thing is really annoying me. I have added following lines to .emacs (global-set-key "\C-y" 'scroll-up) (global-set-key "\M-y" 'scroll-down) And it works but, if I hold Control and press ‘y’ few time it will scroll page down every time bat if I hold Windows ...

How often should you hit the Save button?

When writing code, I've noticed that different developers hit the Save button at different frequencies. This is in addition to whatever AutoSave setting has been set. Personally I have the AutoSave set to 10 minutes, and I hit the Save button whenever I type a reasonable amount of code (perhaps 10 to 30 lines). How about you guys? ...

CSS coders out there! What is your fav editor?

Hi all, what editor are you using to edit your stylesheets? I for one prefer vim. It's a kind of poll: by the number of votes I will be able to tell which one is the most popular. Thanks. ...

How to emulate Emacs’ transpose-words in Vim?

Emacs has a useful transpose-words command which lets one exchange the word before the cursor with the word after the cursor, preserving punctuation. For example, ‘stack |overflow’ + M-t = ‘overflow stack|’ (‘|’ is the cursor position). <a>|<p> becomes <p><a|>. Is it possible to emulate it in Vim? I know I can use dwwP, but it doesn’t...

Symbian S60 Code Editor

I am looking for an app that will let me type in code ON my cellphone. I don't need to compile or anything, and its not to program for the cellphone. Just something nice to have when an idea pops in my head. Am I completely overlooking a simple code editor for Symbian S60v3 phones? I am looking for something similar to CEdit which is ...

What's a good IDE to use for Lua?

I've got things minimally working in Scite... and a quick browse tells me that there is an Eclipse plugin and several other standalone editors, in addition to other general purpose editors with Lua capability. Out of that, what do people recommend? Particularly, what do people who program primarily in Lua like to use? Edit: Thanks for ...

What's a solid, full-featured open rich text representation usable on the Web?

I'm looking for an internal representation format for text, which would support basic formatting (font face, size, weight, indentation, basic tables, also supporting the following features: Bidirectional input (Hebrew, Arabic, etc.) Multi-language input (i.e. UTF-8) in same text field Anchored footnotes (i.e. a superscript number that'...

What is your favourite Java Script WYSIWYG Editor component?

I definitifely like the one at stackoverflow, because it's clean and simple. Also the live preview with code/syntax hilighting is really helpful (and motivating). What is your favourite Javascript Editor Framework and why? ...

Recommended Vim plugins for C coding?

What are the essential addons to help with editing C? ...

Php code formatter / beautifier and php beautification in general

Do you know any good tools for nicely formatting messy php code? Preferably a script for Aptana/Eclipse, but a standalone tool will do too. ...

What is a good tool for writing a user manual (help file), which integrates with version control

The people writing the user manual are not necessarily programmers, and they need a visual editor. A major issue is the internal format of the authoring tool; it should be readable text/html, so it's easy to compare versions of individual pages checked into version control. ...