A few wishes

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

A few wishes

Post by Trond »

Wish: GadgetTextHeight(String) and GadgetTextWidth(String) for easy
dynamic positioning of gadgets. The commands should return the pixel size of the string as drawn with the default gadget font.

Wish: Command to reposition an element in a linked list (no swapping).

Wish: display linker error in a scrollable fashion. The current way
is troublesome when you've got 84 undefined references, and these
are listed after a full screen of warnings (assuming DATA blah blah).

Wish: Defined() for procedures.