Gary Beene
2014-02-08 19:07:11 UTC
I though I'd seen this discussed a few years back, couldn't find any
related posts - regarding Camel case code styling.
I'd like to have these 4 code style options:
1. As Typed - whatever the user wants ListVIEW
2. Camel - matches case of keyword in keyword text file ListView
3. Upper - LISTVIEW
4. Lower - listview
The only way I can get Camel to work is to actually replace the text in the
document during lexing. I first halt undo recording, then start it again to
avoid raising the dirty document flag. But that approach means I can never
return to As Typed for pre-existing content.
Is there a way to do what I want?
Regards,
Gary
related posts - regarding Camel case code styling.
I'd like to have these 4 code style options:
1. As Typed - whatever the user wants ListVIEW
2. Camel - matches case of keyword in keyword text file ListView
3. Upper - LISTVIEW
4. Lower - listview
The only way I can get Camel to work is to actually replace the text in the
document during lexing. I first halt undo recording, then start it again to
avoid raising the dirty document flag. But that approach means I can never
return to As Typed for pre-existing content.
Is there a way to do what I want?
Regards,
Gary
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.