mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
ADded DroidSansFallbackFull as fallback font in ecode and eterm.
CheckBox and RadioButton now display hover effect. Added alias "lg" for layout-gravity. Node: Added addMouseClickListener and hasChild helper functions. UICodeEditor: Fixed a minor bug that provoked to scroll the view when resizing the widget. UITabWidget: minor bug fix. ecode: Fixed a bug that caused to save a monospace font when the user did not accept to change it. Added debug options to the widget inspector. Added i18n to all strings defined in XML files/strings. Added "Rename Session" button in the Terminal menu.
This commit is contained in:
@@ -89,7 +89,10 @@ void GlobalSearchController::initGlobalSearchBar(
|
||||
luaPatternChk->setTooltipText( kbind.getCommandKeybindString( "toggle-lua-pattern" ) );
|
||||
|
||||
UICheckBox* escapeSequenceChk = mGlobalSearchBarLayout->find<UICheckBox>( "escape_sequence" );
|
||||
escapeSequenceChk->setTooltipText( kbind.getCommandKeybindString( "change-escape-sequence" ) );
|
||||
std::string kbindEscape = kbind.getCommandKeybindString( "change-escape-sequence" );
|
||||
if ( !kbindEscape.empty() )
|
||||
escapeSequenceChk->setTooltipText( escapeSequenceChk->getTooltipText() + " (" +
|
||||
kbindEscape + ")" );
|
||||
|
||||
UIWidget* searchBarClose = mGlobalSearchBarLayout->find<UIWidget>( "global_searchbar_close" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user