icsharpcode

Word Wrap in ICSharpcode TextEditor...

I'm using the ICSharpcode text editor, and I am looking for a way to do Word Wrap in it. Is there any documentation for this other than the source code? My only documentation so far has been the Code Project article, and the source code for Kaxaml. Most importantly, how does one turn WordWrap on in the editor? Second, is there any do...

Using ICSharpCode.TextEditor on VB.NET

Hi, I've integrated ICSharpCode.TextEditor into VB.NET and it run smoothly without error. But, I cannot find in properties window the property to enable or select the syntax highlighting features as well as intellisense. I don't have any experience with ICSTE, so please help me. Thanks you. ...

ICSharpCode.TextEditor - Change Syntax Colors

Hello, I'm using the ICSharpCode.TextEditor and want to change the syntax colors... in the namespace ICSharpCode.TextEditor.Document there is the public class HighlightColor but I don't know how to give new colors to the editor. Somebody there, who knows how to do this or where I can find a documentation for that editor control? ...

ICSharpCode.TextEditor - KeyDown problem

Hello, I'm trying to create an auto-complete function for the ICSharpCode.TextEditor. But the fileTabs_KeyDown doesn't recognize Enter/Backspace/Tab/... I tried to add a new KeyEventHandler to the active editor but that doesn't call my KeyDown function. Maybe I can request the windows messages directly but I don't know how to do this ...

Non-editable area in ICSharpCode.TextEditor

Is it possible to have non-editable areas in ICSharpCode.TextEditor? What I would like to do is to show the user an editor where he can enter code, but I want to provide a template for him, which should not be editable and provide the user with context data. ...

SharpDevelopTextAreaControl - how to add assembly references to the Parser engine

I want to use the SharpDevelopTextAreaControl for its c# editing capabilities. I have managed to load a c# file into it and show intellisense. What I need next is a way to tell it what assemblies to reference in its internal Parsing engine. How can I do that? ...

ICSharpCode Under Mono?

Has anyone tried getting the ICSharpCode.TextEditor library to work in Ubuntu under Mono? I know it uses quite a few P/Invoke methods, If anyone found a way to get around these it would be good help to know how it was done. Thanks! ...

Configuring Intellisense in ICSharpCode.TextEditor

I can't understand ho w to let Intellisense work in ICSharpCode.TextEditor. At today, replies in so are uncompleted. On the web there are no samples... I need to display a completion box with my custom keywords. Any help? ...

ICSharpCode zipfile creation error!

The following code works on my machine but not in server: using (ZipFile zipFile = ZipFile.Create(outPath)) { if (!includeFolders) { zipFile.NameTransform = new ZipNameTransform(Path.GetDirectoryName(fileNames[0])); } foreach (string Fil in fileNames) { zipFile.BeginUpdate(); ...

Most used DRM systems for ebooks

Hello, i want to create ebook reader application in c#. I want to know which DRM systems exists for using with ebooks. Thanks. ...

icsharpcode.texteditor intellisence window mouse scroll disabled

Hi, I've integrated ICSharpCode.TextEditor into C# and it run smoothly without error. Intellisence is also working for some static data. But the problem is that when the completion window is shown it's mouse wheel scrolling is disabled. How to solve this. ...

Using AvalonEdit in Sharpdevelop 3.x

I am very curious to know if it is possible to replace the normal ICSharpCode.TextEditor with AvalonEdit in Sharpdevelop 3.x. Frankly speaking AvalonEdit is way too better than ICSharpCode.TextEditor, so it would be better to use AvalonEdit in Sharpdevelop 3.x. I am currently not in a position to use Sharpdevelop 4, it would be better i...

What's wrong with my application ---- Size was 0, but I expected 46806 !!

Hi, I'm a C# programmer. Now, I'm using the ICSharpCode.SharpZipLib.dll to create a zip file in my current project. But it occurs to me that when I click the button at the SECOND TIME to execute a function to create a zip file, the application will throw an exception, friendly and seriously told me that "Size was zero, but I expected 4...

ICSharpCode.TextEditor Veritical Scrolling

Is it possible to configure vertical scrolling in ICSharpCode.TextEditor such that by default no vertical scrollbar is visible. And that only when someone types a lot of lines (beyond current height of this control) that a vertical scrollbar appears automatically. If yes, how? Thanks! ...