1. A REAL PROGRAMMERS PUREBASIC BOOK
In the style of "A Programmer's Introduction to C#" by Eric Gunnerson.
I am a programmer by profession and really do not have the patience to carry around printouts and mess around with the damn things at the train station.
2. A PUREBASIC SOURCE CODE EDITOR THAT DOES NOT SHIFT KEYWORD CASE
Damn, it is like a fly buzzing on my shoulder. At least give me a chance to switch it off. Or, please, at least tell me how to if I am ignorant.
Yes, I do own configurable editors that highlight BASIC but do not care for PureBasic - but that is not the point. On top of that, I like the native spirit of bundled PB editors.
[Implemented] my first two wishlist items for purebasic are
Re: my first two wishlist items for purebasic are ......
Feel free to start a book like thatpieter wrote:1. A REAL PROGRAMMERS PUREBASIC BOOK
In the style of "A Programmer's Introduction to C#" by Eric Gunnerson.
I am a programmer by profession and really do not have the patience to carry around printouts and mess around with the damn things at the train station.

notepad.exe2. A PUREBASIC SOURCE CODE EDITOR THAT DOES NOT SHIFT KEYWORD CASE
Damn, it is like a fly buzzing on my shoulder. At least give me a chance to switch it off. Or, please, at least tell me how to if I am ignorant.
Yes, I do own configurable editors that highlight BASIC but do not care for PureBasic - but that is not the point. On top of that, I like the native spirit of bundled PB editors.

-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Re: my first two wishlist items for purebasic are ......
Get the source of the pb-editor (buy pb first), and remove that feature.pieter wrote: 2. A PUREBASIC SOURCE CODE EDITOR THAT DOES NOT SHIFT KEYWORD CASE
Damn, it is like a fly buzzing on my shoulder. At least give me a chance to switch it off. Or, please, at least tell me how to if I am ignorant.
Yes, I do own configurable editors that highlight BASIC but do not care for PureBasic - but that is not the point. On top of that, I like the native spirit of bundled PB editors.
(I belive you can get the source somewhere if you bought pb..)
But i like that function very much !
Re: my first two wishlist items for purebasic are ......
> A REAL PROGRAMMERS PUREBASIC BOOK
PureBasic is constantly evolving and changing, and thus a book would be
changed too quickly to remain valid. An example are the Memory commands
which recently changed from v3.81 to v3.90 in a major way. C has been
around for many, many years and it's little wonder that books can be
written for it without fear of becoming obsolete.
> A PUREBASIC SOURCE CODE EDITOR THAT DOES NOT SHIFT KEYWORD CASE
Turn off "Coloring" in the Preferences of the editor, and no commands will be
colored or auto-syntaxed for you.
PureBasic is constantly evolving and changing, and thus a book would be
changed too quickly to remain valid. An example are the Memory commands
which recently changed from v3.81 to v3.90 in a major way. C has been
around for many, many years and it's little wonder that books can be
written for it without fear of becoming obsolete.

> A PUREBASIC SOURCE CODE EDITOR THAT DOES NOT SHIFT KEYWORD CASE
Turn off "Coloring" in the Preferences of the editor, and no commands will be
colored or auto-syntaxed for you.
thanks persons
i appreciate your replies
purebasic has been around for a while too, being a moving target at this stage of its life will be seen as a deliberate choice by its creators or as a sign of being lost
i believe it has great potential
a book will make it credible with beginners and potentially the fickle enterprise (my domain)
a book will give a backbone and deserved rewards to its creators
thanks for the editor hints; i have to rebuild sources all the time so this option has not escaped me [:-]
the terrible backlash of a book will be responsibility in all senses
i am not sure if this is a wanted side effect by the purebasic community (including, of course, its authors)
i appreciate your replies
purebasic has been around for a while too, being a moving target at this stage of its life will be seen as a deliberate choice by its creators or as a sign of being lost
i believe it has great potential
a book will make it credible with beginners and potentially the fickle enterprise (my domain)
a book will give a backbone and deserved rewards to its creators
thanks for the editor hints; i have to rebuild sources all the time so this option has not escaped me [:-]
the terrible backlash of a book will be responsibility in all senses
i am not sure if this is a wanted side effect by the purebasic community (including, of course, its authors)
[-pg-]