Some little framework addition feature requests for Real Studio
19 09 12 - 14:54- Please add a CONSTRUCTOR to the "RunTimeException" class case 1094
Raising an exception with just one line is very convenient. Actual a very old feature request from 4 years ago. -
Flag to indicate whether a debug is being run remotely case 10737
The DebugRemoteBuild constant for extra code to be done only on debug builds with remote. Just a constant which is set to the right value while building. -
Add tag property to memoryblock case 14479
Especially for memory blocks which do not own the memory they refer to, a tag property would allow to keep a reference back to the object, so you can't access the memory after it has been released. -
TextOutputStream should handle ConvertEncoding internally case 11140
Textoutputstream could be easier to do if you have an encoding property and whenever you write a string, it could use convert encoding to match that encoding. -
WebButton needs Cancel option and WebButton have no default property cases 15601 and 13809
The javascript for key events is there. Why not send extra events for Enter and Esc keys?
No comments