Script Editor & Scripting
Posted: Mon May 03, 2004 3:40 pm
Hmm,
It is always easy to say "I'd like this or that feature added." It isn't always so easy to "Accomplish this or that."
Keeping in mind that I think GE is an absolutely fantastic programming and 'C' language learning tool, here are a couple of more requests for feature add-ins (some of which you've heard before).
1. A more powerful Editor or the ability to use Notepad or some other editor as a replacement to the Editor.
2. If no provision can be made to use other tools, at a minimum, "Cut & Paste" should be added to the editor. Also, backspacing doesn't always work on WindowsXP and selecting a line to delete is also non-existent. I like the idea of a completely integrated Editor, but in the real world, it can be a pain to keep going between Notepad and GE.
3. Better documentation. Better documentation. Better documentation.
It would be nice to see how to apply the 'C' script-like language to GE. I'd love to see examples of how to call the 'C' script:
Instead of the documentation: "char *strcpy(char * dst, const char * src)" Have an example of where and how to use it in GE or have a link to a demo file that shows only how to use the strcpy function. The specifics for these can be found in a C manual, but using the calls from GE needs a better description.
For Example, if I use a C language Manual, and type example strcpy() script from the manual into GE global code, the code doesn't work because some of the functions are not recognized or needed in GE.
A listing of how to use the C script as well as GE's built in functions would be quite useful. Especially for the Newbies to 'C' out there--like me.
Now, I know there are only so many hours in the day and a programmer needs to work on the program, but sales will be built on how well the program can be understood by the user. That is where good documentation is a must. If I knew more about 'C', I'd volunteer to help... Docs are easy for me, but "C", well, that is a whole 'nother' story.
Thanks again for this fine program. I want it to become the most popular on the planet because I want to use it for a long time to come...
It is always easy to say "I'd like this or that feature added." It isn't always so easy to "Accomplish this or that."
Keeping in mind that I think GE is an absolutely fantastic programming and 'C' language learning tool, here are a couple of more requests for feature add-ins (some of which you've heard before).
1. A more powerful Editor or the ability to use Notepad or some other editor as a replacement to the Editor.
2. If no provision can be made to use other tools, at a minimum, "Cut & Paste" should be added to the editor. Also, backspacing doesn't always work on WindowsXP and selecting a line to delete is also non-existent. I like the idea of a completely integrated Editor, but in the real world, it can be a pain to keep going between Notepad and GE.
3. Better documentation. Better documentation. Better documentation.
It would be nice to see how to apply the 'C' script-like language to GE. I'd love to see examples of how to call the 'C' script:
Instead of the documentation: "char *strcpy(char * dst, const char * src)" Have an example of where and how to use it in GE or have a link to a demo file that shows only how to use the strcpy function. The specifics for these can be found in a C manual, but using the calls from GE needs a better description.
For Example, if I use a C language Manual, and type example strcpy() script from the manual into GE global code, the code doesn't work because some of the functions are not recognized or needed in GE.
A listing of how to use the C script as well as GE's built in functions would be quite useful. Especially for the Newbies to 'C' out there--like me.
Now, I know there are only so many hours in the day and a programmer needs to work on the program, but sales will be built on how well the program can be understood by the user. That is where good documentation is a must. If I knew more about 'C', I'd volunteer to help... Docs are easy for me, but "C", well, that is a whole 'nother' story.
Thanks again for this fine program. I want it to become the most popular on the planet because I want to use it for a long time to come...