editor

WPF bitmap editor

Is there any opensource library/WPF Control that can act as bitmap editor (e.g. just like old good MS Paint)? Or some example for starting point? To be clear — I'm looking for a library (or something), that can be used inside my application. Any other ideas are wellcome. ...

T4 pro editors (payable) comparison

I'm interested in purchasing a full features T4 editor. I'm looking at: Tangible T4 Editor Professional Clarius Visual T4 Editor Professional They both have the same price tag (100$). Clarius' product seems a bit more feature rich, but is it really? And if it is, is it then more memory hungry as it's usual with rich Visual Studio pl...

Simple and good CSS/HTML IDEs for Mac OS?

What are some good and simple IDEs for writing CSS/HTML code on the Mac? I realize a similar question has been asked before (here, for example), but most answers are about Windows tools. This list includes some CSS IDEs for Mac OS, but it would be good to know which ones are popular (and the list is probably not complete). I'm looki...

Firebug-esque CSS editor

Here's my current workflow for editing CSS: Me: "Hey guys, take a look at this page!" Guys: "Try making the post titles bigger" Right click on a post title, choose "inspect" (to inspect it in firebug) Find the appropriate CSS statement in Firebug (h2.post_title or something) Modify the CSS in Firebug, ask friends how it looks If it loo...

How to edit 'binary' xml file?

It's not really a programming question but I want to edit some of the 'binary' xml files on windows.So could someone suggest me a standalone viewer/editor for 'binary' xml file? Thanks. EDIT Binary xml ...

Searching for a specified word in the file opened in VI editor

Please tell me how to search for a specifig word if the file is opened in VI Editor. I know we can do it by using /word_to_be_search but it will not do the exact search for the word. Example /sachin will searches for sachin_server, sachin_client and not only sachin ...

WYSIWYG javascript editor usable for forum?

hello, i'm currently having a hard time finding a wysiwyg editor which can be integrated as editor for a forum. i've already looked at the famous ones like tinyMCE and CKeditor, but they don't work as how i would them expect to work. the problem: i want to have nested visible quotation. therefore it's -- imo -- required, that you use n...

A way to work on web projects with others without over writing files.. etc.

Hey guys, I am a web freelancer and had been doing all coding by myself using netbeans (set up to use a remote server (ftp)). Recently, I started working with 2 other guys. They help me with php and css. The problem is that sometimes we want to work at the same time. Obviously one can immediately see the problems were having. Fil...

VS 2010 Editor Behavior

Using Beta 2 of Visual Studio 2010. I'm using C# and have always enabled Virtual Space. A notable difference in this version between past versions is that when I'm at the beginning of a line in the .cs file and I hit the left arrow, the cursor jumps to the line above. Previous versions of Visual Studio would perform no action (i.e. st...

Javascript problem when mixxing Cutesoft Edit and Colorbox

I have a slight javascript problem, and this is the reason to why i dislike javascript. On my page i use Colorbox to popup a div with the possibility to add a new image. Then i use Cutesoft Editor as an Image Picker that opens a Window where the user can select an image. My problem is that the Image Picker window opens behind the Colorbo...

Which editor/IDE should I use for Python?

Possible Duplicate: What IDE to use for Python I have Notepad++ and NetBeans 6.8, however I don't know if they work. I know you can edit Python with Notepad++ and compile/run it using the command line thing, but I'm not really sure how. I know NetBeans is a full-featured IDE and you can compile Java programs, but I don't think t...

CRiSP editor open source equivalent?

I've recently discovered the CRiSP editor from one of my clients and was very impressed by its versatility. Does anyone know of an open source implementation? I've only found commercial versions by googling. As for what features crisp has that I haven't seen in other editors is the facility with which it handles multiple windows, abili...

Text editor with comment wrapping

I usually use Geany or Hi-Tide under Debian (GNU/Linux) for firmware development, mainly C (but also reading old assembler). I document code using single-line comments, and it really annoys me when I retype something and have to manually re-break every following line to keep it in the 80-character margin. Is there a text editor that can...

Crosser browser DHTML widget for edittinig large blocks of text

Can someone recommend a cross brower widget and/or technique that would allow users to work with large blocks of text in a browser? By work with text, I mean edit, search, and replace text. Ideally we're looking for something like a jquery-like DHTML component - not a Flash or RIA component (which may not run or not be allowed to run in ...

Ruby editing with intellisense

Hi there, Currently I am exploring the world of ruby. Playing around in the irb you get nice intellisense for like 5.<tab><tab>. I tried many editors/IDEs (mainly gedit, vim, radrails) with a couple of plugins. I kind of do not like the bloated eclipse-style environment but as far as I fount out it is the only one providing intellisense...

Good & Free Editor in Mac OS with highlighting and side-by-side editing/comparison

Good & Free Editor in Mac OS with highlighting and side-by-side editing/comparison. I need it for: XML, C++ and PHP. Thanks in advance. ...

Text editing LinkedList vs List of lines.

I'm writing a text editor using C#, I know i'm just reinventing the wheel but it's a learning experience and something I want to do. Right now I have a basic Text Document using something that resembles a Gap Buffer however I have to update my line buffer to hold the start of each line each time an edit is made to the buffer. I am look...

Is there any XTL DirectShow® Editing Services visual editor?

Is there any XTL Microsoft® DirectShow® Editing Services visual editor? or we shall write all that xml by hand? BTW: Microsoft® DirectShow® Editing Services supports an Extensible Markup Language (XML) persistence format, called XTL. ...

programmatically change the background color in eclipse

Hi everyone, I have a question related to eclipse plugin development. Is there any means by which I can programmatically change the background color in eclipse. I am able to change the text foreground color by calling setTextColor(color, offset, length, controlRedraw) in ITextViewer but I don't find any function by which I can c...

How to get a flat XML so that external entities are merged to the top level

I know this is a borderline case whether it really belongs to stackoverflow or superuser, but as it seems there are quite a few 'editing code' questions over here, I am posting it on SO. I have a pile of XML files that someone in their infinite wisdom have decided to explode to a multiple files using the tags, which in result makes deb...