editor

Special Characters [^M] appearing at the end of line in file if seen on unix but not when seen in eclipse

Hi, As described in questions, if I see a file in unix then I see special characters in it like ^M at the end of every line but if I see same file in eclipse than I do not see that special characters. How can I remove those characters in the file, if am using eclipse for editing the file, do we have to make any specific changes in th...

What's a good unix editor to use with SSH on a typical smart phone?

I'm an emacs user considering getting a smartphone. I notice that a lot of the phone keyboards don't have extended keyboard keys (I mean thinks like ctr and esc). What editors do you smartphone people use if you have to connect to the server by ssh and do an emergency repair? I was thinking VI would be a good choice since you mostly just...

wmd-editor.com textarea editor, picture upload like the one used in stackoverflow.com

How to change this... into this? ...

How to word wrap in SQL Server Management Studio

Does anyone have an idea for "word wrap" or something functionally similar in SQL Server 2008 Management Studio's query editor? thx ...

Online c sharp/.net IDE (.net based)

Some time ago I came across an online .NET(C#) IDE. I remember it was .NET based because the site required that i have .NET framework installed so i can run it, compiling and viewing the application took place inside the browser window, i could actually view my newly created application inside the browser window. Can't seem to find it...

Real-time CSS editing with jQuery

Is there a plugin for jQuery or generally a method to have a textarea containing CSS code of the currently open web page which will be automatically updated during edit (without page reload)? ...

jQuery if new line, add +1 to line count

I am making a javascript code editor online, and right now I'm doing the line count on the left side of the editor. I can't figure out how to make it so when a new line is created, it adds +1 to the line count, so each new line it it will have the line number on the left. Anyone know a good way to do this? ...

Vim command to reset to the oldest change?

Hello everyone, I am a Vim user and sometimes I made several changes in a file but then want to get back to the beginning and have to type :u a lot of times, so I ask you if there is a shortcut to get to the "oldest change"? Cheers! Rodrigo Alves Vieira http://rodrigo3n.com | @rodrigo3n ...

Howto organize Vim buffers, windows and tabs when working with many files

Hi there, I used VIM whole my life but recently I am a bit tired of it because I am lost in buffers, windows, and tabs when working simultaneously with 20 files or so in a big project (with 500k LOC, and hundreds files). Whenever i do :make, :grep etc new buffers are jumping out in the current window. The same happens for the tags. At ...

Multiple Line continuation in VB.NET IDE (Visual Studio 2010)

i notice that when i start next line of code and i press enter, it recompacts itself and the continued line moves left a bit... then if i place focus on the second line and press enter again, it (the second line) moves to the left some more, and it keeps doing this every time i focus on second line and press enter. this is as you can ima...

How to pipe program output in an editor?

I have my program generating some data. It output everything on standard error. Now I'd like to redirect the output to a newly started text editor, into the main unnamed edit window that shows at startup. I tried with vim and gedit without success. myprogram | gedit myprogram | gvim Anyone knows about an X11 text editor that would su...

Visual Web Developer Express 2010 - Validation - XHTML 1.0 Strict?

I normally use the w3.org validation tool anyway, but I'm curious to why there is no XHTML 1.0 Strict option in VWD Express 2010? It only has: Internet Explorer 6.0 HTML 4.01 XHTML 1.0 Transitional XHTML 1.0 Frameset XHTML 1.1 Any theories? ...

ASP.NET Which HTML editor can do everything I want?

I have tried to use the standard AJAX HTMLeditor from here (http://www.asp.net/ajaxlibrary/act.ashx) and I have try to work with the FCKEditor (from http://ckeditor.com/) But both don't do everything. I call the AJAX standard control A and the FCKeditor F. With the A editor it is impossible to get your HTML text in the HTML content. Yo...

Open file in new GVim window within a single session

I would like to have two windows opened while running a single GVim session. Just like tabs but placed in two separate windows. This kind of setup is handy for dual screen setup. I haven't found anything relevant in the manual. Is it possible? ...

Alternative to Notepad++ for quick reading and minor editing in Windows.

I have been struggling with Notepad++ since forever. It gives me random error messages out of the blue (like the "Load langs.xml failes!" I just got), and it always loses my settings. What other alternatives do you recommend? It would be nice if it could also have an Hex View. ...

Disable Visual Studio (ReSharper?) editor tooltips?

When I mouseover a method in my line of code, VS2010 shows a tooltip that tells me information about the signature and documentation of the method. How can I disable these tooltips (maybe ReSharper is showing them?)? ...

Favorite IDE/Code Editor for Mac OS X?

Possible Duplicate: Mac text/code editor What's your favorite Code Editor or IDE for Mac OS X? Note: An associate and myself found a newer Code Editor, WYSIWIG style, about a month ago, and cannot recollect it's name or find it anywhere on the net. It was referred to in several articles as the 'Dreamweaver Killer,' and it's ...

PHP Photo Effects

I am working on a new site and would like it to be able to add effects to photos uploaded. (Blur, Pan, Swirl, Sparkle, Border, Frames, etc ) I would like the photo manipulation to be in PHP if possible. I need the user to be able to upload the photo, make the edits, then save the edited photo to their computer. This may be better as a...

Are there any asp.net or jquery wysiwyg editors that work inside an updatepanel

I've tried multiple editors and have been able to successfully find one that works 100% of the time in an updatepanel and in IE8. ckeditor works fine until a postback in which it fires a hidden error. There are posts on it but no successful resolutions. I was wondering if anyone has an example site that successfully used an editor in an ...

How to configure Notepad++ to backspace unindent

I can't seem to find where to configure this option. Backspace unindent only works when using hard tabs, but should'nt this work since it works on other Scintilla based editors (eg Scite)? ...