The texteditor tag has no wiki summary.
0
votes
2answers
30 views
Updating dynamic TextArea in Java
I'm trying create simple text editor with dynamic Text Area in Java.
The application, at the beginning, only have 1 Text Area. Each time I press ENTER key, the application will create a new Text ...
-1
votes
0answers
11 views
How to make your own gtkmm widget textview/gtksourceview, becuase this widget do not allow rectangular selection like vim or jedit.
I want to implement my own text editor using gtkmm in c++, I wanted to use gtkmmsourceview but it has not rectangular selection, implementing such functionality is very important for me. so I decided ...
0
votes
1answer
31 views
Dynamic TextArea but not display properly
I've already ask about my project before here. I've modified it. Look at my code.
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*;
import java.io.*;
import ...
1
vote
1answer
57 views
Dynamic Simple Text Editor Java
I have modified code from here for my project.
I want to make a editor that have dynamic text area. Each time I press the enter key, a new text area will create. Sorry, I cannot explain more with ...
0
votes
1answer
20 views
How can I add new button to highlight text in this useful editor
This is an example that I found http://jsbin.com/awituc/25/edit
the question is how to create a new button to add specific color maybe red to the selected text ?
0
votes
1answer
51 views
C# List text files in a listbox and let user open them in a textbox
I'am pretty new to C# and I want a listbox with all text files in a folder and if the user dubbleclicks on the listed file the file will display in a textbox.
I don't want to use the openFileDialog ...
0
votes
0answers
16 views
bbcode or ritch text editor, just need one that really works
i need something to allow users to easily insert, images, youtube videos and code, in to their posts, i tried tinymce, i manage to do all of them with it but it has a small problem, every time i load ...
0
votes
0answers
44 views
winrt textbox line numbering
I'm trying to implement a control that contains a textbox and line numbering on the left side. (It's a simple text editor for WinRT).
I've tried using a textbox for line numbering, but it becomes ...
0
votes
1answer
33 views
How to get cursor column location in an eclipse TextEditor
I want to develop an eclipse plugin and need to do some operation based on cursor location in a texteditor.
It seems easy to get cursor's line location, see:
How to get cursor position in an eclipse ...
0
votes
0answers
84 views
Eclipse custom texteditor - marker annotation presentation issue
I want to write an eclipse plugin for my computer science lecturer. It's a custom editor with an xml based file format.
I've implemented syntax highlighting and other stuff. But I stuck when it comes ...
1
vote
1answer
31 views
Mono.TextEditor highlight line
I am making a pascal code editor in Mono in MonoDevelop. I am using Mono.TextEditor as a code editor widget. However, I cannot find how to highlight a line in the widget.
After compilation, I collect ...
2
votes
1answer
41 views
Multiple decorator columns in Eclipse text editor
Is there a way to add more than one column for decorators in an Eclipse editor.
For example, a breakpoint and a search arrow on the same line dosen't play nice with each other.
0
votes
0answers
43 views
Text editor won't display break?
I'm building a website with perch a simple cms, I'm creating my own templates and have done this right now, the problem is when I type something in the cms, text editor and use the enterkey it will ...
1
vote
1answer
70 views
TinyMCE Not Rendering in Browser
Hi guys i am building a blogging system for my new Social Network and am using TinyMCE to write posts with! for some reason though It does not show up and have no idea why!
I have downloaded the ...
1
vote
2answers
182 views
Image and text editor like PicSay android app
I am developing an image editing app like PicSay android app, in which I have to put text on image with custom background and also user can resize text by touch/controller on screen. I try lots of ...
0
votes
0answers
44 views
CKEditor in oracle forms
I need to integrate CCKEditor in my oracle forms. CKEditor provides js configuration files; I want to use javabeans and jar files, and i am sort of new to this, can anyone help please :D
If you have ...
0
votes
1answer
40 views
Text editor wordpress website
I have a question about a text editor.
If you want to add a post on your wordpress website. you can do that with the text editor on your wordpress-admin-page.
I've set up my own system to add posts ...
0
votes
1answer
464 views
VS2012 Text Editor colors with Windows Domain User
I'm having problem with the text editor. I see all text colors right but 'Classes words' in black instead of light-blue.
I've tried resetting all settings, changing between dark and light theme, ...
0
votes
0answers
27 views
Guideline for ASPX or ASCX pages?
Does anyone know if there is any guideline addon available for ASPX or ASCX pages in Visual Studio?
Something like this:
Editor Guidelines UI: ...
1
vote
0answers
154 views
Mono- Using Mono.texteditor widget
I'm messing around with Mono, and trying to get a syntax-highlighting text-editor working.
I'm trying to use Mono.TextEditor. I've referenced it, and my project builds, but I always get the ...
0
votes
1answer
122 views
Looking for good html text editor [closed]
I have been looking for an html text editor that allows me to view code in multiple web browsers. I have also been looking for one that allows for auto completion of tags. It seems that some editors ...
0
votes
0answers
11 views
Which Texteditor is able to set bookmarks for FTP-files?
i often edit files per FTP. Everytime i have to click through the directories for minutes to find the file i am looking for! There has to be a way to set bookmarks for files on FTP.
I am searching ...
3
votes
3answers
722 views
Avalonedit how to programmatically change background of a text
I want to implement something that programmatically changes the background of the text when provided with a documentline.(Something that looks very similar to a block selection of a text. I'm going to ...
1
vote
1answer
580 views
Multiple cursor markers in Eclipse text editor
I am developing a plug-in for Eclipse. I have to develop a Java text editor which allows several users to write the code at the same time, the same way as in Google Docs. But I came across the ...
0
votes
0answers
96 views
Adobe flex text editor which provides image copy facility
I would like to build a text editor in flex which will allow users to copy/paste images along with text. Any pointers on how to achieve this functionality using RichTextEditor?
Or is there any ...
6
votes
3answers
6k views
Is there a way to get sublime text 2 to autocomplete html attributes?
I was wondering if there is a way to get sublime text 2 to autocomplete html attributes like in Aptana?
0
votes
0answers
105 views
iFrame on texteditor (markitup) doesn't not work when using ajax
I have a page that shows the question and its answers (showQuestion.html); and the page
that shows the list of questions (showQuestionList.html). I'm using the ajax to load
the showQuestion.html ...
1
vote
1answer
27 views
How to detect Files being opened at the startup of an Eclipse-Plugin
I'm developing my custom text editors in Eclipse.
For the configuration of my text editors, I have to access the current file which is being opened.
It is no problem, if the file is opened by being ...
1
vote
1answer
394 views
Add rich text editor in wp plugin
I added a tinymce text editor into my wp plugin using these codes:
add_action('admin_init', 'editor_admin_init');
add_action('admin_head', 'editor_admin_head');
function editor_admin_init(){
...
1
vote
1answer
257 views
is that possible to built a simple text editor in java without using JTextArea?
I have questions according to my final project in my IT Faculty.. I have to make A simple text editor (like notepad) without using JTextArea (GUI Java), I have to make my own JTextArea..
Idea/Topic= ...
1
vote
0answers
92 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
860 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
423 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 ...
0
votes
1answer
97 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 ...
-2
votes
2answers
902 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 ...
3
votes
4answers
4k 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 ...
0
votes
1answer
280 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 ...
7
votes
1answer
541 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 ...
3
votes
4answers
175 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 ...
0
votes
1answer
282 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 ...
2
votes
1answer
2k 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 ...
0
votes
2answers
141 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 ...
1
vote
2answers
360 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 ...
0
votes
1answer
114 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 ...
1
vote
1answer
387 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 ...
2
votes
1answer
307 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 ...
0
votes
1answer
448 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 ...
1
vote
1answer
614 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
vote
1answer
1k 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 ...

