Couple of requests

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
captain_skank
Enthusiast
Enthusiast
Posts: 639
Joined: Fri Oct 06, 2006 3:57 pm
Location: England

Couple of requests

Post by captain_skank »

Any possibility of getting built in connectivity to MariadDB/Mysql ??

Using ODBC is a pain in the a** as is converting existing apps to postgres :)

Also, any posibility of adding left and right click functions for the the editorgadget ??

Cheers
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: Couple of requests

Post by Michael Vogel »

Some ideas for enhancements in the futire (up to version 6.00)...
+ add information of the code line which has created each output entry of the debugger (and a "show line in editor" function)
+ maybe #PB_2DDrawing_CustomFilter could be allowed to be combined with #PB_2DDrawing_AlphaBlend etc.
+ an old one: better jpeg support (SaveImage)
+ shortcuts for the IDE dialogs (especially Find/Replace: Alt+W=Whole Words only, Alt+R=Replace etc.)
+ enhanced search functioniality: regular expressions or another "intelligent mode" to allow to find DisableWindow(x,0) and DisableWindow(x,#False) in one step
+ enhanced constant viewer: different number formats (decimal, hex,...), more sorting or filter possibilities (to find a certain value etc.)
Post Reply