Search found 4 matches

by madfiddler
Mon Jul 25, 2005 9:25 am
Forum: General
Topic: block mode .NEt implementation?
Replies: 6
Views: 259

scintilla

Well I started trying to do this myself and just figured it was too blooming hard to get what I tend to think of as "standard functionality" In the end I came across scintilla www.scintilla.org which did the job, but this is effectively a full text editor and really was much more than I ne...
by madfiddler
Wed Jul 20, 2005 8:49 am
Forum: General
Topic: block mode .NEt implementation?
Replies: 6
Views: 259

btw

fyi ICsharpCode.TextEditor does not appear to have a "block mode" selection mechanism
by madfiddler
Tue Jul 19, 2005 12:52 pm
Forum: General
Topic: block mode .NEt implementation?
Replies: 6
Views: 259

ouch

3. Text entry fields are REALLY complicated - more complicated than you could ever realise just by looking at one or using it. You would have to write a control from scratch to perform block selecting (which is what TextPad have done in effect) using GDI and capturing the key handling events, oh an...
by madfiddler
Tue Jul 19, 2005 11:31 am
Forum: General
Topic: block mode .NEt implementation?
Replies: 6
Views: 259

block mode .NEt implementation?

Hi all this is a sort of textpad related question.... I'm writing a .NET application and need a multi-line text box control which has a "block mode" just like my trusty textpad! Does anyone know... 1) if there is a "textpad control" which I can use 2) if there are any free contro...