Skip to content

Commit

Permalink
gh-988: Hints for alternative font's controls were updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Feb 27, 2017
1 parent e68f66e commit fa34035
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/ConEmu/LngDataHints.h
Expand Up @@ -113,8 +113,9 @@ static LngPredefined gsDataHints[] = {
{ cbFadeInactive, L"When ConEmu loses focus, its contents may be faded. You may specify most bright color." },
{ cbFarHourglass, L"Show AppStarting mouse cursor (arrow with a small hourglass or circle) when Far is busy (not responding during long operations)" },
{ cbFixAltOnAltTab, L"When You set a macro on Alt (RAlt) it can unexpectedly activates on AltTab or AltF9. This issue can be fixed by sending to console Control depress before Alt release." },
{ cbFixFarBorders, L"You can specify additional font for drawing pseudographics or specified range of symbols.\r\nE.g. main - \"Fixedsys\", additional - \"Lucida Console\".\r\nYou may force this font for specified range of symbols, search \"Settings-ConEmu.reg\" for \"FixFarBordersRanges\" option." },
{ cbFixFarBorders, L"You can specify additional font for drawing pseudographics or specified range of symbols.\r\nE.g. main - \"Consolas\", additional - \"Segoe UI\"." },
{ cbFocusInChildWindows, L"Set focus in xshell/putty/notepad/etc. when ConEmu is activated or tab switched." },
{ cbFont2AA, L"Enable or disable ‘Clear Type’ for alternative font.\nAccurate pseudographics looks better." },
{ cbFontAuto, L"Automatic font resize for the fixed real console width" },
{ cbHandleFarDetach, L"Automatic attach to ConEmu new Far manager console, created on detach (CtrlAltTab)" },
{ cbHereName, L"What you will see in the Explorer popup menu\r\nYou can use `&` sign to set hotkey for the menu item" },
Expand Down Expand Up @@ -178,6 +179,7 @@ static LngPredefined gsDataHints[] = {
{ cbThumbUsePicView2, L"Try to use PicView2 plugin to generate previews (FAR2 only)" },
{ 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’" },
{ cbUnicodeRangesApply, L"Don't forger to apply manually entered UCS range to observe the result." },
{ cbUseAltGrayPlus, L"Use Alt+NumpadAdd+HexNumbers to enter unicode symbol by its hex codebase\r\nIgnored in Far Manager\r\nHas no effect on explicit shortcut" },
{ 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...)" },
Expand Down Expand Up @@ -244,9 +246,9 @@ static LngPredefined gsDataHints[] = {
{ tFadeLow, L"When ConEmu loses focus, its contents may be faded. You may specify here \"low shift\" (which makes dark colors lighter)." },
{ tFontCharset, L"Main font charset" },
{ tFontFace, L"Face name for main font" },
{ tFontFace2, L"Font face used to draw pseudographics or specified range of symbols.\r\nE.g. main - \"Fixedsys\", additional - \"Lucida Console\".\r\nYou may force this font for specified range of symbols, search \"Settings-ConEmu.reg\" for \"FixFarBordersRanges\" option." },
{ tFontFace2, L"Font face used to draw pseudographics or specified range of symbols.\r\nE.g. main - \"Consolas\", additional - \"Segoe UI\"." },
{ tFontSizeX, L"Main font width\r\n0 - mean default width\r\nfor specified height" },
{ tFontSizeX2, L"WIDTH for pseudographics font.\r\nIt must be wider than main font,\r\notherwise, You may get \"dashed\" borders." },
{ tFontSizeX2, L"WIDTH for pseudographics font.\r\nIt must be wider than main font\r\nto avoid \"dashed\" pseudographics (frames)." },
{ tFontSizeX3, L"Cell width for \"Monospace\" mode" },
{ tFontSizeY, L"Main font height" },
{ tHereConfig, L"Allows to set different font, palette and other settings for your ConEmu instance" },
Expand Down Expand Up @@ -301,6 +303,7 @@ static LngPredefined gsDataHints[] = {
{ tTilesX2, L"Spacing in pixels from the right side of preview to the right side of cell (text label is placed here)" },
{ tTilesY1, L"Spacing in pixels from the top side of cell to the top side of preview" },
{ tTilesY2, L"Spacing in pixels from the bottom side of preview to the bottom side of cell" },
{ tUnicodeRanges, L"Define your own UCS range or\nchoose predefined one from the list." },
{ tUpdateVerLocation, L"URL to retrieve latest version information,\r\ndefault is: https://conemu.github.io/version.ini\r\nErase text box to revert to default URL." },
{ tWndHeight, L"Height of console window\r\nUse numbers for size in cells\r\nUse percent sign (e.g. ‘40%’) for monitor-relative size\r\nUse ‘px’ suffix (e.g. ‘800px’) for strict pixel size" },
{ tWndWidth, L"Width of console window\r\nUse numbers for size in cells\r\nUse percent sign (e.g. ‘40%’) for monitor-relative size\r\nUse ‘px’ suffix (e.g. ‘800px’) for strict pixel size" },
Expand Down

0 comments on commit fa34035

Please sign in to comment.