Evgeny
Evgeny
There is this cool feature that allows you to move a window by clicking on two squares — top left and (with Shift) bottom right (or top right then bottom...
I like to use a more detailed grid (10×10 or 16×9) to allow me to move precision in window sizing, but then the grid window becomes too large. The separators...
I've noticed that there are two shortcodes missing from the [ru/shortcodes/cldr-native](https://github.com/milesj/emojibase/blob/master/packages/data/ru/shortcodes/cldr-native.raw.json), while being present in the ["regular" ru/shortcodes/cldr](https://github.com/milesj/emojibase/blob/master/packages/data/ru/shortcodes/cldr.raw.json) ```json "1F4BF": "cd", "1F4C0": "dvd", ``` Then I've noticed this in the...
I'm trying to understand how to use a convenient context menu to spellcheck/switch languages > Ability to quickly change current language through context menu or DSpellCheck sub-menu But when I...
**Current view**: useless(ly) long 'Bytes' labels, hard to differentiate smaller numbers from bigger ones **Proposed view**: right-alignment + shorter unit labels + lower case 'k' ('M' etc. left in upper...
I would like to reopen https://github.com/Monnoroch/ColorHighlighter/issues/183 since there seems to be a solution to this ST3 bug, where gutter icons generated by https://github.com/Monnoroch/ColorHighlighter are always black. There is a similar...
v1 `DllCall("oleacc\AccessibleChildren", "Ptr", ComObjValue(Acc), "Int", 0, "Int", cChildren, "Ptr", VarSetCapacity(varChildren,cChildren*(8+2*A_PtrSize),0)*0+&varChildren, "Int*", cChildren)` v1→v2 converter `DllCall("oleacc\AccessibleChildren", "Ptr", ComObjValue(Acc), "Int", 0, "Int", cChildren, "Ptr", varChildren := Buffer(cChildren*(8+2*A_PtrSize), 0)*0+&varChildren, "Int*", &cChildren := 0)`...
#### Summary `getBytesInUse` function was missing a word in a description of its parameters, wrongly implying that passing any array would return a 0 value while in reality only passing...
As far as I understand, there is no "repeat last command" command, you must use the default . keybind I'd like to move this command to a different key, so...
Currently flameshow only shows the size/dimensions of the selection rectangle. It'd be nice if it would also show the coordinates, e.g. top-left corner of the selection window is at `X,Y`,...