Timocop / BasicPawn

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

Autocomplete failing #1

Closed jdlovins closed 7 years ago

jdlovins commented 7 years ago

Hey i setup BasicPawn and the autocomplete does not seem to work at all for some reason. It fails at http://i.imgur.com/F9LWhK7.png

Timocop commented 7 years ago

Can you show the "Information" tab? You need to save your source on disk first. And if your source is not in the "scripting" folder next to the compiler and includes you may need to set the include, output and compiler path manually in the configs.

jdlovins commented 7 years ago

Ah i see. Thats what i was getting, i thought the autocomplete worked like a usual IDE does where its near your mouse cursor. I guess nothing is actually wrong

Something that would really help is allowing multiple include directories. It would make your program a lot better to use

Timocop commented 7 years ago

You can enable the on-screen tooltip in the settings. The on-screen toolip is not final and will be changed in later commits. And im going to add the multi-include functionality. Thanks for the Feedback!