Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » editors problems: tabs, capitalization... [FIXED]
editors problems: tabs, capitalization... [FIXED] [message #668] |
Tue, 24 January 2006 11:42  |
zsolt
Messages: 702 Registered: December 2005 Location: Budapest, Hungary
|
Contributor |
|
|
These are reported by my clients (end users):
- In some cases, when user want to type capitalized letters, he holds Shift key and types some text. The problem is, that Shift + space is not allowed. I patched EditField.cpp, DocEdit.cpp and LineEdit.cpp.
- There can be a case, when user don't want to type TAB characters, but want to use TAB key to navigate through controls.
I made it possible to choose between the two behaviour programatically. I created new methods: ProcessTab, NoProcessTab and IsProcessTab in DocEdit and LineEdit classes.
Other modified files are: TextEdit.h and Text.cpp
The default behaviour is the same as before.
Important: these patches are against the latest snapshot (20060123)!
[Updated on: Sun, 30 April 2006 16:39] by Moderator Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Jun 14 22:29:39 CEST 2025
Total time taken to generate the page: 0.04180 seconds
|