editor

JavaScript CodeExplorer tool?

Where can I find an editor/IDE with the ability to display a JavaScript code explorer? There are many editors which display that for PHP files, some of them for JS as well, but so far I haven't found one which displays the class structure of the JS file. I tried parsing the "prototype" framework with PSPad, but unfortunately it doesn't d...

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 interface. Tried following Visual Editor for XML VEX Eclipse Plugin (very early, so features missing) Using XSLT (Ruled out, Considering the size of DTD's) ...

Reuse Eclipse's Plugin Manifest Editor

I want to have the PluginManifestEditor functionality in my view(not in a editor). Also I need to add some extra pages to it(along with the existing ones like Overview, Dependencies, runtime etc.). I know that its implemented in org.eclipse.pde.ui plugin. I just started diggin in to the code and found that the javadoc is sparse and not ...

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 possible with vi. ...

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 part of a file you were when you last edited it? EDIT: just to be more precise, I want this behavior when opening a new file, or on startup. ...

To fetch the absolute path of .mdzip file(Magicdraw project) opened in Eclipse editor

"I need to fetch the absolute file path of any .mdzip file opened in Eclipse editor. The MDZIP file corresponds to a Magicdraw project which can be opened in Eclipse after integrating the Magicdraw plugin into Eclipse. Normally, the path of opened file in Editor can be fetched by using: FileStoreEditorInput fipp = (FileStoreEditorInput)...

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 myself switching to a different project for a few minutes and then going back to the project I was working on. Desktop.el seems to be very close except for th...

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 F9,F8 FROM (SELECT F13,F14 FROM TABLE4) AS J INNER JOIN TABLE3 ON...) AS B ON X.F1=B.F9) AS X1 I'm looking for an editor that can automatically mark and op...

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 says: Unreal Engine 3 has been used by game developers, researchers, television studios, machinima directors, artists and students. If you have an idea that...

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? ...

Templated HTML Editor

Hi, I'm looking for a HTML editor that kinda supports templated editing or live snippets or something like that. Background: I'm working on a website for a friend. As there are no specifications what the webspace/webserver can or can't do, I decided to make it a pure HTML/CSS page, or rather 10 of them. I wrote a template, copied it 10 ...

IDE's for Standard ML of New Jersey

I'm having to write a whole bunch of SML code this coming week so I was hoping if anyone knew: A good Standard ML IDE? Or a good text editor for Linux that has code-highlighting for SML? I know Geany and Gedit don't. If you work with SML, what do you use? ...

Is there a text editor that will automatically determine whether to indent with spaces or tabs?

It's very easy to set a text editor to use spaces or tab characters with each press of the tab key. However, I'm working with a grip of Python code maintained by a large team of developers in my company, and some use spaces and some use tabs. I cannot simply make them all conform with each other, because 1) it would break git blame, 2) i...

jquery: looking for a lightweight wysiwyg editor

hi all, i searched the web for a lightweight (online) wysiwyg editor and tried several ones - the good ones were just all too bloated to me and the light ones where missing features. is there a good lightweight editor (app. 70kb maximum) which supports also table editing? thx in advance, fuxi ...

Can I hex edit a file in Visual Studio?

I want to edit a binary file but I don't want to use another tool other than Visual Studio because it's a pain to switch back and forth. Is there perhaps a add-in or some built in functionality that can do that in Visual Studio? ...

How can I replace multiple line breaks with a single <BR>?

I am replacing all occurances of \n with the <BR> tag, but for some reason the text entered has many \n in a row, so I need to combine them. Basically, if more than 1 \n occur together, replace it with just a single <BR> tag. Can someone help me with this? ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with PyDev. ...

Native Python Editor for Mac?

I'm currently using IDLE, its decent, but I'd like to know if there're better lightweight IDEs built especially for Mac — free or commercial. ...

Free activity diagram editor

I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions? ...

How do I go about creating a compiler/editor in Eclipse?

My question is somewhat specific, but the answer I need is general: (turned out very wordy, so boldened the important bit) I have to use a light-weight proprietary language to code in at work, which only has a basic text editor with syntax highlights. Because I need to do a lot of testing, I want to create an Eclipse plug-in for the l...