Skip to content

Commit

Permalink
Internal. Minor update of resources (sorting, cbTrueColorer link)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Apr 25, 2016
1 parent 3f0f901 commit 0f9187c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ConEmu/ConEmu.rc
Original file line number Diff line number Diff line change
Expand Up @@ -570,12 +570,12 @@ BEGIN
GROUPBOX "Graphic enhancement",gbColorEnhancement,4,196,375,41
RTEXT "Schemes:",stColorSchemes,5,5,63,8
COMBOBOX lbDefaultColors,74,3,195,230,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
CONTROL "TrueMod (24bit color) support",cbTrueColorer,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,193,209,182,8
CONTROL "Fade when inactive",cbFadeInactive,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,209,108,8
RTEXT "Low:",stColorFadeLow,7,223,45,8
EDITTEXT tFadeLow,54,220,24,12,ES_AUTOHSCROLL
RTEXT "High:",stColorFadeHigh,79,223,43,8
EDITTEXT tFadeHigh,123,220,24,12,ES_AUTOHSCROLL
CONTROL "TrueMod (24bit color) support",cbTrueColorer,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,193,209,182,8
PUSHBUTTON "Save",cbColorSchemeSave,276,2,50,14,WS_DISABLED
PUSHBUTTON "Delete...",cbColorSchemeDelete,328,2,50,14,WS_DISABLED
RTEXT "Text:",stColorText,7,89,42,8
Expand Down
6 changes: 3 additions & 3 deletions src/ConEmu/LngDataHints.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,20 @@ static LngPredefined gsDataHints[] = {
{ cbThumbLoadFolders, L"Generate previews for folders (by first 4 files)" },
{ cbThumbRestoreOnStartup, L"Restore panel views on Far startup" },
{ cbThumbUsePicView2, L"Try to use PicView2 plugin to generate previews (FAR2 only)" },
{ cbTrueColorer, L"Colorer truemod support" },
{ cbTrueColorer, L"Enable TrueColor (aka XTerm-256) support\r\nhttps://conemu.github.io/en/Xterm256Colors.html" },
{ cbTryToCenter, L"Draw console content in center of ConEmu window. Use together with ‘Pad size’" },
{ cbUseClink, L"Use clink to extend command prompt (cmd.exe)\r\nhttps://mridgers.github.io/clink/" },
{ cbUseInjects, L"Allow injecting ConEmuHk.dll in every process of ConEmu console window.\r\nRequired for many features (ANSI X3.64, -new_console argument, GUI apps in ConEmu tabs, ...) and elimination of several problems (telnet in Windows 7, dialogs and menus behind of ConEmu window, chcp hungs, and so on...)" },
{ cbUseKeyboardHooksFast, L"Required for some keyboard combinations. When checked, ConEmu will install keyboard hook when ConEmu is foreground window. So, You must allow that in antiviral software (AVP for example)" },
{ cbUserScreenTransparent, L"Turn on ‘User screen’ transparency, when panel(s) is lifted up or hided. You may temporary reveal ‘User screen’ by depressing Ctrl-Alt-Shift." },
{ cbUseWinArrows, L"Resize ConEmu window with arrow keys" },
{ cbUseWinNumber, L"Enables switching of tabs (30 consoles) by their numbers (1,2,...,9,10,11,...). ‘Host-key’ is ‘Win’ key, by default." },
{ cbUseWinTab, L"Disable Windows 7 Aero switch (Win+Tab) when ConEmu in foreground" },
{ cbUserScreenTransparent, L"Turn on ‘User screen’ transparency, when panel(s) is lifted up or hided. You may temporary reveal ‘User screen’ by depressing Ctrl-Alt-Shift." },
{ cbVisible, L"Show real console on startup" },
{ lbCmdOutputCP, L"Windows command processor (cmd.exe) may cause then output of internal commands to be OEM or Unicode.\r\nYou may force this selection, or use automatic selection (FAR2 -> Unicode)." },
{ lbCTSBlockSelection, L"Choose modifier to starting ‘Block selection’ with mouse LeftClick+Drag" },
{ lbCTSEOL, L"Choose preferred line separator (\\r\\n, \\n or \\r)" },
{ lbCTSTextSelection, L"Choose modifier to starting ‘Text selection’ with mouse LeftClick+Drag" },
{ lbCmdOutputCP, L"Windows command processor (cmd.exe) may cause then output of internal commands to be OEM or Unicode.\r\nYou may force this selection, or use automatic selection (FAR2 -> Unicode)." },
{ lbColorsOverride, L"You may choose one of predefined color schemes.\r\nEach scheme customize 32 colors (16+16)\r\nand extend foreground options." },
{ lbConClrBack, L"Specify default background text color for new consoles" },
{ lbConClrPopBack, L"Specify default background popup color for new consoles" },
Expand Down

0 comments on commit 0f9187c

Please sign in to comment.