Notes
Version 0.5C


Multi-languages User Interface

French : Has been validated by my self.
English : Has been validated by my self.
Spanish : Has not been validated.
Russian : Has been validated by users from Russia.
Japanese : Has not been validated.
German : Has been validated by users from Germany.
Portuguese : Has been validated by user from Brazil.
Korean : Has not been validated.
Chinese : Has not been validated.


Configuration Files

If you had a previous version of Workspace ( before 0.4B ) installed remove the HOME/.ws/Gdb.init file, so that Workspace can generate a new one. If you don't, the backtrace in Gdb Interface won't be complete.


Editor Window

If your are getting '~' at the end of each line, it is because your lines are ended by CRLF ( DOS format ) instead of LF ( QNX format ). The LF is manage by Workspace and the CR is display as a '~'. To remove use 'DOS to QNX' in the Action->Convert File menu.

CR = '\r' = Carridge return
LF = '\n' = Line feed

If your whole line as been replace by a '~', it is because the line as bad characters for the currently selected encoding.

The new Hexadecimal display mode is not an hexa decimal editor, it is a tool for file encoding visualisation.


Editor Hexadecimal Display

Because the Dinkum libc only support's UTF8 correctly ( GNU supports every encoding ), it is not recommended the use the display with other encoding. State-dependant encoding are not supported at all by the Dinkum libc.


Editor Search

The Regular Expression library calls can't handle multi-bytes characteres. If any multi-bytes characteres are in the pattern to search Workspace will revert to standard string search, even if Use Regular Expression if checked.
The Search thru tags does only consider the options "Case Sensitive" and "Use Regular Expression"


Gdb Interface

The assembly section currently only supports the application code ( wont follow into the libraries ). And when you launch gdb the assembly for your whole application is generated and loaded. ( Slow on big application )


Archive Manager

The Archive Manager is currently in the initial development stage. It only opens archives, displays it content and extract files from it.


Help Files

The help files on content is not completly done yet, it should be completly finish soon.