Timocop / BasicPawn

BasicPawn - SourcePawn Editor
GNU General Public License v3.0
75 stars 11 forks source link

Make a "Summary" addition in "Information" window with frequently used info #112

Open dragokas opened 3 years ago

dragokas commented 3 years ago

This is for convenience only.

image

You see 1 warning, but you're unable to double click it instanlty and move to a specific line of code. That requires you to scroll mouse a little bit firstly, to found such line:

image

What I suggest: Parse that output, and after all output is displayed in "Information" window, complement it with only such 3 lines:

Summary:
[05.08.2021 19:19:04]     H:\_To_games\Left4Dead_2\My_mods\Weapon\WeaponSets\scripting\l4d_weapon_set.sp(1070) : warning 204: symbol is assigned a value that is never used: "type"
[05.08.2021 19:19:04]     1 Warning.

And so on for "errors". So, these most important lines will always be the last in window, and you can double-click them instantly after compilation attempt even if "Information" window size is minimal.

And, yeah, I can always change a size of "Information" window to see all required lines instantly. But, this is a waste of work space.