Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MixedCase #11

Open
damianday opened this issue Jul 21, 2019 · 4 comments
Open

MixedCase #11

damianday opened this issue Jul 21, 2019 · 4 comments

Comments

@damianday
Copy link

When using mixed case keywords such as UByte, UShort, ByVal, ByRef etc are changed to Ubyte, Ushort, Byval, Byref, would be nice if it did not change these.

@sorucoder
Copy link

I second this change.

@PaulSquires
Copy link
Owner

WinFBE allows for very rudimentary mixed case. There are limitations with the way that the Scintilla editing control loads keywords. They must be loaded all in lowercase otherwise they do not load correctly into Scintilla's internal lookup tables. When mixed case is active in WinFBE, basically only the first letter of the keyword is converted to uppercase. This is certainly not ideal as you point out in your posts. If anyone knows of a way to load a keyword list that has the proper mixed casings then please let me know and I will implement it immediately.

@JoseRoca
Copy link

JoseRoca commented May 7, 2020

I use original case. This way, the code always appear as I have typed it.

@fzhwenzhou
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants