Poster | Thread |
Samwel
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 5:26:44
| | [ #1 ] |
|
|
 |
Elite Member  |
Joined: 7-Apr-2004 Posts: 3404
From: Sweden | | |
|
| So when will there be an native OS4 version?
Actually I think GoldEd's interface looks terrible.. I really hope we will see a more standardized GUI in the future (probably not as it has had it's own GUI for years).
If it's a problem with handling different sources then make the GUI with MUI.. All supported OS's have MUI!
Otherwise one heck of an IDE for Amiga
/Harry _________________ /Harry
[SOLD] µA1-C - 750GX 800MHz - 512MB - Antec Aria case
Avatar by HNL_DK!
|
|
Status: Offline |
|
|
dietmar
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 9:36:57
| | [ #2 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
Actually I think GoldEd's interface looks terrible.. I really hope we will see a more standardized GUI |
You might be able to configure it to meet your taste with the provided configuration options. After installation, the interface is pretty standard (resizable gadtools look).
As to MUI, that was not used because it was a shareware toolkit and I don't find shareware components in a commercial application acceptable. There are other reasons: Access to the source code, stability, performance, more.
If wxwindows is ever ported to the Amiga, I'll adjust GoldED to use that. Don't expect GoldED to be moved to any Amiga-only toolkit. Porting between Amiga toolkits is an elaborate way to waste time. Each gets the job done, each is hated by some. Time is better spent on features.
Quote:
So when will there be an native OS4 version? |
A PPC version of a program like GoldED (no CPU-intensive calculations) would not make much sense in terms of performance: every OS function called by GoldED is PPC-native anyway and on top of that, GoldED itself is compiled into PPC code by the OS. While that is not as efficient as compilation into PPC code by gcc, it hardly matters because 90% of execution time is spent in OS functions. To give you an idea of the speed, on a Pegasos 600MHz, GoldED can scroll through ten thousand lines in about a second with full syntax highlihgting.
Since PPC compilation wouldn't have a noticable effect on performance, I prefer to release one binary that runs accross platforms rather than making a different version for each user group. |
|
Status: Offline |
|
|
elwood
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 11:49:41
| | [ #3 ] |
|
|
 |
Elite Member  |
Joined: 17-Sep-2003 Posts: 3428
From: Lyon, France | | |
|
| Am I the only one to think an IDE is much more than what GoldED offers ? _________________ Philippe 'Elwood' Ferrucci Sam460 1.10 Ghz AmigaOS 4 betatester Amiga Translator Organisation
|
|
Status: Offline |
|
|
Trixie
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 12:33:03
| | [ #4 ] |
|
|
 |
Amiga Developer Team  |
Joined: 1-Sep-2003 Posts: 2100
From: Czech Republic | | |
|
| Quote:
Am I the only one to think an IDE is much more than what GoldED offers ? |
You may have a point there but currently GoldED is the most advanced programmer's tool available. There are people trying to develop an IDE that would probably meet your expectations; however, it may take them years before they offer the same functionality as GoldED.
Personally, I'd build on top of GoldED. I am sure the program API would allow you to write powerful extensions. To me it seems faster than developing an IDE from scratch.
Regards, Trixie _________________ 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: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 13:01:23
| | [ #5 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
Am I the only one to think an IDE is much more than what GoldED offers? |
No, I'd agree. But the IDE aspect of GoldED is going to be much improved over the next year or so. Right now, it provides the basics: a few compilers are integrated and easily installed, you get an editor with features geared towards developers, such as syntax-highlighting, make-with-click, small compiler tools to set options etc. The groundwork. Now the IDE middleware can be addressed: a decent project management etc. Don't want to say too much here, this is When It's Done land, after all. However, there are a few heavyweight tools that simply must come from other sides: a good debugger and an interface designer, to be specific. These are gaping holes, no just for GoldED, but for the whole Amiga developer community. |
|
Status: Offline |
|
|
Serpi
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 13:03:11
| | [ #6 ] |
|
|
 |
Cult Member  |
Joined: 31-Jul-2003 Posts: 547
From: Germany | | |
|
| So, do I understand it correctly, that I can use GoldED (or microgolded) easily with the OS4 pre-release SDK, I mean, is there an installation option so that I do not have do do anything myself?
Ciao, Alfred |
|
Status: Offline |
|
|
dietmar
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 13:37:30
| | [ #7 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
So, do I understand it correctly, that I can use GoldED (or microgolded) easily with the OS4 pre-release SDK |
Obviously you can use microgolded, it is just an editor. As to GoldED Studio, you can use the SDK pre-release with its generic C/C++ mode but the SDK pre-release is not integrated in the sense that the MorphOS SDK is integrated (it is not included on the CD, you will not get syntax highlighting for OS4 functions, that sort of caveats). You might me able to work around that and configure everything for the SDK but it is not as easy as it sounds. I recommend to wait until the OS4 SDK is publicly released and GoldED is pre-configured for it. |
|
Status: Offline |
|
|
NutsAboutAmiga
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 14:22:35
| | [ #8 ] |
|
|
 |
Elite Member  |
Joined: 9-Jun-2004 Posts: 12981
From: Norway | | |
|
| Nice it works quite well, it install worked 100% no problems,
the SDK install failed I wonder way? assuming OS39 SDK?
The OS40 SDK is like this!!
path for include is SDK:include/include_h
and the compiler is installed inn GCC:bin
there are some problems whit some dad keys, they output esc-code sequences on old programs.
One more annoying thing the '*' key on numpad is used as program shortcut, I like to use that key!!!
The colors are displayed right, the only thing i did not like is that sea blue color on printf() and if it's not a good contrast color to the gray background. _________________ http://lifeofliveforit.blogspot.no/ Facebook::LiveForIt Software for AmigaOS
|
|
Status: Offline |
|
|
dietmar
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 16:35:35
| | [ #9 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
Nice it works quite well, it install worked 100% no problems. The SDK install failed I wonder way? assuming OS39 SDK? |
What SDK? None is included. You get an explantion to that extent if you try to install it anyway. A complete trial with SDK is not available (this time). That would be a whopping 80 MB. If anybody wants a trial with C/C++ SDK, let me know, otherwise I'll take my time. |
|
Status: Offline |
|
|
Severin
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 18:25:30
| | [ #10 ] |
|
|
 |
Elite Member  |
Joined: 18-Aug-2003 Posts: 2740
From: Gloucestershire UK | | |
|
| @dietmar
What's happened to your paypal setup... I want to order the upgrade CD, but there's no way that I can find to do it from your site, you have NO AIX dealers listed. The only way I can purchase is with a credit card or paypal...
You really need to get this sorted, I should think you've lost quite a few sales because it's so difficult to actually buy AIX... _________________ OS4 Rocks  X1000 beta tester, Sam440 Flex (733)
Visit the Official OS4 Support Site for more help.
It may be that your sole purpose is to serve as a warning to others.
|
|
Status: Offline |
|
|
hyph-n
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 19:09:08
| | [ #11 ] |
|
|
 |
Regular Member  |
Joined: 30-Sep-2003 Posts: 148
From: Unknown | | |
|
| Please read this:
http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=6286&forum=15
> |
|
Status: Offline |
|
|
dietmar
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 19:13:21
| | [ #12 ] |
|
|
 |
Cult Member  |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
paypal setup... I want to order the upgrade CD |
If you want to order, contact me via e-mail and I will get you in touch with a dealer or see how I can help you if a product doesn't have a distributor. There is no buy button on my site because it's designed as support site and not intended to be a sales site. |
|
Status: Offline |
|
|
mjohnson
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 20:09:34
| | [ #13 ] |
|
|
 |
Super Member  |
Joined: 11-Aug-2003 Posts: 1297
From: going to and fro in the earth, and from walking up and down in it. | | |
|
| microGoldEd SP20 rocks! 
Very likely to be the best fiver I've spent on a piece of software. (Then again, I'm a text-ed-junkie)
Me, I only use it for text editing, not being a developer or nuthin. And for that it's really all one could ever ask for and then some.
The keyboard configuration with the default install felt greatly awkward at first, but after having spent an hour or two sorting that out to my liking, it's like we've known each other forever! 
It makes me not miss EdWord all that much, and for anyone looking for a "Notepad with an attitude" (or similarly silly catchline) this one's a steal! The most useful features in my book (apart from the configurability) being the macro facility and the extensive backup-option.
I'm also impressed with Mr. Eilert's quick replies to e-mail and generally helpful attitude.
So, a big thanks goes out to the author for a highly usable piece of software! And a thanks also to the Total Amiga guys for the good article in the last issue. (Though it is possible to work with multiple configs, which I guess proves the point about poor documentation, as there's like a million things to discover about this app as you go along.) _________________
A1G4XE, OS4-pre
|
|
Status: Offline |
|
|
jahc
|  |
Re: GoldED, microgolded updated (C/C++ IDE and editor) Posted on 16-Aug-2004 22:37:38
| | [ #14 ] |
|
|
 |
Elite Member  |
Joined: 30-May-2003 Posts: 2959
From: Auckland, New Zealand | | |
|
| I like microgolded.. and I agree it was a great buy at only 5 EURO. I do my wookiechat coding in it. :) |
|
Status: Offline |
|
|