Poster | Thread |
AmigaClyde
| |
Re: Cubic IDE released Posted on 21-Oct-2005 19:58:53
| | [ #1 ] |
|
|
|
Elite Member |
Joined: 8-Mar-2003 Posts: 2007
From: Noranda Canada | | |
|
| This package sure looks good. Can't wait for the OS4 version. I hope it comes out soon. _________________ --------- AmigaClyde
µA1-C 750GX@800 using OS4.1
|
|
Status: Offline |
|
|
Severin
| |
Re: Cubic IDE released Posted on 21-Oct-2005 20:17:29
| | [ #2 ] |
|
|
|
Elite Member |
Joined: 18-Aug-2003 Posts: 2740
From: Gloucestershire UK | | |
|
| Ok, I was ready to upgrade until I read this:
Quote:
PayPal payments are accepted only from non-EU customers. |
Why? _________________ 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 |
|
|
dietmar
| |
Re: Cubic IDE released Posted on 21-Oct-2005 20:28:01
| | [ #3 ] |
|
|
|
Cult Member |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
This package sure looks good. Can't wait for the OS4 version. I hope it comes out soon. |
Oh, herewegoagain ;) This software is for OS4. The basics, ie. the editor and the IDE framework, will always and intentionally remain cross-platform code, ie. 68k. The time-critical parts - compiler tool chains - are native (because their nice authors made native versions, not my efforts). In case of OS4, that would the installed OS4 SDK which is used by the IDE. To clarify the point about "OS4 not officially supported": that means I make software I want used on OS4 but can't guarantee with my life that it runs perfectly, every time, due to lack of an OS4 development system. All OS4 testing is done by GoldED beta testers (they think they are customers).
@Severin: Because the EU forces banks to execute payments speedily at little or no costs to the sender and to the receiver (europe.eu.international). PayPal, however, is not bound by these regulations and levies high fees on the beneficiary and executes orders slowly. Conversion from their imaginary money to real world money can easily take ten days.
- edit ambiguity removedLast edited by dietmar on 21-Oct-2005 at 09:22 PM.
|
|
Status: Offline |
|
|
PulsatingQuasar
| |
Re: Cubic IDE released Posted on 21-Oct-2005 20:29:03
| | [ #4 ] |
|
|
|
Cult Member |
Joined: 10-Mar-2003 Posts: 550
From: The Netherlands, Europe | | |
|
| Can not get to the upgrade page with my registration number.
Not implemented yet? _________________ AmigaOne-XE G3 OS 4. A4000 PPC A1200 PPC
|
|
Status: Offline |
|
|
tactica
| |
Re: Cubic IDE released Posted on 21-Oct-2005 20:40:19
| | [ #5 ] |
|
|
|
Member |
Joined: 16-Aug-2003 Posts: 17
From: Unknown | | |
|
| "All OS4 testing is done by beta testers (they think they are customers)."
Care to clarify if you mean OS4 testers or GoldED testers?
On to another note: care to say when can we expect to get support for antialiased fonts in the main text window? Is this planned at all?
Thanks. |
|
Status: Offline |
|
|
Toaks
| |
Re: Cubic IDE released Posted on 21-Oct-2005 21:06:10
| | [ #6 ] |
|
|
|
Elite Member |
Joined: 10-Mar-2003 Posts: 8042
From: amigaguru.com | | |
|
| dietmar:
Nice logo and good to see more software and especially an IDE. Last edited by Toaks on 21-Oct-2005 at 09:13 PM.
_________________ See my blog and collection website! . https://www.blog.amigaguru.com
|
|
Status: Offline |
|
|
dietmar
| |
Re: Cubic IDE released Posted on 21-Oct-2005 21:18:47
| | [ #7 ] |
|
|
|
Cult Member |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
Care to clarify if you mean OS4 testers or GoldED testers? |
Both, in the sense you are asking. Several users of GoldED develop for OS4 and/or are OS4 beta testers. But of course I was referring to people who just use OS4 and have my software.
Quote:
care to say when can we expect to get support for antialiased fonts in the main text window? |
I intentionally disable antialiaising in the text area (it would be on automatically) and that is done for several reasons. Very briefly: 1 - editor needs to extend fonts with custom glyphs (contol codes; removal of tabs), that's not possible with antialiased fonts because they are undocumented 2 - artifact issues: I've seen pixels outside a glyph's rendering box (under MorphOS) if antialiasing is on 3 - custom rendering code which is based on BltTemplate(). While I could work around these issues, I don't plan to and prefer to use antialiased fonts only in dialogs, menus and other user interface elements: antialiased fonts in the text arae of a developer's editor seem like a bad idea to me. It doesn't have to look cool, it has too look sharp, over a work day.Last edited by dietmar on 21-Oct-2005 at 10:06 PM.
|
|
Status: Offline |
|
|
Jorge
| |
Re: Cubic IDE released Posted on 21-Oct-2005 21:29:30
| | [ #8 ] |
|
|
|
Cult Member |
Joined: 20-Oct-2003 Posts: 657
From: Scottsdale, AZ | | |
|
| @dietmar
Any chance to get gdb support into the editor ? _________________ AmigaOne XE G3/933/VIA/FM801/R200 (fixed), G3SE/600/Voodoo3/Sil680/RTL8139/SBLive! (noiseless!) µA1-MK2/G3/933/R200/CMI8738 XE/G4 (broken 7450/800)
|
|
Status: Offline |
|
|
Mr_Capehill
| |
Re: Cubic IDE released Posted on 21-Oct-2005 21:32:57
| | [ #9 ] |
|
|
|
Super Member |
Joined: 15-Mar-2003 Posts: 1933
From: Yharnam | | |
|
| Good work, Dietmar...using GoldED here for coding/text editing every day :) I think I have been using GoldED since '95... |
|
Status: Offline |
|
|
tactica
| |
Re: Cubic IDE released Posted on 21-Oct-2005 21:34:48
| | [ #10 ] |
|
|
|
Member |
Joined: 16-Aug-2003 Posts: 17
From: Unknown | | |
|
| "It doesn't have to look cool, it has too look sharp, over a work day."
I don't need it to look cool, I need it to be readable. Most TrueType fonts look terrible on a sharp monitor with antialias off, so much in fact that I have to resort to a bitmap font instead, which is hardly "progress". |
|
Status: Offline |
|
|
dietmar
| |
Re: Cubic IDE released Posted on 21-Oct-2005 21:39:45
| | [ #11 ] |
|
|
|
Cult Member |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
Any chance to get gdb support into the editor? |
You must mean beyond just starting it: Some debugger support is already in the editor (you can see it when you use it with with StormC3, breakpoints will pop up in the editor). Everything else has to happen on the gdb side. I'm not smart enough to mess with a PPC's debugger's source code which I can't even run, so this is a job for somebody else. What is needed in gdb is a method to attach a frontend. The StormC shell and related tools use message-based IPC (to get and set breakpoints, to issue step commands etc.). Somebody would have to add something like this to gdb and document it. It doesn't sound terribly complicated. |
|
Status: Offline |
|
|
dietmar
| |
Re: Cubic IDE released Posted on 21-Oct-2005 21:57:37
| | [ #12 ] |
|
|
|
Cult Member |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
I don't need it to look cool, I need it to be readable. |
I don't want to start a discussion about the readabilty of True Type vector fonts in editors. If you think they are a must-have, then unfortunately my software will not satisfy you in that regard. It insists on bitmap fonts in the text area. The only planned improvment, font-wise, will be proportional fonts. Some day.
@Mr_Capehill Quote:
Good work, Dietmar...using GoldED here for coding/text editing every day :) I think I have been using GoldED since '95... |
Thanks! It's people like you that keep software author's motivation alive :) |
|
Status: Offline |
|
|
Jorge
| |
Re: Cubic IDE released Posted on 21-Oct-2005 22:02:43
| | [ #13 ] |
|
|
|
Cult Member |
Joined: 20-Oct-2003 Posts: 657
From: Scottsdale, AZ | | |
|
| Nah, sure. Keep gdb as the debugger. But normaly gdb has a remote interface (i mean not an kernel debug mode, just for apps). It should be possible to "connect" to that interface from within the editor (like the StormC debugger does ?). I have no idea, if this works with the current (OS4) gdb (is it available for other amiga like platforms ?), or the gdb needs some modifications. But support should be there inside gdb already (e.g. embedded remote debugging, or Eclipse integration, etc). Maybe they use just pipes. _________________ AmigaOne XE G3/933/VIA/FM801/R200 (fixed), G3SE/600/Voodoo3/Sil680/RTL8139/SBLive! (noiseless!) µA1-MK2/G3/933/R200/CMI8738 XE/G4 (broken 7450/800)
|
|
Status: Offline |
|
|
dietmar
| |
Re: Cubic IDE released Posted on 21-Oct-2005 22:06:01
| | [ #14 ] |
|
|
|
Cult Member |
Joined: 1-May-2003 Posts: 532
From: Unknown | | |
|
| Quote:
Maybe they use just pipes |
There is a thread about using pipes to control gdb on utilitybase. From how it sounds, something is broken. |
|
Status: Offline |
|
|
Jorge
| |
Re: Cubic IDE released Posted on 21-Oct-2005 22:06:09
| | [ #15 ] |
|
|
|
Cult Member |
Joined: 20-Oct-2003 Posts: 657
From: Scottsdale, AZ | | |
|
| Well, let me add. Since I have the GoldED C++ ide for OS4, I completely dropped cross compilers. Makes much more fun on Amiga. Keep it up :)
(now, if I only would get distcc to work. I does not connect to my G3/SE...but maybe I have to wait for an OS update ? BTW: Should work fine out of GoldEd - if it would connect.) _________________ AmigaOne XE G3/933/VIA/FM801/R200 (fixed), G3SE/600/Voodoo3/Sil680/RTL8139/SBLive! (noiseless!) µA1-MK2/G3/933/R200/CMI8738 XE/G4 (broken 7450/800)
|
|
Status: Offline |
|
|
AmigaClyde
| |
Re: Cubic IDE released Posted on 21-Oct-2005 23:27:43
| | [ #16 ] |
|
|
|
Elite Member |
Joined: 8-Mar-2003 Posts: 2007
From: Noranda Canada | | |
|
| re: Oh, herewegoagain;)
Thanks for the clarification "dietmar" _________________ --------- AmigaClyde
µA1-C 750GX@800 using OS4.1
|
|
Status: Offline |
|
|
minator
| |
Re: Cubic IDE released Posted on 22-Oct-2005 0:18:35
| | [ #17 ] |
|
|
|
Super Member |
Joined: 23-Mar-2004 Posts: 1000
From: Cambridge | | |
|
| Quote:
Quote: Quote:
I don't need it to look cool, I need it to be readable. |
I don't want to start a discussion about the readabilty of True Type vector fonts in editors. If you think they are a must-have, then unfortunately my software will not satisfy you in that regard. It insists on bitmap fonts in the text area. The only planned improvment, font-wise, will be proportional fonts. Some day. |
I think the point being made is that if you are used to heavily antialised fonts, plain fonts are almost unreadable. The converse is also true, if you are used to plain old fonts heavy antialised fonts can look blurred and difficult to read.
It all depends on what you are used to. Perhaps something worth considering. _________________ Whyzzat?
|
|
Status: Offline |
|
|
Jorge
| |
Re: Cubic IDE released Posted on 22-Oct-2005 1:21:54
| | [ #18 ] |
|
|
|
Cult Member |
Joined: 20-Oct-2003 Posts: 657
From: Scottsdale, AZ | | |
|
| Update: distcc runs fine with GoldEd. Got it going! I couldn't the default make executing with -j, typing in that manually works however ('make ...'). Cool, I can use all of my 3 AmigaOnes now ;) - and they make less noise then my Athlon ;) _________________ AmigaOne XE G3/933/VIA/FM801/R200 (fixed), G3SE/600/Voodoo3/Sil680/RTL8139/SBLive! (noiseless!) µA1-MK2/G3/933/R200/CMI8738 XE/G4 (broken 7450/800)
|
|
Status: Offline |
|
|
stychokiller
| |
Re: Cubic IDE released Posted on 22-Oct-2005 3:09:23
| | [ #19 ] |
|
|
|
Regular Member |
Joined: 18-Dec-2003 Posts: 213
From: Slayton, MN, USA | | |
|
| If it comes with a configuration that imitates the SAS-C se Editor, I would probably buy a copy. The last time I looked into doing this by myself, I gave up in frustration since the instructions on how to configure GoldEd were so confusing. I've been using se for over 15 years, so it's hard for this old dog to learn new tricks (& keystrokes)! ;) Jim Steichen
P.S.: proportional font support is NOT necessarily a good thing. _________________
|
|
Status: Offline |
|
|
Cyborg
| |
Re: Cubic IDE released Posted on 22-Oct-2005 8:28:39
| | [ #20 ] |
|
|
|
Regular Member |
Joined: 26-Nov-2003 Posts: 424
From: Germany | | |
|
| Just ordered the upgrade
Thx Dietmar! _________________ Regards, Cyborg. AmigaOS4 development team member
"In the beginning was CAOS.." -- Andy Finkel, 1988 (ViewPort article, Oct. 1993)
|
|
Status: Offline |
|
|