Externet

Results 38 comments of Externet

Seems like on Java this issue is no different (Used JProfiler). ![jprofiler_2021-06-18_14-21-59](https://user-images.githubusercontent.com/22834512/122560211-a0408780-d040-11eb-99bc-c12e3272542f.png)

Sorry for the long delay, i was really busy :c Is this what are you looking for?: ![image](https://user-images.githubusercontent.com/22834512/102678742-abf2e480-41aa-11eb-9c87-561a3c4d6994.png)

Both "Build" and "Test" now have a "Build/Test with config..." context menu. So you can choose a config to quickly compile your source with. Such as "Debug" and "Release" configurations...

Is this what are you looking for? ![2020-12-19_22-02-22](https://user-images.githubusercontent.com/22834512/102699597-32103900-4246-11eb-9236-81a61a4c4574.gif) (```DEBUG_SP``` is define in config, not build-in)

BasicPawn is aimed to be more a Notepad++ style of an IDE not Visual Studio. While i do like to have some Visual Studio features in BasicPawn, some can't be...

Nono keep it open, the config system does still need a little work still :p

Thats because ``stock.sp`` is opened twice. BasicPawn uses time stamps on files to check whenever a file has changed. It saves tabs from right to left. Because the left ``stock.sp``...

By default relative path wont open automatically (just in case there are ALOT of files present), only absolute paths do. I will change that however.

You can already do that (Except the search results). Using ``CTRL + ALT`` and arrow keys and use ``CTRL + ENTER`` and ``SHIFT + CTRL + ENTER`` for primary and...

Thanks for letting me know. Sadly this is quite bad since BasicPawn uses the ``#file`` directive a lot. This change will also break the BasicPawns 'poor mans debugger' as well....