-
Notifications
You must be signed in to change notification settings - Fork 245
Questions #7
Comments
Will the search/find form be implemented by default again? See issue #4. My personal feeling is that these dialogs are application-specific and not well suited for inclusion in the ScintillaNET core library. However, my suggestion was that if there was sufficient demand a separate ScintillaNET.Extensions library might be created (or community driven). From the description of your bug it sounds like your line numbers margin width is not automatically adjusting and when the number of characters is > 3, it is getting cut off. If that is the case you can find instructions in the project README.md for automatically adjusting the margin width in the section "Displaying Line Numbers". |
Thanks for the response. I just recently found this newer version if ScintillaNET, and it's looking promising. Keep up the great work! :D |
Added missing methods SCI_SETTABINDENTS & SCI_SETBACKSPACEUNINDENTS
Will the search/find form be implemented by default again?
Making custom lexer highlights via xml?
BUG
When displaying line numbers and you have alot in the editor, it messes up the numbers and doesn't display them fully. (Lines 1-100 show then 1000+ shows 000 etc)
The text was updated successfully, but these errors were encountered: