Bug #7387 2006-05-05 16:42

takeshimiya

cbStyledTextCtrl-based window inconcistencies

The problem is with the windows that uses a cbStyledTextCtrl which haves the settings hardcoded, they aren't readed from the settings that cbEditor uses.

This is not only a cosmethical inconcistency, as having the settings hardcoded, for example tab-usage, or 4-chars-per-tab in Abbreviations will go against whatever the user haves configurated in cbEditor.

The following editor-preview windows haves the inconsistency:

-Source formatter (AStyle)

-Default code

-Abbreviations

-Syntax highlighting

Another little inconsistency is that 'Syntax highlighting' let's you select a language other than C/C++, while:

-Source formatter (AStyle) does not: it's ok as AStyle doesn't support another language, but there should be a warning. In the future even supporting other source formatters for other languages will be better.

-Default code does not: this shouldn't be difficult to solve.

-Abbreviations does not: neither this.

Category
Application::Editor
Group
 
Status
Open
Close date
 
Assigned to
 
rickg22 2007-07-20 05:21

Does this bug still persist?