BasicPawn
BasicPawn copied to clipboard
BasicPawn - SourcePawn Editor
Compiling any file with the sourcemod 1.11 compiler results in this error: ``` [7/1/2022 1:39:13 AM] User opened a new file: c:\users\matt\documents\test.sp [7/1/2022 1:39:15 AM] Compiling source started! [7/1/2022 1:39:15...
Named enums are finally work again in SM v.1.11. Is it possible to add listing of enum values in "Intellisense & Autocomplete" window whenever we're entering "=" ? ``` #pragma...
I think adding drop-down "Recent Files" item in "File" menu would be a good feature for faster access (let's say the last 15 entries), in addition to the same list...
In the example video below I set cursor position via mouse in line # 78 next to sign "=", then I press Down key => result: cursor gets a position...
When you press Ctrl + A, BasicPawn automatically scrolls document to the end. This is, IMHO, inconvenient. Y-position of view area shouldn't be changed.
When you open sp with BasicPawn you cannot navigate code with buttons "Up, Down, PgUp ..." instantly until you set cursor focus on code edit screen. Can you please make...
This is for convenience only.  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...
In relation to #70. I still think that the configurable output directory should get aliases to designated paths (e.g. `%bp_source_directory%` that already works within pre/post build options). Ideally, there should...
Hi, by default, if you open sp file, it appears as first in the list of Object browser window. However, it is not the case when you open .inc file,...
When you delete 2 lines that include /* no syntax highlighting update is happening. See the video: 