Welcome, Guest. Please login or register.

Author Topic: GoldED Studio "Developer Edition" released  (Read 2123 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show all replies
    • http://devplex.awardspace.biz
GoldED Studio "Developer Edition" released
« on: January 12, 2005, 05:24:57 AM »
GoldED Studio "Developer Edition" is a specially priced edition of GoldED for software developers and C/C++ beginners: It includes the latest GoldED editor and all C/C++ development-related components. This is the ideal package if you need a powerful + affordable solution for software development.

Features:

O integrates with gcc, vbcc, StormC and SAS/C compilers
O installs several popular free compilers for you (variants of gcc and vbcc)
O supports development for AmigaOS, PowerUP, WarpOS and MorphOS platforms
O many unique features for developers:
 - look-up OS symbols and autodocs quickly
- GoldED can show a list of all functions in your source code
- syntax highlighting for all OS symbols
- syntax highlighting for parenthesis
- shows prototypes for functions under cursor while you are typing
- make console: navigate to compile errors with a mouse click
- set options for vbcc and gcc comfortably in dialogs, with online help
- automatically generates projects and makefiles
- switch between compiler variants easily
- cross-compile software for MorphOS on your classic Amiga or PC
- highly configurable (add quick links to OS documentation etc.)
(Screenshot)

With GoldED "Developer Edition", you can have your first C project created and compiled in ten minutes. Even if you have never used a C compiler before.

The regular retail price of this package is 39.90 EUR + p&p. During the introductory period, the price is 29.90 EUR (only via the promotional link listed below, offer ends 14/Jan/05, while supply lasts).

GoldED Studio web site
Promotional offer
 

Offline DietmarTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show all replies
    • http://devplex.awardspace.biz
Re: GoldED Studio "Developer Edition" released
« Reply #1 on: January 12, 2005, 11:12:29 AM »
Quote
Is anyone currently using this as a complete replacement for the old SAS/C 6.58 editor?


GoldED itself is developed with the SAS/C package (and Dice and vbcc and gcc but mostly SAS/C). It integrates with SAS/C on several levels: access to SAS/C documentation, creation of gst files (precompiled headers), looks up symbols, uses the scoptions program, creates SAS/C projects etc. One difference is that GoldED promotes the use of GNU make for any compiler it supports, even for SAS/C projects created with GoldED. But if you have an existing project using SAS/C's own smake, that will work, too.