Rubat
Rubat
Opening this up for potential discussion. Handle Steam not running in a less crashy way, by bailing early during initialization. This should also allow devs to handle Steam not running...
Happens when NP++ is in the system tray (minimize to tray setting), and is restored via mono instance restore mechanism, i.e. opening a second NP++ instance. Fixes https://github.com/notepad-plus-plus/notepad-plus-plus/issues/9454
Adds parity with default tabs to Document List window, allowing to use middle mouse click to close documents. Fixes https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12949
* [x] `hl1_weapon_snark.cpp` wrong SendProp/RecvProp type * [x] Get rid of unused `vote_controller` entity * [x] Get rid of the unused `bodyque` entity * [x] Commentary system entities * [...
This makes its third argument worthless. ``` hook.Add( "PlayerBindPress", "", function( ply, cmd, pressed ) print( ply, cmd, pressed ) end ) ``` Output: ``` Player [1][Rubat] +forward true Player...