editor

How can I protect certain strings in NSTextView

In my application I'm using custom attributes to contain text I want to hide or unhide. When text is hidden, it contained as the value (as NSAttributedString) of the custom attribute "Hidden", for example, in a special character sequence (for example (H)). This all works super. I don't about saving the custom attribute when I save the...

Cute Editor Replacement

Hi, I am building an asp.net site in which I need to have editor text boxes in different forms. I am planning to buy cute editor license but just want to check whether there are any alternatives available in open source. Please let me know. Thanks, Mahesh ...

JSP UI Builder like ASP .NET forms creator in Visual Studio

I have come across a Web UI form editor in Visual Studio 2005+ which helps in creating the aspx forms. Similarly is there any creator for web forms for JSP? ...

Slow tab switching in Vim with large terminal

My vim is very slow to switch tabs (:tabnext) when i've fullscreened my terminal (1920x1200). Does anyone have a fix for this? Is it a vim issue, or is it my setup? Redrawing a black terminal (gnome-terminal) with a bit of text shouldn't be that hard. ...

GNU Emacs: skeleton-mode, is it still used ?

Hi, given all the possible solutions to have a template system with GNU Emacs, what do people use today ? I am still using skeleton-mode but as I read it here and there, we must be really few to do so. What are you using and why ? (maybe I could switch to a more popular tool). For example, given this snippet: (define-skeleton mwe:cl-...

Is there an application that can help someone create an XML document based on the Relax NG schema?

I've spent a bit of time creating a Relax NG schema for use within our team to validate XML documents we use for exchanging information. The schema is not complicated, but it is reasonably large. I am wondering if there exists a tool that can read in such a Relax NG schema and assist a user in creating a corresponding instance document,...

I need help resources for Visual Layout Editor (in ADT Plugin for Eclipse)

Hello! There is "Android Layout Editor" (also somewhere mentioned as Visual Layout editor) in ADT Plugin for Eclipse. I didn't found any help docs on how to use it. Please help! ...

Which StackOverflow-style MarkDown (WMD) javascript editor should I use?

Background I'm working on an application which requires user-entered content, and I've decided to use a StackOverflow-style MarkDown editor. After researching this topic for the last few days, I realize there are numerous forks of the base WMD editor, some with a few basic enhancements and some with serious differences from the StackOve...

How to catch a moment when the external editor of TOLEContainer has been closed?

Borland Developer Studio 2006, Delphi: I have a TOLEContainer object with AllowInPlace=False. When the external editor is closed and changed my OLE object I have to do something with this OLE object inside TOLeContainer. The problem is I can't catch a moment when the external editor is closed. OnDeactivate event is not working. Prob...

jQuery tag editor function

I'm using jQuery Tag Editor (http://blog.crazybeavers.se/wp-content/demos/jquery.tag.editor/) for a school project. Everything works perfect, but i'm not able to retrieve the array of tags that I added. This is my code: $("#allTags").click(function () { var tags = $("#tagEditor").tagEditor().getTags(); alert(ta...

XHTML editor wanted!

I need an editor that outputs clean HTML, and preferably strict XHTML with CSS, as I am going to display the resulting pages as help pages in a java application using xhmtlrenderer ("Flying Saucer") which apparently very much prefers XHTML with CSS 2.1. Having searched stackoverflow for HTML editor and XHTML editor, I've found several m...

Good free html editor with shortcuts for <p>'s

Hi can anyone recommend a good free html editor. I want something that will let me wrap sections of code in <p> tags with a shortcut for example. It would make my life easier. I'm a developer so I want something where I'll be writing most of the html by hand. Thanks for the help, Alex ...

How do I control when the Undo button is clickable in a Rich Text Editor using YUI?

Right now I have a page with 2 tabs. When the EDIT tab is clicked a YUI rich text editor will load up and create the toolbar and textarea to edit. I then will do a RESTful GET call to retrieve the data and then set it to the textarea value. This causes the Undo button to be clickable since the value was originally empty and then text was...

How to convert the amount of indentation in a source code file?

I find that I now often work with code bases that have different amounts of indentation. Some use 2 spaces, some use 4 space, some even use tabs! Once in a while, I have to share code between these codebases, or, sometimes I use an incorrect amount of indentation by mistake. Is there a tool or a text editor feature that will convert betw...

What good tiny or basic SVG editors are there?

I'm in need for a good SVG editor which can produce valid xml according to spec of the Tiny SVG profile. I would prefer if the tool was open-source or free but good commercial tools are welcome as well. Note: I have used some online tools and Inkscape, but those do not allow specifying the spec they must adhere to. ...

Vim step-by-step: How do you line up arbitrary text by arbitrary delimiter?

Background: There are a lot of great tutorials and "tricks" pages for Vim, but one thing that is very difficult is to find specific instructions on how to do some arbitrary thing that one can easily do in one's own familiar text editor IDE. Therefore I am asking for step by step instructions on how you I would do something in Vim that I...

OpenGL graphics editor...implementation of eraser tool

i'm writing a menu-based OpenGL graphics editor.It is pretty basic. Every time i choose a new option in the pop-down menu, the older drawing disappears,this doesn't allow me to use the eraser tool...could anybody tell me how to solve this problem?thanx ...

Matlab editor not using emacs shortcuts

Hi Is there some way I can make the matlab integrated editor not use emacs shortcut, but use more normal shortcuts such that I can press CTRL-c and CTRL-v and not be completely confused by the editor doing weird stuff? I'm using matlab on linux btw. ...

TinyMCE: Looking for line count solution.

I am looking for a plugin or code with a functionality like the "line count" or "line number" in common editors. The line number usually is shown on the left border of the editors content. Anyone got an idea how to do it with TinyMCE? Example: line number | content line number one number two 3. one line skipped (three is empty) 5. co...

how to disable ckeditor 3 auto spellchecker ?

Hi there I've installed CKEditor 3.0 ,it work nice , but I want to disable the auto spellchecker I notice when I'm writing some words in the editor it manages to connect to "svc.spellchecker.net" to make spell check do you know any way to stop that feature ? thanks in advance ...