editor

What's a good free php editor?

Possible Duplicate: Any good PHP IDE, preferably free or cheap? Currently I'm using Notepad++. It's a great editor but there are 2 things I'm missing: autocomplete and debugger. I'm looking for a PHP editor that supports: autocomplete for PHP functions (for 5.3). It would be great to have a feature to autocomplete class mem...

Where can I find an editor for "classic" ASP code?

From where can I get a classic asp editor? ...

Tinyeditor + using jquery to update

Hello, I tried to use Tinyeditor (works without js libaries)... http://www.leigeber.com/2010/02/javascript-wysiwyg-editor/ The problem i have now is... there isn't a docu on their website how to implement it to a CMS. After pressing the submit, it seems that the iframe does not send the changes to the textarea. On comments area the t...

Opening files in Vim using Fuzzy Search

I'm looking for a way to make Vim have the ability to open a file by fuzzy-searching its name. Basically, I want to be able to define a project once, and then have a shortcut which will give me a place to type a file name, and will match if any letters match up. This kind of functionality exists in most editors I've seen, but for the l...

Eclipse Editor: How to change file format from Dos to Unix

I am using eclipse editor to work on my remote files it appears that eclipse editor is set to dos file format, I do not know how to find fileformat set in eclipse editor, but I want it to be set on unix file format. How can I set file format options to unix file format in eclipse ? Similar Question to set file format in VIM Thanks. ...

jQuery: detect pasting into a WYSIWYG editor

I'm using htmlarea for my little CMS, and I was wondering if it's possible to detect if something gets pasted into it with jQuery? ...

Backslash in the end of comment lines in C/C++

Does your editor/ide highlight that a++; in this C/C++ code as part of a comment? int a=1; //some comment \ a++; printf("%d\n",a); And what about this? int a=1; //some comment ??/ a++; printf("%d\n",a); ...

DataSet.TableAdapter-designer: Can not edit value in the SqlParameter Collection Editor-Dialog ?

Hello, I want to change the field title to integer max value 21......... not 200 chars only. When I change the value 200 of Size and confirm OK button a 2nd Dataset1.designer file is created and I get a lot of duplicate variable errors... I already changed the value in the designer and saved everything ok, but when I check again the ...

How can I remain productive with one hand completely immobilized?

I broke my left collarbone and my left hand completely immobilized so I can type only with my right hand (thank God I'm right-handed). As you can imagine my typing speed is greatly reduced. Can anyone suggest a way to overcome this impediment, maybe some emacs mode or Visual Studio plug-in which is specially designed for people who can ...

Grab selected text from Eclipse java editor

Hi! I'm developing an Eclipse plug-in where upon pressing a button, the plug-in takes the selected text in the java editor and puts in a text box which appears. My code looks like this: I got it from here: http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg02200.html private ITextSelection getSelection(ITextEditor editor) { ...

a console code editor with CUA (ctrl-x ctrl-v ...) key bindings (unlike vi)

I'm searching for a console code editor with CUA key bindings (ctrl-x c v etc.) Right now i'm toying mcedit but i don't really like it. My desired features are: * be fast * CUA key bindings (ctrl-x c v etc.) * toggle show line numbers * find/replace/goto line * bind custom keys to action( ctrl-shift-arrowdown to double the curent line et...

[Homework] Online programming editor

Hi, For a school project i need to write or use a online programming editor. It is a part of a bigger project. I thought of a java application, php/html/javascript or flash. I have a couple of things i could do: Find a good working application and edit it so it works with the rest of the project Find good parts for a editor and make ...

How to edit multiple strings in emacs at sametime?

I want edit multiple strings at once by selection the list of strings needs to edit. After selection, when I type, it should modify all the text in the selected strings. How to achieve multiple string edit? ...

eclipse xml editor inserts tabs for spaces

I find that the Eclipse XML editor always inserts tabs for spaces even if you have the "Insert spaces for tabs" option checked under Window->Preferences->General->Editors->Text Editors. You can open any XML file, and then do CTRL-SHIFT-F to format the file and you'll see this behavior (all your spaces will be replaced with tabs where ap...

App.config / web.config editor easy config editor

I have a scenario where I am asking consultants to deploy 2 applications. A console application and an IIS web service application. Both apps form part of the solution. I haven't created an easy to use installer, but was wondering if there is an open source config editor that I can ship with my app that can read in "only certain" value...

Stani's python editor- change syntax coloring

Looking at Stani's Python IDE, it definitely comes bundled with tons of useful features. Except it doesn't let me do custom syntax coloring. From the Q&A on the author's site: "- changing colors is not supported unless you edit manually sm/wxp/stc.py" So I've attempted to check out that code myself in my quest for the perfect full-fe...

Multiple TinyMCE Packages

Hi all, I want to use more then one TinyMCE package in my ASP.Net Project. For example to use the Development Package and the jQuery Package . According to TinyMCE web site the zip files of those TinyMCE packages should be extracted in your wwwroot or site domain root folder. The problem is that all the different packages unzip to t...

Different Editors for one column in EditorGridPanel ExtJS

Hi, I am trying to show/load different editor on different rows of a editorgridpanel. Like a textbox on one row combobox/superboxselect on another and it could be any order, random. The conditions which dictate which editor will be shown reside in the database. Please tell me if this is possible and if so, how do i go about it.. I have ...

How to remove/hide vertical and horizontal scrollbars from eclipse editor?

Hi, I'm using Eclipse and I would like to remove scrollbars from the editor. (I usually partition my screen with multiple opened editors. I want to save space.). Is there an easy way? I'm using Windows 7. ...

Lablgtk2 Installation on Windows.

Hi there people, I am currently relearning Ocaml and am in the need of a good editor. There is a new editor from OcamlForge: OCamlEditor http://ocamleditor.forge.ocamlcore.org/. Prerequisite for installation is Lablgtk2. Installing Lablgtk2 on windows is not straight forward and there is good instruction here: http://wwwfun.kurims.ky...