Poster | Thread |
Trixie
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 20-Apr-2005 13:58:48
| | [ #1 ] |
|
|
 |
Amiga Developer Team  |
Joined: 1-Sep-2003 Posts: 2101
From: Czech Republic | | |
|
| Thanks Dietmar! I have already found GoldED to be an indispensable piece of software, and now it is even better! _________________ The Rear Window blog
AmigaOne X5000/020 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
|
|
Status: Offline |
|
|
dietmar
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 20-Apr-2005 18:36:33
| | [ #2 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Just in case some lazy Amiga developes are looking for even more advanced technology to get rid of the writing stage and proceed directly to the validation stage, this seems promising: The Automatic Paper Generator |
|
Status: Offline |
|
|
wegster
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 21-Apr-2005 4:48:20
| | [ #3 ] |
|
|
 |
Elite Member  |
Joined: 29-Nov-2004 Posts: 8554
From: RTP, NC USA | | |
|
| This is cool. Does GoldEd now work with the OS4 SDK? Seem to remember something about that not being the case some time back?
If that's now useable...where can ya buy it? (preferably a download and license key)
People- 2 posts where someone is working on a good editor and devel environment...shame on you, show some support! _________________ Are we not done with the same silly arguments and flames yet??!
|
|
Status: Offline |
|
|
Trixie
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 21-Apr-2005 8:45:21
| | [ #4 ] |
|
|
 |
Amiga Developer Team  |
Joined: 1-Sep-2003 Posts: 2101
From: Czech Republic | | |
|
| Quote:
Does GoldEd now work with the OS4 SDK? |
Not yet but Dietmar is currently working on it. The next C/C++ mode update is going to have the OS4 SDK integrated.
Quote:
where can ya buy it? (preferably a download and license key) |
Just contact the author. The full version of GoldED cannot be downloaded, it comes on a CD, which is required if you perform updates.
To comment on the IDE part of GoldED: I was used to StormC's "visual" environment and things like GCC always gave me shivers. However, GoldED hides a lot of the unpleasant stuff from you, so switching from Storm to GCC was almost painless (also thanks to the great support I received from the author via the support forum). Now I don't miss StormC anymore. _________________ The Rear Window blog
AmigaOne X5000/020 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
|
|
Status: Offline |
|
|
dietmar
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 21-Apr-2005 9:04:55
| | [ #5 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
Not yet but Dietmar is currently working on it. The next C/C++ mode update is going to have the OS4 SDK integrate |
Actually, I've finished working on it. It was basically completed before Eastern, then a very quick beta test, now I'm waiting to get approval for creative use of the SDK.
Quote:
so switching from Storm to GCC was almost painless |
To be fair, StormC is a class of its own. Visual debugger, visual make, GUI wizard, many supported platforms including quite esoteric ones etc. But StormC was written by a big and professional team, no single developer can compete with that. The people of Haage&Partner |
|
Status: Offline |
|
|
lylehaze
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 21-Apr-2005 10:31:11
| | [ #6 ] |
|
|
 |
Super Member  |
Joined: 1-Sep-2004 Posts: 1142
From: North Florida - Big Bend area. | | |
|
| @dietmar
GoldEd looks great. So far I've only used LSE/SE from Lattice/SAS/C. I'm ready for a better editor, but I'm really gonna miss knowing all the keyboard shortcuts. How configurable are the keyboard command keys for GoldEd? Also, I browsed the web page but did not see a price for GoldEd.
When an OS4 version is released, I'll be ready to purchase it.
Thanks, LyleHaze _________________ question=(2b||!(2b))
|
|
Status: Offline |
|
|
Trixie
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 21-Apr-2005 10:41:53
| | [ #7 ] |
|
|
 |
Amiga Developer Team  |
Joined: 1-Sep-2003 Posts: 2101
From: Czech Republic | | |
|
| @LyleHaze Quote:
How configurable are the keyboard command keys for GoldEd? |
Frankly, I have never seen an Amiga program as configurable as GoldED. Setting up your own keyboard commands is not a problem. The editor allows global as well as local (per-filetype) settings.
Quote:
When an OS4 version is released |
Dietmar, I am afraid you'll have to tell the GED-for-OS4 story again.  _________________ The Rear Window blog
AmigaOne X5000/020 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
|
|
Status: Offline |
|
|
dietmar
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 21-Apr-2005 11:28:50
| | [ #8 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
How configurable are the keyboard command keys for GoldEd? |
You can bind the editor's internal commands to keys, or Rexx macros, programs, text sequences, commands implemented by plug-ins, even programs written in a Lisp-inspired language (which will be the future of GoldED's configuration). Key configuration is filetype-specific, ie. pressing F1 in a C++ file could have a different meaning than pressing F1 in a HTML file. It's also hierarchical but let's draw a line here.
Quote:
Also, I browsed the web page but did not see a price for GoldEd. |
For some purposes (specifically HTML, or to get the gcc/vbcc compiler installations), the freely downloadable version might be all you need. If you are interested to buy to get the unlimited version or to support the future development, visit the online shop.
Quote:
When an OS4 version is released, I'll be ready to purchase it |
GoldED is a cross-platform product, I will not make "an OS4 version". Platforms are supported by supporting their specific software development kits and fixing platform-specific issues. Right now the C/C++ component integrates with the AmigaOS3 SDK, the PowerUP/WarpOS SDK and the MorphOS SDK. If and when the OS4 SDK integration is approved, the updated C/C++ package for OS4 will be a free download. |
|
Status: Offline |
|
|
lylehaze
|  |
Re: envGDE1.9 released (AmigaGuide Authoring) Posted on 21-Apr-2005 13:26:25
| | [ #9 ] |
|
|
 |
Super Member  |
Joined: 1-Sep-2004 Posts: 1142
From: North Florida - Big Bend area. | | |
|
| @dietmar
Thanks for going over the details..
I look forward to checking it out..
LyleHaze _________________ question=(2b||!(2b))
|
|
Status: Offline |
|
|