Subscribe

Is it possible ... ?

  1. 2009-11-07 05:04:35 UTC

    When using a user-defined language for highlighting purposes, is it possible to

    A. force the keywords in the list you've built to go to UPPER case

    B. only highlight the keywords in the list if they appear at the beginning of a line

    This is for a fairly specialized editing application and NP++ is the closest I've come to finding something already written and modifiable.

    Thanks in advance.

    Tom

  2. 2009-11-08 00:40:28 UTC

    1/ I don't think this could be possible, because what you see is what you get. If the text appears u n yppercase, it is in uppercase, and the lexer is not supposed to change anything to text.

    2/ Ask for this on IdeaTorrent. I can't promise you it will be done in the near future, but there is a possibility - basically havingg an external dll taking over from Scintilla for matching regular expressions. The latter would be a huge bonus to the Find/Replace facility as a whole.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.