editor

Good JavaScript IDE with jQuery support

I'm planning to start learning jQuery (among other things), so I'm looking for a good Javascript editor that can preferably provide some of the following features: Syntax coloring Contextual help for standard JS functions, jQuery functions and possibly custom ones Some code completion (optional) JS debugging Is there such an editor o...

Best XSLT Editor &| Debugger

Other than Visual Studio, what tool have you found best to create, edit, maintain, and possibly debug your XSLT files? I work on a fairly big project and we have tons of XSLT files and they have grown quite complex in their implementation. The language seems so brittle. It would be nice to navigate and identify errors more quickly. ...

Is there a good freeware clone of the VMS editor EDT for unix or the pc?

I would like to have the same editor available on all of the platforms I frequent. Emacs and Vi are not desired solutions. ...

Is there a good JSP editor for Eclipse?

I need a nice JSP editor plugin for Eclipse. What are my choices? ...

What options are available for cross platform resource bundle editors?

We're releasing a new set of resource bundles for a large open source project, and I'd like to make some good recommendations for cross platform resource bundle editors to translators. The only useful candidates I can find include: RBManager Eclipse ResourceBundle Editor ...

Good Website Editing Software for the Casual Internet User?

I'm going to be coaching a gentleman, older, and fairly Internet inexperienced, with maintaining a simple web site. Nothing dynamic, just static pages, text, links, and images. I haven't done any web page work for years. What would you guys recommend he [we] use for software? Are there online tools we can share that would give him the ab...

Code Snippet Storage on the Mac & local

I'm looking around for a local code snippet storage solution for my Mac. I've run into a for-pay solution called "code collector", but I'm being cheap. Sure, I could hack up a nest of scripts based around "grep", or maybe build a funky database solution, but I'd like someone else to take the work of said solutions. ;) ...

Language-agnostic properly-tabbing code editors for Linux?

I need a Linux text editor to replace Textpad 4.7.3 (a Windows nagware app), but all the alternatives I've tried are either bloated or incomplete. Here are the features I find most important, in descending order: Regex search, mark, and replace (across all open files, even), regex search in directory trees Tabbed editor with proper key...

Best video manipulation library for python?

I'd like to include some simple video editing functionality for the python application I'm writing and googling comes up with: pymedia pyglet (using the media module) gst-python Requirements: Small footprint. I'm already using wxpython (just because), which bloats up the final .exe pretty easily so preferably whatever I use to imp...

Customising word separators in vi

vi treats dash and space as word separators for commands such as dw and cw. Is there a way to add underscore as well ? I quite often want to change part of a variable name containing underscores e.g. change src_branch to dest_branch I end up counting characters and using s (e.g. 3sdest) whereas it would be much easier to use cw (e.g. ...

Clean up file names in Visual Studio's tabbed document interface?

Inside a visual studio project I have the following folders (for example) foo/ bar/ LongFolderName/ When I open up a file in LongFolderName/ the tab gets labeled with LongFolderName/L...me.ascx when I'd prefer LongFileName.ascx (omitting the name of the folder). Any way to set Visual Studio to ignore the folder name when labeling t...

Vi/Vim: How to pipe visually selected text to a UNIX command and append output to current file

Using Vim, I'm trying to pipe visually selected text to a UNIX command and have the output appended to the end of the current file. For example, say we have a SQL command such as: SELECT * FROM mytable; I want to do something like the following: V # select text :'<,'>!mysql -uuser -ppass mydb But instead of having the output overwri...

What is a good non-WYSIWYG editor for HTML?

I don't like WYIWYG editors, I want to be responsible for the selection and placement of each tag and attribute! Is there a good editor out there that allows you complete control over the HTML but offers useful features such as: syntax highlighting (of course) suggestions of tags, attributes etc. e.g. as dropdown lists validation and ...

What unicode-friendly text editor would you recommend for Windows?

I work on a lot of Asian Language localization projects, and am looking for a powerful text editor with the following features: 1) Unicode support 2) Find in Files 3) Replace in Files 4) Regular expressions 5) Multiline find/replace 6) Built-in diff I am currently using NotePad++, but it doesn't really support unicode in its find-in-fi...

i want a java editor with embedded compiler and work under linux and did not require a a big amount of ram.

I want a Java IDE with a compiler for Linux and that does not require a a big amount of RAM. I have 256 MB of ram, so my options are limited ...

Are there any emacs or vim editors with code completion plugins for C#?

It would be nice if it did both a list of methods to choose from and the list of potential input parameters. This was done for powershell and I was curious if there was any similar functionality implemented for emacs or vim? Clarification: A fellow developer I work with wants to use either vim or emacs for the low overhead without run...

How to use ant with EditPad in Windows?

Does anyone know how to use ANT as a EditPad (Windows)? I know i can use a external tool using Configure Tools in the Tools menu but do not know how to configure ANT. ...

Excluding file types in Eclipse / Aptana find in files search

Is there a way to exclude say, image types in Aptana or Eclipse file search? I want to search all files that are not images rather than specifying all the file types that I want to search in. ...

How to create a WPF Shape Editor ?

I'm trying to create a WPF Shape (PolyLine) editor, which is a control that I want to use to, edit shapes in a canvas. What the editor needs to do is to be able to display the points and lines of the shape and to move those around. Can anyone provide me with a idea of how I can accomplish this, or a starting point? I haven't found anyt...

How can I undo more than a single character in TextMate?

TextMate may be the best editor out there, but is has a big disadvantage: it undoes each character typed instead of grouping characters. This makes a large undo tedious! Do you now any hacks, plugins or workarounds to fix this issue? ...