Suggestion for next version of IDE for the Propeller
Wurlitzer
Posts: 237
Not to sound ungrateful, as the current IDE has a plethora of great and neat features (congratulation to the developers), but one feature in VB has saved me many hours looking for a mistyped variable/constant/sub.. name.
·
I know the compiler does not care about upper/lower case but in VB when I declare a variable for the first time I always make sure there is one or more upper case letters in the name. Then when I use that name in the code, I type it in all lower case letters. When you hit return at the end of the line of code, the IDE immediately changes any characters to upper case if they were·upper case·in the declaration section.
·
If an error is made in typing the variable/constant/sub what ever, will remain in all lower case and you know you made a mistake immediately.
·
Example:
MyVariableName as byte
If typed later in code as: myvariablename := 255
it would change to MyVariableName := 255 as soon as you moved off that line of code.
Any misspelling would leave all the letters in lower case. mivariablename := 255
If this feature could be made available in the next generation I am sure many propeller heads would like it assuming for the moment that Microsoft does not have some sort of protection on that concept.
·
Just my opinion.
·
I know the compiler does not care about upper/lower case but in VB when I declare a variable for the first time I always make sure there is one or more upper case letters in the name. Then when I use that name in the code, I type it in all lower case letters. When you hit return at the end of the line of code, the IDE immediately changes any characters to upper case if they were·upper case·in the declaration section.
·
If an error is made in typing the variable/constant/sub what ever, will remain in all lower case and you know you made a mistake immediately.
·
Example:
MyVariableName as byte
If typed later in code as: myvariablename := 255
it would change to MyVariableName := 255 as soon as you moved off that line of code.
Any misspelling would leave all the letters in lower case. mivariablename := 255
If this feature could be made available in the next generation I am sure many propeller heads would like it assuming for the moment that Microsoft does not have some sort of protection on that concept.
·
Just my opinion.
Comments
·I think your missing the big picture here ,You are working with the nicest chip that you have ever seen , i'm talking sand here ,not you Chip ,be happy & enjoy !!!
p.s well Chip your ok too !!
Post Edited (truckwiz) : 12/16/2006 1:48:25 PM GMT
In my short time using this IDE I have found things I would like to see in VB but the chances of Microsoft incorporating them may exceed the Propellers ability to compute small floating point numbers.
yah, I was just reading that ,I somtimes have a bad habit of speed reading & not catching the whole content . Glad you didn't take it the wrong way.
Brian