
- The entire forum database in a downloadable file, updated every few months or so, so that an offline forum search program can be made so that code can be found in seconds. Think MSDN but with Purebasic's forum contents as the data.
- Macro support for inline assembly (but i have a sneaking suspicion that this is already possible by using inline asm sent straight to the fasm assembler?)
- Allow ProcedureReturn to return any 8, 16 or 32-bit register, ie. ProcedureReturn cx
- Add an optional [length] field to the HEX() cmd. So, HEX(20,6) will return "000014"
- Do/Loop's (i thought all basic syntaxes supported those keywords? ...

- "Enable Inline ASM support" - is there any reason not to have that enabled by default?
- Some sort of visual indicator on the main window somewhere that showed whether the Debugger was enabled, InlineASM enabled, etc (maybe add them to the toolbar under the main menu?)
- Please add "&" symbols to the main menu items to make them easier to navigate with the keyboard, ie "Save" should be "&Save", "Save As" should be "Save &As", etc. I know that some already have designated keyboard shortcuts such as Ctrl+S for Save, but many don't, and it'd just be nice to have the usual keyboard shortcuts that most programs have

- Any way to customise the colours? The current color scheme just doesn't do it for me ...

That's all (for now)!
Cheers,
Wayne