text-editor

Text Editor For Flash?

Hi, I work for a company which produces flash websites. The CMS is built in PHP. The client can update the text on the CMS site. Currently it uses a really old, bad, flash text-editor. It needs to be upgraded to something much much better. I need a text editor that will produce 'flash-html' as well as 'valid-html'. Or even something th...

Is there a text editor that displays a file in more than one column

I have a wide screen and I would like to see the code I edit on multiple columns, like an article in a news paper. Ideally I would want the full screen filled with the content of the file I edit. I am not interested in displaying multiple views of the same file in multiple windows, that's a different feature. ...

The quest: a lightweight RTE, compatible with table support

Hello all, When you've created your own CMS or bloggingsystem you've probably came across this problem as well. Currently I'm working on a new version of the CMS my clients are using and one of the most frustating things to look for is decent RTE with table support. I've read numerous blogs where different RTE's were compared. Eighter ...

"Go to file" feature in various editors

In TextMate there is a feature called "Go to file" that is used for file navigation. It is a box where you type the name of a file in your project and it will use fuzzy matching to generate a list of candidate files from which you can select. Other editors have this feature, but they each give it a different name: Vim fuzzyfinder Emac...

Can any Texter users answer this question?

I have recently started using the excellent Texter. I wanted to set up a shortcut for creating html comments. However that it seems that the exclamation character (!) has special significance in the program, and so does not come out in script mode. This character is of course required for...<!-- html comment here --> Here is the code ...

(Free) Text editor on Windows with a folder view?

I have to stay away from my MacBook and will use Windows for a while. I missed Textmate's folder view when editing my rails projects. Is there an editor on Windows with the folder view? I know there is the E text editor. But I'll save a few bucks if there is a free (cheaper) alternative, as I won't stay in Windows for long ... ...

How to edit a .txt file in Java

i think i can use "Scanner" to read a .txt file but how can i write or even create a new text file? ...

CreateLink doesnt work in IE7/IE8 when overlapping text is selected

Hi All, Please refer to this link for a rich text editor It works great in Mozilla. The problem comes in IE. This is the use case. 1) Add Some text 2) Add a link to some portion of the entered text. 3) Now select some more text overlapping the previously selected text and add a link. 4) In mozilla this works fine and the complete ta...

Notepad++ replacement

I've been using Notepad++ for a while now, but I noticed it doesn't have code snippets (I found the QuickText plug-in, but it doesn't work anymore), so I'd like to switch editor and my requirements would be: Fast startup. Code snippets. Ability to use themes. File tree view (or plug-in, which does that). FREE if possible, but I...

Is there a Moria like theme for Visual Studio 2010?

Is there some cool Moria like theme for Visual Studio 2010? Mine is highlighting gray font with gray background! I just can't configure it on Tools->Options->Environment->Fonts and Colors menu. Visual Studio doesn't seem to show an item for this "highlighting keyword/tag system". You select a variable on variable called myVar, and it...

How do you use kate? Tips/Tricks/Workflow

We all seen a bunch of these? Mostly for IDE's but also for vim and emacs. Kate is (only) a text editor (an awesome one) but it has a ton of options plus a number of plugins, so its hard to know all of it well. How do use the Kate text editor? Please share your workflow and help me and others learn some of the cool tricks you use. I'll...

Open Source Web Rich Text Editor

Which is the best open source web rich text editor and why? I have used the YUI editor before, but I am looking for something more extensible and manageable and that will ultimately prove more stable. ...

Wrapping selecting text in enclosing characters in Emacs

In Textmate I can wrap enclosing characters ('(', '[', '"', etc.) around text by selecting it and hitting the opening character. For example, if I select word and hit (, it will become (word). What does Emacs call this feature and how do I enable it? ...

What Windows editor has CORRECT EOL whitespace handling?

I'm looking for a Windows text editor for programming that handles EOL whitespace CORRECTLY, which for my idea of correct means: Strip all EOL whitespace on save, EXCEPT on lines that I haven't edited. This is to minimise the amount of EOL whitespace evil in my world, but not pollute SCM diff/blame with whitespace-only fixes (I have to d...

Which PHP IDE would you use on Windows, if you're used to TextMate on the Mac?

Until now, most of my PHP development had been done on a Mac in TextMate. For a new client I need to work on a secured windows box, and I was wondering which IDEs I should be looking at, as someone used to working with TextMate. I've tried the 'E' editor, and I'm unconvinced. I've tried IDEs on the Mac, and they always seem like poor rel...

Implement a custom editor in Visual Studio 2008 or 2010

Hi, I'm trying to find documentation on how one would go about creating a custom editor plug-in for VS2008 or VS2010. The file syntax I want to edit is from a tool called TemplateMaschine by Stefan Sarstedt. An example of the template syntax: <%@ Assembly Name="System.Xml" %> <%@ Import NameSpace="System.Xml" %> <%@ Import NameSpace=...

Breaking out of first element in IHTMLTxtRange

I'm trying to do a rich text editor for a web application, and I need to be able to mark some elements in the text as uneditable by the user. The reason for this is they're placeholders for dynamic content (like created date) that I want to have a live preview for. Take the following Code as an example - there's no toolbar or anything i...

WYSIWYG Editor for TWIKI

Hey, i'm searching for an WYSIWYG Editor tool which i can run as normal Windows Application and wihich generates for me the TWIKI "Code". Is there any Application/Software that provides this functionality? THX ...

Looking for an RTF editor to use in an Eclipse RCP application

I am making an Eclipse RCP Application in which I would like to include the possibility of editing RTF files. It would be a plus to be able to easily handle annotations. I have already looked at org.eclipse.epf.richtext and it doesn't really fit the requirements. If anyone has any suggestions I would appreciate it. ...

Is there any IDE for editing/writing XPS docs

Hello! I am looking for an IDE or something like so, that I could write XPS docs in a split view of design/code? ...