Closed Hexer10 closed 7 years ago
Thanks for the detailed feedback! This reminds me of creating a wiki how to use BasicPawn, some features are a bit hidden :P.
1.) You can autocomplete forwards, but the line must be empty/whitespace (only the name of the forward) then it will fully autocomplete. Otherwise it will just autocomplete the name.
2.) You need to put it into a scope for that to work (For performance reasons).
3.) Autocompletion of callbacks is also supported, just a bit different than you mentioned. Its like 1) but you have to write the tag of the callback argument instead. For example to autocomplete the callback of RegConsoleCmd()
you have to write ConCmd
because it has ConCmd:callback
as argument.
4.) You can Popout tabs. More Drag&Drop support is on my Todo list.
5.) On my Todo list already. But as a plugin not as a main build-in feature.
6.) You have to use BasicPawn Shell for custom compiler options. But ill add that on my todo list too.
Ill leave this open for now, for the todo stuff. I hope that helped! :)
Thanks for the reply!
Also is it possible to chage the default "open directory", I mean, I keep all my .sp files in D:...... Not in D:\Documents\ to it's possible to change that directory?
OffTopic: I think you should fill this lines with your infos: https://github.com/Timocop/BasicPawn/blob/master/LICENSE#L634-L635 https://github.com/Timocop/BasicPawn/blob/master/LICENSE#L655 (I've forgot this even on a my plugin <,<)
What "Open Directory" do you mean?
Those are just Copy&Paste examples as stated , i could remove it but it was part of the GitHub license template so i left it there. I see no harm leaving it in :P.
Sorry, I mean when I go to: File > Open It by default go to: Documents folder. Can it be changed?
And I suggest to return to "wrap around" like notepad++ when reached the end of the file while searching
Windows should keep the last path that you opened by default, unless you have some cleaner running in the background that removes the cache. On my end it works fine. Btw. You can also Drag&Drop files onto BasicPawn or accociate file types in the settings. Its way easier that way.
"Warp around" also exist, its called "Loop search".
Hi,
First I'd like to have autocomplete for the forwards I mean:
Second, I think would be nice to have the natives/forward syntax even in brackets:
Third, Idk if it's possibile but would be nice to have the syntax of forwards Hooked with HookEvent (or SdkHook?, Reg*Cmd?):
Fourth, add the possibility to "separate a from the window":
Fifth, make an auto-upload via FTP(/SFTP)
And last, make in the configs an option to set custom compiler options. BTW, nice editor!
PS; I wrote wrong it's "autocomplete" not "autocompile".