Skip to main content
0 votes
3 answers
67 views

I'm working on an old C# .NET 4.8 project for my company. It uses ScintillaNET 2.2.7895.17875 to create a custom code editor. There's a dropdown arrow (highlighted in red in my attached image) that ...
PépéMax's user avatar
0 votes
0 answers
95 views

I'm making a program which allows you to search for terms, and they'll all be colored in a respective color (i.e. you're searching for "wood" and "length", each occurance of wood ...
Cocolennon's user avatar
0 votes
1 answer
167 views

I'm using ScintillaNET in VisualStudio/C#. When the user clicks (LMB or RMB) a specific word inside the text, I need to get the surrounding symbols. For example: This is <a test> to show my <...
Alessandro's user avatar
1 vote
1 answer
483 views

i am working on a Winforms application with ScintillaNET. I realized that ScintillaNET itself has no auto-indentation feature. You would have to create one yourself. I have searched online and found a ...
Bob's user avatar
  • 575
7 votes
1 answer
343 views

I am using a ScintillaNET control in my C# Winforms application. I am trying to implement an auto-tag feature that will auto-complete the tag before, for example, when a user types <html>, auto-...
Kirtstar web's user avatar
0 votes
1 answer
284 views

I know that styles have an attribute to allow/avoid changes in the text in which they are applied: SCI_STYLESETCHANGEABLE(int style, bool changeable) However, the documentation says "This is an ...
Ignotus's user avatar
  • 624
0 votes
1 answer
356 views

I'm trying to create an IDE using ScintillaNET and I'm using ScintillaNet as by editor, Is there a way to get the line numbers included with the ScintillaNet when I print my text?
Shiva2794's user avatar
0 votes
1 answer
629 views

Is there any built in function in Scintilla.NET to detect the cursor is over a comment or string? I'd want to avoid the autocompletion to work when the user is typing comments or strings. I'm aware I ...
user avatar
-1 votes
1 answer
197 views

For code completion with Scintilla.Net i need the list of keywords that are valid in an expression. You can get all keywords via the "keyword" module, but for example "raise" and "print" cannot be ...
Rauhotz's user avatar
  • 8,180
2 votes
2 answers
928 views

I need a text editor control for column edit in my application. Like notepad++ alt+mouse drag to select a text block , or pull down a long vertical cursor and press a key to insert a char to every ...
IlPADlI's user avatar
  • 2,043
6 votes
1 answer
1k views

I'm using the ScinctillaNET editor, and, the problem I have is that it does not show the "[+]" and the "[-] folding symbols for methods, at least for the Vb.Net lexer as shown in this image: ( notice ...
ElektroStudios's user avatar
0 votes
1 answer
347 views

How to give link to a text which is typed in scintillaNET editor? Is it possible. Any suggestion would be appreciable. Thanks in advance
parthi's user avatar
  • 734
0 votes
1 answer
2k views

I want to Change Scintilla Net Text Editor's Font Fore color to Black in C#.Net. i changed like in C# font color. But it doesn't work. How can i do that? Is that change in Styles? Please Please.......
CSharpCrazy's user avatar