Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
211 views

Lisp syntax highlighting for ICSharpCode.TextEditor

Is there a Common Lisp syntax highlighting .xshd file for use with ICSharpCode.TextEditor? I haven't been able to find one on google, and the format for writing syntax highlighting specification files ...
2
votes
4answers
109 views

Can you tell me the relationships and differences between Vi and Vim

I often see Vim in my lab, but I also know Vi, but I never have a chance to use it, I search for it by using google, but I can't get a website to download Vi. Can you show me the relationships and ...
2
votes
1answer
103 views

smalltalk texteditor widget print new line

I am using Cincom VisualWorks and using the TextEditor widget. I am able to write data to this widget but for the life of me, I am unable to print new line (or carraige return) characters. Using ...
1
vote
0answers
44 views

Would like to add features to Text Editor - which editor to choose? [closed]

I would like to add some new features to a text editor. The main requirements I have are: Should be a programmer's editor I would like to target C# editor features to start with (since I work on ...
1
vote
1answer
53 views

How to prevent horizontal scrolling of MCE editor

I am using TinyMCE text editor and the text within the does not roll over when the line goes beyond the width, rather a scroll bar appears and the text goes on horizontally. How can I confine the text ...
1
vote
2answers
42 views

which is the bes javascript library for text box with rich text editing options

On my website I want to provide a text box that has basic text editing options. It should at least have the text editing options as that provided in stackoverflow text box but I need some more ...
1
vote
4answers
277 views

Get Char from Key

I am coding a custom text editor, and I use KeyDown and KeyUp events. That events gets a KeyEventArgs from parameters where a "Key" instance is included. How I can transform that "Key" to a real ...
1
vote
1answer
228 views

How to get cursor position in an eclipse TextEditor

I have been trying to get the line number and column number of the cursor position in a jface TextEditor. I tried the function getCursorPosition(). But on printing this it shows just a "?". Please ...
1
vote
2answers
129 views

Remove Pair of XML Tags

Is there a fast visual way of deleting unwanted XML tags. It's just very time consuming having to delete both the beginning and the end tag. I have some XML code which I need to clean up for redundant ...
1
vote
1answer
241 views

Can text editors like gedit access/edit remote files via fish?

Currently I'm using KDevelop for development in a remote server (far far away) via the Fish protocol (Files transferred over Shell protocol). However KDevelop is quite foreign for me (plus I'm not ...
1
vote
1answer
591 views

Insert text at cursor in a TLF-based Flex Spark RichEditableText?

I want to programmatically insert formatted text at the current cursor position in a Flex 4 (Spark) RichEditableText control. I could just modify the .text property.... But that doesn't allow me to ...
0
votes
1answer
44 views

jQuery .click(), avoid reacting on certain element?

I'm creating a texteditor (CKEditoR) dynamically using javascript when a doubleClick event occurs on certain elements. The editor is closed whenever a click occurs outside of the editor and the ...
0
votes
0answers
48 views

PyWin32 InternalError: _win_menu_command called on non-window

I've been running into trouble using PyWin32, specifically the TextEditor module. I'm using 64-bit Windows 7, which I suppose could be the root of the issue. I am, however, using 32-bit Python. This ...
0
votes
1answer
70 views

ICSharpCode.TextEditor undo/redo state

I'm trying to implement undo/redo feature in my custom application that displays code using ICSharpCode.TextEditor. TextEditor fully supports undo and redo. But unfortunately, the control is poorly ...
0
votes
1answer
81 views

read text at cursor position in JFace TextViewer

I have an editor that extends a TextEditor class. I would like to know if it is possible to read the text at the cursor position within the editor. Using ITextSelection is not useful since it expects ...
0
votes
0answers
32 views

Load the font style in a textarea - Air Application

i'm doing a text editor in AIR, and i want to load a text inside the textarea, but when i load the file i loose all the font styles. can anyone help me? Thanks very much! Pd: sorry my english is not ...
0
votes
2answers
69 views

Using EmEditor saving a Unicode file to another format distorts/changes the format. Solution?

There is a MySQL backup file which is a huge file - about 3 GB. There is one table that has a LONGBLOB column that stores JPEG image data. The file imports successfully if done from MySQL Workbench ...
0
votes
1answer
93 views

Textmate editing 2 words at same time

I am not 100% sure if this is the right place to be posting this question, but I could not think of anywhere else. I having been using textmate for around 6 months to write Ruby on Rails ...
0
votes
1answer
249 views

How to enable code folding for markdown in TextMate?

I would like to enable code folding for markdown in textmate. Specifically, I would like any headings (text preceded by one or more '#' characters) to be the line that would toggle blocks between it ...
0
votes
1answer
298 views

Text Editor API. Scintilla for experimental IDE. Do you use something else?

I have discovered Scintilla/Notepad++ API this week end. As there is a nice Template vcproj for Notepad++ Plugins available on line then I could start to play with some pseudo code-source really ...
-1
votes
2answers
80 views

Vi insert mode not working on FreeBSD

I have vi insert mode problem. I cannot go into "insert mode." I messed around with environmental variables in terminal; I believe I messed something up big time. When I push "i" or "a" it does not ...