editor

What is the editor used for writing RFC text files?

I am just wondering how much effort is required to write a text file like that with page numbers, table of contents, headers, footers etc. Is there any editor or some thing like TeX that is used for writing the RFC documents? ...

Visual Studio Windows Form Preview In Different Resolution?

I enjoy running Visual Studio in 1680 x 1050 resolution. However, our customers typically use 1024 x 768. Is there some way I can keep my editor in the native resolution but display the form designer in a different one? Thanks! Austin ...

Javascript image editor library

Hi all, My friend and I have plan to build a web shop. One of the shop's main feature is the ability for the customer to design their own stuff. My friend took polyvore website as an example. The above link point to an editor page. In polyvore, the customer can drag and drop items from right-hand side to a 'canvas' in the left-hand sid...

How do i switch into the code assist window in Coldfusion Builder with my keyboard?

Probably a really stupid question but i can't figure it out. When i type a tag in cfbuilder the code assist shows up but i am not able to jump into this window with a keyboard key (like Tab or down-arrow). I have to mouse-click on the window before i am able to navigate within it with the arrow keys. In cfeclipse it is possible to just...

resize, rotate, crop then save images online.... ActionScript or JavaScript?

Which is a better approach for this? ActionScript3 or JavaScript+PHP? And if anyone came across an open source tool with either I'd really appreciate it.. after a long search, the only good example i found was this http://www.ajax-image-editor.com but I'd rather have a flash alternative.. Also I don't need all the extra functions such ...

Which Javascript code editor supports plain text line numbering?

I need to add a text area that also has line numbering capabilities. I tried EditArea, but I couldn't make it work with text files. It would be ideal if it could highlight syntax for existing programming languages, but that would only be a side bonus. The main thing I'm after is line numbering for whatever I paste in it. Please only li...

vim formating command

Today unintentionally I typed something when the cursor was on very long line and this formatted my line, by braking it several lines of limited length. This line looks something like: Foo("This is very long line (left '%s' right '%s) and it will never never never end", pNode->left.c_str(), pNode->right.c_str()); before formatting an...

self-hosted online photo editor?

I am looking for an online photo editor like http://services.snipshot.com (Javascript) or picnik.com/info/api (Flash) but I need one that I can host on my own server.. been searching for a while but no results.. any ideas? I also love the idea behind pixenate.com/productinfo/Overview.html but its so expensive. ...

Intelligently launching the default editor from inside a Python CLI program?

The answers in this question didn't get to the heart of the problem. In a CLI-based Python program, I want the user to be able to edit a file and then return to the program. Before returning, I want them to be able to cancel their edits. This should feel like the commit-note-editing feature in Subversion. What are the current best pract...

How to make console screen (Turbo C editor) full screen in MS-windows vista

I creates program in c/c++ in turbo c . but i am facing problem is that i am not able to make it full screen in windows vista. please tell me how to do it? ...

Guide to switch from Visual Studio to Emacs on windows?

I do not want to learn an IDE or similar software which is only made for one platform only. I want to spend my time+energy in learning something which is a timeless-truth. I want to switch to an editor-religion, which has no religion but of development and progress, it sees & treats all with equality. Yes, please provide me some guide...

Best editor for remote pair programming?

Do you know of an editor that allows two people to edit the same code simultaneously sitting at two different computers connected remotely? This can be used for code review e.t.c The platform could be Mac, Windows or Linux. ...

Suggestions on a web based rich text editor...that supports code blocks?

I read this post: http://stackoverflow.com/questions/21274/what-is-the-easiest-to-use-web-rich-text-editor and followed up with most of the suggestions, but haven't found any that supports code blocks - What does stackoverflow use? Thanks, Sam ...

Wordpress - Allow Editors To Manage Theme Widgets

Hi Is it possible to grant Editors the ability to manage theme widgets? By default, only Administrators can do so. Thanks, Jon ...

which is the better XML viewer/editor where I can get XPath of nodes .. (to copy them to xsl file)

Being an XSLT designer, I am finding it hard to type XPath of nodes manually ... is there any editor or xml viewer which can give me Xpath of the nodes so that I can copy paste them :) thanx in advance ...

Which value will be sent by <textarea> and why?

<form> <textarea name="test" value="no"> hi </textarea> <input type="submit" /> </form> hi or no,and reason? I ask this question because I see javascript editors use textarea.value = html; to restore the content when submit,why they do this if value attribute is useless? ...

Why javascript editors use iframe to implement?

Why do they prefer using iframe and turn on design mode by .contentWindow.document.designMode = "on" instead of directly using textarea? ...

Can I force gVim to open dragged-in files in a new tab?

I'd like gVim to open files dragged into it to open in a new tab, instead of replacing the current file. This question is on the right track, but I'd like to be able to run multiple instances of gVim, just able to drag files to the window I want. I'm running on Windows 7. ...

Editor library used in Eclipse source

Hullo, I am looking to create an editor and I was wondering if there was a swing library which Eclipse uses for its main editor. It may be something quite basic, but I am looking for the drop down menus which come when you press full stop. Strings become symbols rather than just text. Many thanks ...

Java wysiwyg HTML Editor

Hello, I'm working on a project and need a simple free java HTML wysiwyg editor can anyone point me in the right direction?. It only has a small space to fit into, so something fairly simple would be best. Thanks for the help! ...