mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
eepp: Allow to unselect selection from UIAbstractView.
ecode: Updated icons ttf. Completed implementation of Build Output, now it will list Issues found when compiling in the Issues section inside Build. Tentative fix in LSPDocumentClient when parsing semantic highlight. Improved Features Health GUI.
This commit is contained in:
@@ -381,7 +381,7 @@ static const auto SETTINGS_PANEL_XML = R"xml(
|
||||
|
||||
<vbox lw="mp" lh="wc" class="output_parser">
|
||||
<TextView class="subtitle" text="@string(output_parser, Output Parser)" />
|
||||
<TextView lw="mp" lh="wc" word-wrap="true" text="@string(output_parser_desc, Custom output parsers scan command line output for user-provided error patterns to create entries in Issues and highlight those errors on the Build Output)" />
|
||||
<TextView lw="mp" lh="wc" word-wrap="true" text="@string(output_parser_desc, Custom output parsers scan command line output for user-provided error patterns to create entries in Build Issues and highlight those errors on the Build Output)" />
|
||||
<TextView lw="mp" lh="wc" word-wrap="true" text='@string(output_parser_preset, "Presets are provided as generic output parsers, you can select one below, by default a \"generic\" preset will be selected:")' />
|
||||
<DropDownList id="output_parsers_presets_list" layout_width="200dp" layout_height="wc">
|
||||
<item></item>
|
||||
|
||||
Reference in New Issue
Block a user