View Single Post
Timocop
AlliedModders Donor
Join Date: Mar 2013
Location: Germany
Old 04-25-2019 , 15:03   Re: [RELEASE|SOURCE] BasicPawn - SourcePawn Editor
Reply With Quote #43

Thank you
Ill try to add more keyboard shortcuts.

Speaking of shortcuts.
Ive added a yet unknown feature for easier autocompletion using functype/funcenum/typedef/typeset's. You can type typedefs as enums and BasicPawn will automatically autocomplete them.

Where as the enum name will be the name of the typedef and the constant name will be the callback name for the method that will be generated. Syntax: <typedef>:<name> (example: ConCmd:OnCmdTest).
However, this will only autocomplete the first entry of typeset/funcenum's. Use the manual method for select individual entries from typeset/funcenum's.

Manual Method

Quick Method
__________________
Timocop is offline