|
Browse by Tags
All Tags » Text editor control ( RSS)
-
Hi All, I am developing an IDE for the FreeBASIC compiler... anyways, I was able to get a highlighting strategy and folding strategy going from looking through the forums and reading the source code, but I can't get an automatic indentation/whitespace strategy working, as not much help is forthcoming...
Posted to
Forum
by
kamatsu
on
06-09-2007
Filed under: Text editor control, syntax, strategy, whitespace, formatting, indenting
-
Hello, I am using MarkNextWord to try and highlight the vars in PHP ($var) only problem is that it will not highlight like this $testVar It will just stay as black text but like this it works $ testVar Does anyone know how to correct this or a better way of highlighting php vars? Thanks, Cory.
Posted to
Forum
by
Cory
on
01-18-2007
Filed under: highlighting scheme, Text editor control
-
I am using the texteditor control and would like to implement a search functionality, I see that the search/replace functionality is wrapped inside the sharpdevelop project and not in the text editor control. Does someone have a simple example for performing an effecient search? I followed some of the...
-
Hi, its less complicated than it seems to be, you have just to find the right location to attach your Handlers to, an example: public partial class MainForm : Form { public MainForm() { // // The InitializeComponent() call is required for Windows Forms designer support. // InitializeComponent(); this...
Posted to
Forum
by
siegi44
on
01-16-2008
Filed under: Text editor control, key event handling
-
When using the .Save method of the TextEditor, sometimes it adds 3 non-character bytes to the beginning of my file (EF BB BF). It happens every time I save a "new" file, and happens sometimes when I save changes to an existing file. I haven't figured out exactly what causes it to prepend...
Posted to
Forum
by
tolsen64
on
02-12-2008
Filed under: Text editor control
-
Hello, I am trying to use the TextEditorControl in an internal project. The main use is to display an XML file and allow the user to modify the file (mock responses). I seem to have no issue loading a string into the TEC so I can load my XML file in just fine. But i do not get any syntax highlighting...
Posted to
Forum
by
madmagi
on
03-17-2008
Filed under: Text editor control
-
I am a building a custom text editor application and i want to provide a basic search and replace functionality like in notepad.Could anyon e please provide me with help on doing this as soon as possible. thank you function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if...
Posted to
Forum
by
retornam
on
03-31-2008
Filed under: Text editor control
-
Hi! I'm having a little trouble with replacing the RTB in my JavaScript Editor Application with a SharpDevelop TextEditor Control, how would i go about using or simulating the following features: RTB.Modified RTB.ZoomFactor RTB.SelectAll Any Help Would be Greatly Appreciated! SmileyWolf
Posted to
Forum
by
SmileyWolf
on
07-06-2008
Filed under: Text editor control, RTB, functions, Properties, methods
-
See the following flash movies: Using it in SharpDevelop http://danielfowler.members.beeb.net/TextEditorSharpDevelop_viewlet_swf.html Using it in VS Express: http://danielfowler.members.beeb.net/SharpDevelopInVSExpress_viewlet_swf.html DAN
Posted to
Forum
by
Dan Fowler
on
10-19-2006
Filed under: Text editor control
-
Hi Can anyone tell me how can i use text editor in my project. I am creating a windows application and i want to give user a flexibility to write his own code for the control. To do so i need to use a text editor.
Posted to
Forum
by
Abhijit
on
08-25-2006
Filed under: Text editor control
|
|
|