BasicPawn icon indicating copy to clipboard operation
BasicPawn copied to clipboard

BasicPawn - SourcePawn Editor

Results 29 BasicPawn issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

enhancement

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...

bug
need info

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.

enhancement

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...

enhancement

This is for convenience only. ![image](https://user-images.githubusercontent.com/19956568/128385332-f340db00-fc6a-407e-af6e-9173e0730099.png) 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...

enhancement

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...

enhancement

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,...

enhancement

When you delete 2 lines that include /* no syntax highlighting update is happening. See the video: ![syntax-comm](https://user-images.githubusercontent.com/19956568/128611298-5bec801a-4772-4d19-8ed6-beb110a89e78.gif)

bug
dependency