Slashdot Mirror


Code Fusion for Linux: Reviewed

With the increasing momentum in the Linux world, more and more productivity applications have been coming out for Linux. Kurt DeMaagd, who's spent quite sometime in other IDEs, has reviwed Cygnus Solutions' "Code Fusion". Click below to read more about it.
  • Company: Cygnus Solutions
  • Rating: 9/10
  • Summary:With the exception of a few minor annoyances, most notably in the installation process, Code Fusion provides a full range of features for an excellent price.

Cygnus is already a familiar face in the Linux world. They are known for products such as GNUPro Toolkit and Source-Navigator, as well as their support for a variety of other open source projects. Their most recent addition to their product line is Code Fusion, a product which merges and enhances the GNUPro Toolkit and Source- Navigator to create a since integrated development environment.

While there have been instances where people have had troubles installing Code Fusion, I was able to set it up and run it without a hitch. Nonetheless, there were several elements of the install process that could be improved. First, you have to enter a different directory and run a separate install script depending on which version of glibc you are running. Once the setup is complete, you then need to setup several environment variables. While this process is well documented, the risk of typographical errors and the general inconvenience warrant automating this process.

After getting past the mild inconveniences of the installation process, I started up the program and began testing. While Code Fusion comes with a couple example projects and the book has some tutorials, I decided to venture out on my own and create a new project from scratch. And what better way to test a program than to write a Hello World app. Of course, to adequately test all of Code Fusions project browsing featuers, I broke it up into 5 classes.

It took me a couple minutes to figure out how to create new files. It seemed logical to me that the Project Editor window, where you can add, move or delete files, would also let you create a file, but that option is lacking. After digging around menus, I found that the Window menu allowed to you open the Source Editor window, where you can create files.

The Source Editor window provides a variety of convenient options. As with any good IDE, it color codes all our your source. The command to build your code is just a click away. Perhaps most conveniently, it is integrated with a variety of version control programs. In general, it provides a very convenient environment for cranking out code.

Having quickly whipped up all of the classes of my Hello World app, I moved to the feature where Code Fusion really shined, the various project browsers. This feature allows you a wide variety of ways to display your program. It includes a cross reference browser, an include browser, a class browser, and a hierarchy browser.

Finally, I tested the debugging features. This includes all of the standard features expected from any debugger, such as breakpoints, watches, stack traces, etc. Unlike a majority of the debuggers on the market, the screen where you edit the code and the screen where you set break points are different. Having been reared on Microsoft Visual Studio, and given that this differs from the industry standard, this is rather inconvenient. In spite of this, I found the debugger to be generally easy to use and it sure beats using a printf every other line.

Overall, Code Fusion is a very useful product. Any software developer, with the exception of the vi-loving death-before-IDE people, will find its wide variety of features helpful. And with a price under $300, it is financially well within the reach of most individuals and companies.

List Price $299 ($207.43 at CDW)

128 comments

  1. Re:finally, a good IDE for Linux?!?! by Anonymous Coward · · Score: 0

    It's a perfect development environment, but it's not _integrated_. Maybe Emacs is more like an IDE but I never use it.

  2. Re:IDE's and Linux by Anonymous Coward · · Score: 0

    http://www.slickedit.com/

    I like and use it as well. Can emulate emacs, vi, Brief, CUA, has optional command line, own C-like language for the editor, support a lot of languages, fast, reliable and many-many great features. Functionality is similar to emacs but with MUCH faster learning time. I've tried all of the IDE's for Linux but Visual Slickedit were the most convincing and easy of use. The ONLY BIG problem it doesn't integrate with a debugger (of course you can invoke it, but doesn't follow what you are debugging if you want to edit the source)

  3. Re:Mixing IDE and non-IDE by Anonymous Coward · · Score: 0


    Code Warrior doesn't support Makefiles or CVS. They (of course) have their own proprietary setup for both, which would only be useful (of course) if everybody in the whole world also used Code Warrior.

    They've said support is coming, but I'm not holding my breath.

  4. Anyone heard of Zope? by Anonymous Coward · · Score: 0

    I heard it's opensourced.. :)

    1. Re:Anyone heard of Zope? by GlowStars · · Score: 1

      Well, I guess you are messing up "Code Fusion" with "Cold Fusion". "Code Fusion" is an integrated development environment (IDE) while "Cold Fusion" like "Zope" is an web application server/platform.

  5. Re:I already have an IDE! by Anonymous Coward · · Score: 0

    Where is foo() defined? What's it's signature? Are you serious? What do you think ctags is for? Just say "go to tag `foo'" in your editor. Both vi and emacs do this just fine. If there are multiple versions, just say "go to next". This is trivial stuff. Doesn't anybody know how to use tools anymore?

  6. Re:It's about time... by Anonymous Coward · · Score: 0

    A progammer who needs a hulking IDE to program with doesn't merit the title.

  7. Re:What? No class wizard? by Anonymous Coward · · Score: 0

    A wizard is a person, not a programmer. ENOBILL.

  8. Re:Mixing IDE and non-IDE by Anonymous Coward · · Score: 0

    I'd like to see whether it can handle a patch file. I'll bet it can't. Silly toys.

  9. Re:finally, a good IDE for Linux?!?! by Anonymous Coward · · Score: 0

    toggle switches!

    We used to DREAM of having toggle switches.
    When I first started programming, we passed
    magnets over bare iron -- and were GRATEFUL
    to have the magnets!

  10. DBI/Perl + MySQL by Anonymous Coward · · Score: 0


    No more to say... To happy with IT

    But i'm Looking for a site about
    "DBI/Perl Vs PHP" Advocacy....

    Kisss !



  11. Re:Open Source alternative by Anonymous Coward · · Score: 0

    Vim syntax highlighting is something that would be useful i'd like to find out places that i can get a vi rc file with c, c++ and perl.

    Also how do you do syntax checking in vim?

    Thanks

  12. Re:Give me emacs or give me death by Anonymous Coward · · Score: 0

    i recently installed visual studio on one of my companies win 98 machines and had to reboot 5 or 6 times (but one was to uninstall an old version of VC 5, but that wasn't nessisary although it was part of the install). Now that is fustrating on a friday afternoon

  13. Re:What's an IDE for? by Anonymous Coward · · Score: 0

    Hmm... what are Linux distributions for? Given the documentation, and enough time to learn and compile all those programs and utilities, everyone can perfectly build their own distribution by themselves, right? The point is they makes things easier for the general majority. RH, Caldera, etc., make distributions so you can sit down, install, and get Linux running in a few minutes. IDE automates and simplify tasks so you can concentrate on programming, not on how to work with all the debugging tools. And quite seriously, many ask for IDE on Linux. I was trying to convert my brother from the windows crowd, and the 1st thing he asked for is an IDE like VC++. And man, have you tried to write MFC programs without using VC++ wizards? It would be such a pain to set up the standard interface line-by-line, all by yourself. (I know slashdotter probably hate MFC, but this is just an example)

  14. Re:How does this IDE compare to emacs/gud/make/gdb by Anonymous Coward · · Score: 0

    I use documentation generators for class browsing. For C++/C code, try out Doxygen. For java, javadoc (duh). Dave.

  15. Sick of the title (Score: 6) by Anonymous Coward · · Score: 0

    People are sick of First Posts. They'll moderate anything down that has a title of First. Without reading it.

    But will they moderate down posts that have Scores of 6??? hehe

  16. Re:Give me emacs or give me death by Anonymous Coward · · Score: 0

    I will agree that what editor someone prefers is really immaterial, they're welcome to use whatever. That said, no it's not macho, it's just easier, more configureable, and more flexible to use emacs or vim and build in an xterm (or rxvt or Eterm or whatever). Multi-tasking, multi-threaded, multi-apple-peeling, etc, have absolutely nothing to do with it. Multi-tasking and multi-threading work just fine on my machine, emacs and all. Some people will prefer to point and click and have code pop out, others will want more control. As for me, death before IDE! :) -moibus

  17. Hi, this is anonymous coward. Linux sux. Win Rox. by Anonymous Coward · · Score: 0

    Hey DeWdZ. U GuYs SuCk. LiNuX iS nOt Da BoMb. WiNdOwS iS dA BoMbZ Yo! DeY bE gIvEn MaD PrOpS fOr BuG FrEe SoFtWaRe AnD GoOd CuzTuma SeRvIcE DeWdZ. It Be FoR ReAl Yo! -HaCkMaStApImP-69-666

  18. Re:Mixing IDE and non-IDE by Anonymous Coward · · Score: 0

    Oh, that's not so. I use emacs 20.3 and codewarrior to develop on MacOS. To use an external editor such as emacs or vi, all you have to do is turn off the file modification time caching in codewarrior. I don't know about windows and linux, but codewarrior on MacOS has an open source CVS plugin at http://www.maccvs.org - I haven't used it though because I really like the maccvs pro interface to cvs, so I just use that, and with the file time caching turned off, codewarrior is perfectly happy to use an external version control system. HTH, Ben

  19. Re:Hi, this is anonymous coward. Linux sux. Win Ro by Anonymous Coward · · Score: 0

    Sounds like AOL has let it's people loose...

  20. Re:XEmacs widget? by Anonymous Coward · · Score: 0

    Emacs is incredibly bloated (much more so than W2K). That's why nobody in their right mind would ever use it in a professional grade product. It tells you something when emacs takes more RAM than Netscape.

    Live VI, code VI, die VI.

  21. Re:Current open source options... by Anonymous Coward · · Score: 0

    Sounds like KDE: Microsoft for Linux. Why do it better when we can do it like Windows?

  22. Re:Mixing IDE and non-IDE by Anonymous Coward · · Score: 0

    I have CW for Linux and it doesn't seem to support anything I want it to do. There are not Makefiles, no CVS, no RCS, no SCCS, and no autoconf.

    I've stopped using it except as an editor (vi is too outdated, emacs is too bloated). It also has these project files that are virtually unmanageable in CVS.

  23. yeah, well if you don't know how... by Anonymous Coward · · Score: 0

    C-x 3 will vertically split the window. This is faster than opening another file in VC++ and then clicking on tile. I've used VC++ professionally for years (I had to). Coding in emacs (xemacs) is far more productive once you know some tricks. A good IDE is worthwhile and visual studio is not bad, but its not great either. A good graphical debugger (eg ddd) aids productivity enormously. Frankly, if you need to touch the mouse during development (except when designing dialogs for GUIs) then you're wasting time. As for multi-threaded, why the fuck doesn't visual C++ compile any faster when you have multiple processors - answer: because it doesn't use threads appropriately.

  24. Re:Open Source alternative by Anonymous Coward · · Score: 1
    Yes.

    Code Crusader (http://www.cco.caltech.edu/~jafl/jcc/)

  25. Re:Open Source alternative by Anonymous Coward · · Score: 1

    I thought Code Fusion was also GPL'd, however, it cannot be downloaded from the net. (the license, ofcourse allows it).

  26. Custom editors in IDE's by Anonymous Coward · · Score: 1

    A feature that would make me want to use an IDE: Most of the open source ones already use external programs for a lot of their features, they should use an external editor too. I do not like the fact that because I like to use VIM, I can't access some of the click to edit and jumpto features of some of the IDE's. Forgive me, but I'd rather use a real editor than someone's silly half baked widget.

  27. Re:How does this IDE compare to emacs/gud/make/gdb by Anonymous Coward · · Score: 1

    About the only use I can think of for an IDE is for prototyping UIs. You can drag around components until you like what you see. Being a Layout Manager/EMACS whiz might still win though. I prefer to use Emacs and a hand coded UI using a layout manager though since you get more control.

  28. Re:finally, a good IDE for Linux?!?! by Anonymous Coward · · Score: 1

    This setup has all the power and all the tools and functionality I need, but unfortunately I find it not quite as convenient as a good IDE. I'm pretty proficient with vim, and for editing source code nothing parallels the efficiency I get achieve it. However, in an IDE, commonly used functionality is usually only 1 or 2 keystrokes away. In VC++, to look at a different source file in my project, all I need to do is click on the project view, type the first few characters of name of the file, and hit enter. This is faster than opening a new xterm, and typing "vi path+filename" (even with tab completion in bash), or typing ":e path+filename" to load the file into the current window. When I'm working with an IDE, I really appreciate not having to spend those few extra moments to do common things like open a file.
    That's the main reason I like IDE's, although to me it doesn't make a huge difference whether or not I'm using an IDE. Typically, on Windows I use Visual C++, and on Unix I won't use an IDE.

  29. Re:...integrated debugging? -- Emacs does this by Anonymous Coward · · Score: 1

    Emacs has an 'integrated' debugger (ie you can run the debugger in one window and watch it step through the code, set breakpoints, etc. in another). It's been around for a long time:
    ;;; gud.el --- Grand Unified Debugger mode for gdb, sdb, dbx, xdb or perldb
    ;; Author: Eric S. Raymond
    ;; Maintainer: FSF ;; Keywords: unix, tools
    ;; Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.

  30. What's an IDE for? by Anonymous Coward · · Score: 1

    I'm completely serious. I know how to use tools. I can use a Makefile. I can use vi or emacs. I can use debuggers and profilers. I can integrate my editor with my debugger. I can use cxref and vgrind and cdecl and csope and lint and cparen. I can read the man pages for a function. I can use RCS or CVS. What's an IDE for? What's this noise about some IDE features that write code for you? Is this something for non-programmers? This is not a troll. I've used Unix for twenty years. I've never ever used a PC from Microsoft or Apple. I don't know what this IDE thing would do for me.

    1. Re:What's an IDE for? by guacamole · · Score: 2

      Simply, Linux became a buzzword today, and there is a crowd of windoze programmers who'd like to code on linux. But wait, they were using MS VC++ all the time. Even now I meet windows programmers who after looking at a linux machine start saying that their VISUAL tools are superior to gcc or unix editors just because they are Visual Something+++, go figure.
      Anyways, everything on unix appears to be difficult to use. But this is just a perception. Once you learn the basics you figure that the whole system makes sense, is very integrated and powerful..

    2. Re:What's an IDE for? by Chandon+Seldon · · Score: 1

      Mabie let you teach your children/sibling's children/friend's children to code in a simpler way?

      But then, you probably wouldn't want then to devop the bad habits or dependances that learning to code in an IDE tends to cause.

      I guess if you can code well with "traditional tools", an IDE would be a collossal waste of bytes for you.

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
  31. Does it export Makefiles and Configure scripts... by Anonymous Coward · · Score: 1

    ...like KDevelop does? Very important IMO.

    -W.W.

    Posted anonymously due to being locked out of account and Rob not answering e-mail.

  32. Re:Open Source alternative by Anonymous Coward · · Score: 2

    Yes, KDevelop is approaching maturity and is in its second beta now.

  33. Re:finally, a good IDE for Linux?!?! by Anonymous Coward · · Score: 3

    vi? emacs? pff.

    The only true programming editor is "cat >".

    It has no modes to worry about (like command vs edit mode), no fancy commands to worry about, no cruft like a macro language, has not only been ported to virtually every unix variant (as well as dos, windows, and os/2), but works identically the same everywhere (no need to worry about vi vs nvi vs vim vs elvis). It doesn't depend on curses, windowing, nor anything else like that. It has an incredibly small memory footprint. AND, it forces you to think ahead and spell things correctly the FIRST time.

    gdb!? sheer luxury. You never need anything more than the printf debugger.

    IDE's? "cat | gcc" and the world is your oyster.


    (brought to you by REAL Luddites, as opposed to pansy "vi and emacs til the day I die" luddites)

  34. Re:...integrated debugging? by Anonymous Coward · · Score: 4

    RHIDE has probably gotten less credit/attention than it deserves because it's from that bizzare free software sub-community using *-DOS. It was developed for DGJPP to give DOS users their familiar Borland-like IDE. Its debugger is just as integrated and easy to use as the Borland one was. It's been available on linux for some time, but so far as I can tell, it's still pretty much only used by Win/DOS types. Too bad really, because I *know* a lot of linux users began programming on those text-based DOS systems and this might do a lot to relieve some of the where's-my-ide-angst floating about.

  35. Re:I already have an IDE! by grrussel · · Score: 1

    It gets you ease of Learning. It lets you concentrate on learning and coding the language, not in the arcana of makefiles, commandline options, grep and reg exp. It lets you browse the structure of your project easily, to find a function / object /variable / whatever. It should automate trivia like creting a new project with a makefile etc.

    Might also add searchable help and GUI layout tools, and integrated debugging.

    Best of all, it saves me from learning more than the basics of vim or emacs.

  36. ...integrated debugging? by Adam+Wiggins · · Score: 4

    *sigh*

    Okay, there's now five or ten pretty nice IDEs for Linux. (Code Warrior, Code Fusion, KDevelop, CForge...)

    There are some extremely good visual debuggers. (ddd, kdbg, Code Medic...)

    But...it's all pointless without integrated debugging! I'm sorry, I find the lack of this feature to be a major detriment to these products, and to OSS/free software in general. Ten years ago I was running QuickC on my 286-12 running DOS, and *it* had an integrated debugger.

    I have several co-workers now who have installed Linux to check it out, and have been very happy with the power and stability it offers, but - in a nutshell - they won't work without the development environment they are used to, and that means an integrated debugger.

    Myself, I find it too annoying to deal with loading up a seperate (graphical) debugger, especially while running an already screen-space-hogging IDE. I continue to use vim+make+gdb.

    Yes, I know - I should stop bitching and just code it. Still, it's a big job, and I'm torn whether I should try to add interactive debugging to something like KDevelop (certainly a big job) or simply add some source-editing features to DDD (a smaller job, but less impressive when finished).

    I was hoping that Code Fusion would finally contain an integrated debugger, since it's not just a port of an existing IDE. I see now that our only hope is the 'Pro' version of Code Warrior.

    1. Re:...integrated debugging? by jabbo · · Score: 2

      What, changing DDD to fire up

      gnuclient +@LINE@ @FILE@

      instead of

      vi +@LINE@ @FILE@

      is too hard? I almost bought a copy of Code Fusion and then said "naaah, what for?" when I realized I could do everything but the source navigation just using GCC 2.95.1, GDB 4.18, DDD 3.16, and XEmacs 21.4. Seeing as to how I already use all of these in earlier versions, it wasn't real hard to transition to writing Java->native code, my only problem now is getting DDD to work right with the executables. But DDD also lets one debug Perl and Python scripts. Can't do that with Code Fusion!

      --
      Remember that what's inside of you doesn't matter because nobody can see it.
    2. Re:...integrated debugging? by Utter · · Score: 2

      You should discover the beauty of virtual desktops. And understand that integrated debugging is not that important (unless you can apply code changes without restarting the application, a.k.a. Edit and Continue).

      I set up one desktop with XEmacs. I divide XEmacs in three buffers. At the bottom I have my compile buffer. Above I use two source buffers splitted vertical.
      In another desktop I set up the DDD debugger windows, formed exactly as I want it.
      And in the third desktop I have Netscape as help system (I hate both info and man pages).

      OK, I still miss a autoconf project manager, and a graphical profiler. But from that I am pretty pleased with developing without an IDE.

      (I use Visual C++ 6.0 daily, so I have a really good but buggy IDE to compare with)

    3. Re:...integrated debugging? by Mr_Ust · · Score: 1

      I thought Code Crusader interfaced directly to Code Medic?

      I haven't really tried using any of the features, but this was specifically mentioned in the docs..

      Are you looking for tighter integration than CC offers?

  37. I think I'll stick with C-Forge by R-2-RO · · Score: 2

    I never really got into emacs. I dig vi a lot though. When I went looking for an IDE, I came across C-Forge C-Forge There is a demo available on the site. It has pretty good project management, DND, rcs, and defaults to DDD for debugging. I also love the fact that the editor can operate in 'vi' mode.

    --
    Thank you. Drive through. (:wq)
  38. Manually writing Makefiles? Bah! by Kev+Vance · · Score: 1

    I learned GNU autoconf & automake a few months ago, and I haven't written another Makefile since. All you need to know are the names of your sources and the library versions you want to link to... then Makefiles can be generated for multitudes of platforms automatically.

    Beats doing them manually, using Imakefiles (*shudder*), or having strange "project manager" files...

    --
    F0 07 C7 C8
  39. Re:Give me emacs or give me death by Bryan+Ischo · · Score: 1

    Amen. Emacs takes time and effort to learn, but so does anything worth knowing.

    I have heard that Emacs is embeddable, in that Emacs can be made, with sufficient support from the application in question, to be used as an embedded editor.

    I could almost handle some IDE's out there, if only I could edit using Emacs instead of the flimsy editor that comes with the IDE.

  40. Re:Who's missing the point? by Eccles · · Score: 2

    Try to code nice console programs and static libs not touching the horrible VC MFC libs and go STL and stdio instead. What happens?

    I've found it often works better than egcs. I had to rewrite an egcs version of a console test app because it didn't like typedefs in templates based on typedefs from the template parameters. (I ended up using -- God help us! -- #defines.) Maybe egcs has improved since then, but slamming a compiler because it isn't quite up to the standards spec means you slam all compilers.

    I'll grant you the non-standard scope for variables declared in for loops, and the lack of a standard switch for just changing that, sucks.

    To my mind no IDE (including emacs) is really at the level I need it. I like the multiple independently-resizeable edit windows of CodeWarrior (that offer more than just editing, things like setting breakpoints for example). I like the displays of local variables and the edit and continue of Visual. I like the power of command line programs with Unix/Linux. (Especially the ability to pipe grep, grep -v, etc.) I like the ease of learning the simple stuff of CodeWarrior and Visual.

    I want the ability to add hyperlinks to documentation in source code, where I can click to get a viewer. I want easy to browse instructions. I want to be able to set *compile* breakpoints, so I can see what header files are included and what's defined at a given point. I want the ability to indicate groupings of functionality even when there's no language-level indication (such as namespaces) of that grouping. I want diff tools that show word-level differences if lines aren't very different, and that show the difference in context. I want to be able to change a variable's name, and have all references to it change too -- but not identically named but different variables.

    --
    Ooh, a sarcasm detector. Oh, that's a real useful invention.
  41. Re:Visual Studio *programmers* can suck... by /dev/niall · · Score: 2
    Why not wait for a port of MS DevStudio to Linux? I think it'd be the perfect way to fu** up the whole beauty of development on Linux. Oh no, I see the developers of KDevelop dreaming that QT is someday as big and ugly as MFC, and KDevelop performing as moronic as DevStudio. Yes, 13 year old mongoloid kids would be able to write KDE (pronounced "windows-wanna-be") applications that do incredibly useless things.

    Go to freshmeat and search for "gtk". You'll get back a result list of of something like 400 applications. Are all of these useful? Probably not. Most were written by folks trying GTK out, learning, and sharing their results.

    Libraries and development enviornments do not govern the usefulness of a program or application.

    Plenty of excellent programmers swear by Visual Studio. Plenty of excellent programmers swear by emacs. For some reason, some even use vi (sorry, couldn't resist! ;) )

    --
    --
  42. Re:Performance review? by kip3f · · Score: 2

    I believe that you are talking about COLD Fusion. This article was about CODE Fusion.
    --
    Man is most nearly himself when he achieves the seriousness of a child at play.

    --
    ****Gfx Scrollbar Special case hit!!*****
  43. We're talking about CODE Fusion by ptomblin · · Score: 1

    ...not Cold Fusion.

    I knew the name Code Fusion was a mistake.

    --
    The next Cmdr Taco duplicate will be ready soon, but subscribers can beat the rush and see it early!
    1. Re:We're talking about CODE Fusion by Jelloman · · Score: 1



      I have a code.


      Ahhhh-CHOO!

  44. Re:finally, a good IDE for Linux?!?! by ptomblin · · Score: 1

    Don't forget "make". The only things missing from that combination are:
    - a decent class editor/browser for Java. ctags stopped cutting it when I moved from C to C++, and it's useless for Java.
    - a decent code beautifier, since indent doesn't work right for Java.

    --
    The next Cmdr Taco duplicate will be ready soon, but subscribers can beat the rush and see it early!
  45. Re:finally, a good IDE for Linux?!?! by ptomblin · · Score: 1

    The problem I've found with java beautifiers is that most of them are like the old "cb" program, where I want something as configurable as "indent". Remember "cb"? It was "our coding style or nothing". So are a whole raft of Java beautifiers.

    I'd not heard of Exhuberant ctags. I'll give it a try.

    --
    The next Cmdr Taco duplicate will be ready soon, but subscribers can beat the rush and see it early!
  46. Suggestion for Moderator-mode by ptomblin · · Score: 1

    If you moderate down something as off-topic, the replies to it should probably be automatically bumped down a notch.

    Here we're looking at my reply to a message, but the original message was off-topic and moderated down below my threshold, so it looks like *I* started talking about something off-topic out of the blue.

    --
    The next Cmdr Taco duplicate will be ready soon, but subscribers can beat the rush and see it early!
  47. Code Fusion != Cold Fusion by Jason+Earl · · Score: 1

    You might want to hang on to that clue bus ticket :).

    _Code_ Fusion is an IDE for Linux. It has _everything_ to do with makefiles et al.

  48. Re:Questions by Q*bert · · Score: 1
    And my most pressing question:
    Does it do emacs-style auto-indent? This is the killer feature without which I cannot live. I want to be able to hit tab once, anywhere in the line and have the editor deduce where to put the cursor from the syntax of the code.. No indentation, no dice.

    PS: What about regexp searches in/across files? regexps are yummy too.

    Beer recipe: free! #Source
    Cold pints: $2 #Product

  49. I already have an IDE! by Frank+Sullivan · · Score: 2

    It's called a Unix shell. It includes choice of editors, build tools, version control, multiple scripting languages, etc. It can work in very little desktop space (i'm currently using just an xterm), is language-independent, etc.

    My question is, what does the "Integrated" environment get me that i can't already get with my Unix shell, and how much of the flexibility of the Unix shell must i surrender to get it?

    -dave, who is currently hacking Perl over a WAN in an xterm)

    ---

    --
    Hand me that airplane glue and I'll tell you another story.
    1. Re:I already have an IDE! by Frank+Sullivan · · Score: 3

      How about nearly 4000 C source files and nearly 14,000 files (over 17,000 if you count differently) in a complete build directory? That's my daily work environment. How about making it cross-platform for 9 or so Unix platforms, plus NT? Does the cool IDE allow unattended cron job builds? Can it integrate our homegrown version control system? Does it support all our platforms (including NT)? Can its build system do things like kick off internal database processes during the build that are needed for other parts of the build?

      Other than occasional use of Source Insight (an inexpensive and excellent commercial source code index/analysis tool), i rarely need anything more than find, grep, and one-liner custom greps written with perl -e. With a project of this size, i find the "knowledge... of regexps" and "ugly makefiles" not just useful, but priceless. The bigger the project, the more useful the Unix command line becomes.
      ---

      --
      Hand me that airplane glue and I'll tell you another story.
    2. Re:I already have an IDE! by Bitscape · · Score: 1

      The tools are there, but they aren't usually obvious to refugees from the Redmond world. Perhaps some web pages and/or books which would introduce programmers to these useful items is called for.

    3. Re:I already have an IDE! by hawkfan · · Score: 2
      ok. so youre working on a medium-large software project. you've got over 100 source files, some of which you wrote, some of which you didn't.

      Sounds like many free software projects.

      where is foo() defined? where is it declared? where's the next place it's used? what are the different signatures of functions named foo()?

      For vim:
      !man ctags
      :help tags

      All the tools are there, the hard part is to figure out how you like to chain them together. I've yet to find a better IDE than what stringing together standard/free UNIX tools provide once you've taken the time to figure that out. Perhaps the lack of an IDE comperable to those found in DOS/Windows is due to the do one thing and do it well philosophy in UNIX..

    4. Re:I already have an IDE! by vyesue · · Score: 2

      ok. so youre working on a medium-large software project. you've got over 100 source files, some of which you wrote, some of which you didn't.

      where is foo() defined? where is it declared? where's the next place it's used? what are the different signatures of functions named foo()?

      you can answer these questions from your shell, yeah. but it takes some knowledge and application of regexps and grep and it takes some time to write these little "queries" and sift thru their results.

      don't get me wrong, I'm not dissing the "vi-as-ide" method of programming. I've done a lot of it. but an IDE often gets you some of these features for free.

      additionally, in good ide's you get an integrated debugger as well, and probably an improved compilation system that saves you from kludging up a whole bunch of ugly makefiles.

  50. Re:Questions by justo · · Score: 2
    not to mention
    • does the ide support keystroke navigation -- i hate to use the mouse if i don't have to
    i tend to use emacs a lot because of source control tightly intergrated with a simple keystroke.

    extensibility and customization/personalization are also an important...

  51. How does it compare to DDD? by matomira · · Score: 1

    And how good is it for multithreaded debugging

    is there anything comparable to SGI's CaseVision?
    [As a reference, I consider multithreaded debugging support in VisualC++ to be BAD compared to cvd]

  52. Current open source options... by Svartalf · · Score: 1

    The closest things that are available are Code Crusader and KDevelop.



    There's several other options out there, but they're not as nice as these two, IMNSHO...



    Both offer project management, class browsing C++, syntax highlighting, etc. KDevelop looks nearly like VisualC++, Code Crusader is more closely modeled after Code Warrior. These decisions dictate code choices.



    KDevelop does class browsing in a way much like VisualC++ does. Code Crusader shows classes in a class inheritance tree.



    Each of these environments have their own set of problems- you'll need to evaluate their offered functionalities and find out the drawbacks for your purposes and choose accordingly.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  53. Current open source options... by Svartalf · · Score: 4

    The closest things that are available are Code Crusader and KDevelop.

    There's several other options out there, but they're not as nice as these two, IMNSHO...

    Both offer project management, class browsing C++, syntax highlighting, etc. KDevelop looks nearly like VisualC++, Code Crusader is more closely modeled after Code Warrior. These decisions dictate code choices.

    KDevelop does class browsing in a way much like VisualC++ does. Code Crusader shows classes in a class inheritance tree.

    Each of these environments have their own set of problems- you'll need to evaluate their offered functionalities and find out the drawbacks for your purposes and choose accordingly.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  54. Mixing IDE and non-IDE by bjb · · Score: 4
    I'm certainly glad to hear that a decent IDE is available for Linux. Being that I just about qualify as a 'VIM or death' type coder, I am more comfortable outside of an IDE, but I do use IDEs (MS VC++) regularly. I guess what I would be curious about is how well you can work with a mixed environment with CodeWarrior.

    The scenario that I'm interested in is that I typically build things at the command line, but use the source browsers to explore other classes and their methods. The other use is that I create the build environments in the IDE, export a makefile (because there are a lot of dependencies to code; let the IDE do it for you), and then fire it all off by typing 'make' at a command line. Does CodeWarrior fit this situation?

    While IDEs are nice, I like the ability for them to simply put a GUI on some parts of the development process. Otherwise, hands off and let me use VIM! :grin:

    --

    --
    Never hit your grandmother with a shovel, for it leaves a bad impression on her mind...
  55. Re:Cygnus Java support (no AWT) by cbj · · Score: 1

    I believe support for Java's AWT is missing, but most of the rest is there.

  56. Re:finally, a good IDE for Linux?!?! by Malor · · Score: 1

    Bah.

    Real Luddites use toggle switches.

    :-)

  57. Kdevelop home page by Otter · · Score: 1

    Kdevelop can be found here. The new beta version is nicely functional. I've built a LinuxPPC package and put it at the below site -- before realizing that anyone who can't compile it themselves doesn't really need it...

  58. Re:ed is the standard (off-topic) by Guy+Harris · · Score: 1
    Here's a full discussion of that topic.
    ED IS THE TRUE PATH TO NIRVANA! ED HAS BEEN THE CHOICE OF EDUCATED AND IGNORANT ALIKE FOR CENTURIES! ED WILL NOT CORRUPT YOUR PRECIOUS BODILY FLUIDS!! ED IS THE STANDARD TEXT EDITOR! ED MAKES THE SUN SHINE AND THE BIRDS SING AND THE GRASS GREEN!!
  59. Nedit can do this already by Colin+Simmonds · · Score: 1
    (I use NEdit now, which rocks BTW)

    I use Nedit and love it, which is why I'm surprised you weren't aware that it already has most of the features that you are asking for.

    I wish there was a GUI text editor that did perl/html/php3/etc. syntax highlighting

    As of version 5 and greater, Nedit has a wonderfully customizable syntax coloring feature. You can specify syntax coloring for language modes using regular expressions. Of the ones you listed, both Perl and HTML modes come built in, and you can easily write patterns to match php3 syntax, or any other language.

    could run my scripts (if they're that kind of thing) or do a perl -cw on them (if they're not)

    In addition to syntax coloring, the language modes can be used to set macros in Nedit's builtin language to only run for particular source types. For the features not builtin, it can easily execute arbitrary shell commands.

    that would integrate seamlessly with ftp and cvs

    There might be existing macros to do this from the Nedit macro list. If not, it shouldn't be difficult to write your own.

    1. Re:Nedit can do this already by kuro5hin · · Score: 1

      I, too, do love Nedit, and yes, the syntax stuff is all taken care of, and it'll do until someone comes out with something that's just way better. My question was more about something that does ALL those things, instead of some/most. But I will look into the macro stuff you mentioned.

      ----
      We all take pink lemonade for granted.

      --
      There is no K5 cabal.
      I am not the real rusty.
  60. First? by GnorpH · · Score: 0

    Maybe...

    ...BTW can I use it for ObjC as well?!

    --
    --- GnorpH
    1. Re:First? by Synic · · Score: 1

      How is this offtopic? Whoever moderated this post sucks! I don't believe Code Fusion supports ObjC but I wonder if there are any IDE's for Linux out there that *do*?

    2. Re:First? by Chandon+Seldon · · Score: 1

      This is offtopic because it's title is "First?".

      Posts that say "First Post!" are discouraged here on Slashdot.

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
  61. Re:Give me emacs or give me death by Kesha · · Score: 1

    Same here. As a matter of fact Emacs is the reason I got acquainted with Linux. I was looking for Emacs for my Win3.1 pc, and stumbled upon walnut creek cdrom. I ended up ordering a Linux Slackware CD, and was very happy with it.

    I've tried using MSVC++4.0 IDE, Borland C++ 4.5 & 5.0 IDE, and Watcom C++ 11 IDE, they all felt too stupid when it came to auto-indent, plus they weren't nearly as customizable as Emacs.

  62. ed is the standard by Jeffrey+Baker · · Score: 1

    Everyone yapping about emacs and vi(m). Does it have ed emulation? Does it integrate with xed? Ed is the standard! -jwb

    1. Re:ed is the standard by Pandemic · · Score: 1

      ed is the default editor! And ed doesn't waste space on my Timex Sinclair. Just look:

      - -rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed
      - -rwxr-xr-t 4 root 1310720 Jan 1 1970 /usr/ucb/vi
      - -rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs

      ----
      --
      There's no vaccine for quick-and-dirty.
  63. Allaire ColdFusion != Cygnus Cold Fusion by Mr+Z · · Score: 1

    You may have had a ticket on the clue bus, but I think you've lost your transfer.

    Allaire's Cold Fusion web development product has little to do with Cygnus' Cold Fusion IDE, other than the obvious clash in names.

    --Joe
    --
  64. s/Cygnus Cold Fusion/Cygnus Code Fusion/g by Mr+Z · · Score: 1

    Ack... my brain got sucked into the same trap as a few other people on this article. See subject.

    --Joe
    --
  65. Use tags. by Bob+Copeland · · Score: 1

    You know, if you set up tags in your project, going to a source file that contains a specific function in vim is as difficult as hitting CTRL-] on the function and CTRL-T to go back. You can use regexps if you use the ":tag" function.

  66. What? No class wizard? by ratman · · Score: 1

    It must be a decent product if a Visual Studio weanie can fire it up and run it. I just wish a developer would post some comments with respect to: what compiler it uses, does it create makefiles, does it ship with any frameworks, libraries, etc. what languages, processors, etc it supports, is the java stuff worth looking at...

    "Class wizard, I beseech thee. Grant unto me the power to render my application."

    --
    How can they feel the rain but not know of the flood?
  67. Maybe OT: Perl Development by kuro5hin · · Score: 2
    Ok, so I write an awful lot of perl, and mainly, perl development just doesn't need all this "project" crap, makefiles, yadda yadda. But here's what I wish: I wish there was a GUI text editor that did perl/html/php3/etc. syntax highlighting (I use NEdit now, which rocks BTW), could run my scripts (if they're that kind of thing) or do a perl -cw on them (if they're not), that would integrate seamlessly with ftp and cvs (most of my work really lives on other servers anyway), and could give me some debugging functions of some sort.

    Now, I'm not going to give up Perl, of course, but this would make me just another, slightly happier, perl hacker. Anyone have any leads on something like this?

    And to qualify: don't even bother saying emacs. Seriously. No thanks, I already have an operating system. :-)

    ----
    We all take pink lemonade for granted.

    --
    There is no K5 cabal.
    I am not the real rusty.
    1. Re:Maybe OT: Perl Development by Abattoir · · Score: 1

      this is about vi/vim/gvim, so if you dont like vi (ie, are a emacs diehard), and dont want to learn more about the new version, read someone else's comment! :-)

      the latest version of VIM (5.4 is stable, 5.5somethin is development) has a very nice gui (now uses gtk!) and syntax highlighting for more languages than i knew existed! (161 syntax definition files on my system). and of course, this includes perl, html, php3, as well as java, javascript, visual basic (for those who are stuck devloping in that, i am sorry), and many many more.

      also, the new version has the ability to run make, i heard it supports cvs (haven't found this in the menus, probably a command mode option if there) supports ctags (which i'm not familiar with but i've heard is "A Good Thing"(tm)). as well as more options than ever before.

      one niggly that i'm not too fond of is it doesn't properly use the X resources, so when you define for example Vim*reverseVideo True, it doesn't actually give you white on black. but other than that, my appreciation for the program has only increased.

      the official site is http://www.vim.org. check out Sven's dot vimrc, its HUGE but well documented and i use pretty much all the default options in there.

    2. Re:Maybe OT: Perl Development by orcrist · · Score: 1

      I use NEdit too, and I've just finished a little Perl/TK program which will allow you to save files directly from NEdit to an ftp server (actually it will allow this from the commandline also). It doesn't have any docs yet (I hadn't planned on publicizing it yet) but if you want it, send me an e-mail (without the *blah*) and I'll send you the current version.

      I've also gotten the perl debugger to drive the NEdit window while stepping through a program (including opening additional windows for any modules used). This is still just an ugly hack though; I'd prefer to pipe the output to another tty like Tom's pvdb but that'll take a bit more work.

      Just set the perl debugger to pipe its output to the following program (the line:
      parse_options("LineInfo=|nedit_perldb.pl");
      in a file called .perldb in your home directory will do it)

      #!/usr/bin/perl -w
      #
      # nedit_perldb
      # version -0.01
      #
      # (c) Christopher Kuhi

      open (FILE, ">$ENV{HOME}/.perldebug/debug.out") or die;
      # You need to create this directory and do a tail -f as it stands now

      select FILE;
      $| = 1;

      while () {

      unless (/^(\d+)\:/) {

      /^[^(]+\(([^:]*)\:(\d+)\)/;
      my $filename = $1;
      my $linenumber = $2;

      if (-e $filename) {
      system ("nc -do 'goto_line_number($linenumber)' $filename");
      }
      }
      print FILE $_;

      }

      # I'm sure the indentation is shot to hell now :(

      Like I said, crude but I've found it to be helpful.

      Chris

      p.s. if anyone knows where I can read about the exact format of the output from the Perl debugger, I'd like to be sure my regex will cover all the situations

      --
      San Francisco values: compassion, tolerance, respect, intelligence
    3. Re:Maybe OT: Perl Development by orcrist · · Score: 1

      Oops. Forgot to mention that you need to set
      nc.autoStart: True
      in your .Xresources file.

      And it would probably be better to give the full path for nc:

      system ("/usr/local/bin/nc -do 'goto_line_number($linenumber)' $filename");

      chris

      --
      San Francisco values: compassion, tolerance, respect, intelligence
    4. Re:Maybe OT: Perl Development by Tom+Christiansen · · Score: 2
      But here's what I wish: I wish there was a GUI text editor that did perl/html/php3/etc. syntax highlighting (I use NEdit now, which rocks BTW), could run my scripts (if they're that kind of thing) or do a perl -cw on them (if they're not), that would integrate seamlessly with ftp and cvs (most of my work really lives on other servers anyway), and could give me some debugging functions of some sort.
      I don't quite understand the ftp and cvs thing you mention. If you don't mind using a power editor, there are versions of vi that do some kind of syntax coloring for Perl. (I've never understood the need, personally.)

      You might also look at pvdb . It gives you three xterms: one for the perl debugger, one for vi on whatever source file the debugger has break-pointed into, and one for stdin and stdout. As you hit breakpoints and step through, it controls vi for you to move you around.

  68. Cygnus products: bad experience by cambion · · Score: 2
    I've had a VERY bad experience with the Source Navigator by Cygnus, which now is integrated into the Code Fusion as the tool for source browsing.

    Guys, to be honest, SN is just a pile of shit in very fancy tix wrapping.
    We were using SN databases ( it parses your project and builds several databases out of it) to make some source analazyng tools for big (more than 2.500 files) project, and we had run into troubles. SN started to crash often, corrupting databases and producing unpredictable results. I have more than 30 bugs listed in our local gnats system. Here are some of those:
    • Source Navigator does not report correctly information on entities(e.g. structures) declared in the scope of a class, it reports them as declared in global scope
    • references to the virtual functions do not point
      to the actual function implementation. The reference points to the function declaration in the parent class, instead of the implementation
      in the derived.
    • it is now possible to print a xref-page only, if it fits on one page (a4). if it has more than one page, SN crashes with bus error

    And so on. I just took first three bugs from our bug tracking db.


    When we tried to contact Cygnus support for those bugs, we received a polite reply on of the support staff that mentioned bugs will be fixed in the future release. We've waited for a couple of months and then new SN update appeared. None of the bugs we submitted to support were fixed.. :( We resubmitted bugs. Received another polite letter... and we're still waiting for fixes.


    Of course, there's a lot of good products from Cygnus. I use egcs at work and a lot of tools compiled with cygwin at my home PC, and I can't say anything bad about those products. But never - I repeat - NEVER spend you money on this foolish thing.

    PS. sorry for my bad english.

    --
    -cambion
  69. Re:Open Source alternative by Blue+Lang · · Score: 1

    Also how do you do syntax checking in vim?

    Just download it, (www.vim.org) and it does all of that. I recommend the .vimrc from dotfiles.com.. It contains all of the syntax hilighting and checking turned on.. Cool stuff.

    --
    blue

    --
    i browse at -1 because they're funnier than you are.
  70. Re:IDE's and Linux by warmi · · Score: 0

    http://www.slickedit.com/

    Very nice IDE ...
    Check it out.

  71. Re:finally, a good IDE for Linux?!?! by warmi · · Score: 1

    No it is not. At least not for me.
    This is the old way of doing things. It works, of course, but eventually people will move to better tools ... And for me , IDEs are next step from the setup your are advocating.

  72. Re:Visual Studio *programmers* can suck... by warmi · · Score: 1

    You are missing the point. If you are so "hard core" you can skip all the wizards in VC and code in Win32 API. Hell, if you that tought, skip message crackers too, just nice old big switch() statement.
    The point is - it is a tool that provides you with optional wizards and stuff like that but you are not forced to use that.

  73. Re:Open Source alternative by Synic · · Score: 1

    No, Code Fusion is *not* GPL.
    Quoting from the FAQ on www.cygnus.com/codefusion/faq.html#4



    "...commercial Linux IDE..."

  74. Re:Open Source alternative by Synic · · Score: 1
  75. Re:Open Source alternative by Synic · · Score: 1

    Woops! Looks like newer home page is linked lower down a few more comments... www.kdevelop.org

  76. Re:finally, a good IDE for Linux?!?! by orcrist · · Score: 1

    You had caves?
    You lucky bastard.

    --
    San Francisco values: compassion, tolerance, respect, intelligence
  77. XEmacs widget? by Mr+T · · Score: 1

    Anyone done anything with it? I haven't had the time yet but I've got about a thousand ideas for that beast... How come it's not the standard editor in all these IDEs? Code reuse people! That's 2 birds in one stone, emacs and you can autoload the vile script for the freaks out there.

    --
    This is my signature. There are many signatures like it but this one is mine..
  78. Questions by AT · · Score: 2
    Some questions I'd like answered:

    • can you import/export Makefiles?
    • does it do emacs/vi keybinding?
    • any integration with source control tools?
  79. Re:How does this IDE compare to emacs/gud/make/gdb by PatientZero · · Score: 3
    I, unfortunately, have been bound to the Wintel platform for a decade now (switched from Mac, but still pine for Unix/Linux at work someday). I've used the following IDEs:

    Mac

    • Symantec C++ (rocked!)
    • CodeWarrior (only used it a bit, but it was great also)

    Win

    • MS Visual C++ 5 (very little, no comment other than sluggish)
    • PowerBuilder 4/5 (nice, integrated, but obviously proprietary)
    • Symantec Cafe 2/3 (slow, slow, slow, lame editor)

    Now I've been working at a startup for the last six months doing Java. There are few tools to support Java development to the level of complexity offered C++ coders, so we rolled our own. It's still basic as I haven't had much time to continue building it, but that changes next month. :)

    Here's what we're currently using:

    • Cygwin (crucial!)
      • bash
      • cpp (for #define et al)
      • all the other nice GNU tools
    • Perl 5 (for some build scripts and tools)
    • CVS
    • JDK 1.1.7b

    Most everyone here uses Symantec Cafe. I had already chosen my IDE prior to arriving, however, at a contract a year earlier. After using so many IDEs, I found that the central feature lacking in them all was a good editor. I spend 90% of my coding time actually coding, and very little building.

    I eventually found CodeWright (windows only) and have used it since. For one, I have not found a better editor out of the box. Emacs can be configured to do nearly everything and more, but I don't have the time yet to jump in fully. I can get by editing in Emacs, but that's about it.

    CodeWright, like Emacs, has extensibility. You can use one of their own three macro languages, C, C++, or Perl to write extensions to the editor. Even easier, however, is that it has hooks for compilers, make, version control, etc. You just enter the (cmd.exe) command line to execute for each function:

    Example
    Source Check-in: d:\public\bin\cvscommit.bat %v%d %r%e

    %v%d is the project path
    %r%e is the source file

    The meat of cvsput.bat is
    d:
    cd %1
    cvs commit %2
    And it was just as trivial to tweak it to use our build scripts, tag files, etc.

    Bottom Line: Take the time to pick a good editor and extend it. Yes, I'd love a class browser, but far more important for me is to be able to hit ctrl-F10 and have the current file saved, preprocessed, and compiled; and the cursor jumps to the first error. You can do all that with Emacs and JDE, and we'll move that way once we jump fully to Unix next year.

    Now all I have to do is convince the black hats that Linux is an enterprise platform. Got any ideas?

    -PZ

    --
    Freedom to fear. Freedom from thought. Freedom to kill.
    I guess the War on Terror really is about freedom!
  80. Visual Studio *programmers* can suck... by exa · · Score: 0

    their mice. I think they'd have a better time doing that instead of coding VC++.

    If a visual studio weanie can fire it up and run it it's the proof that the IDE sucks. Why do I hate "class wizard" term so much? Perhaps it's because I hate MS terminology: all those sucky idiot wizards in MS apps...

    Why not wait for a port of MS DevStudio to Linux? I think it'd be the perfect way to fu** up the whole beauty of development on Linux. Oh no, I see the developers of KDevelop dreaming that QT is someday as big and ugly as MFC, and KDevelop performing as moronic as DevStudio. Yes, 13 year old mongoloid kids would be able to write KDE (pronounced "windows-wanna-be") applications that do incredibly useless things.


    --
    --exa--
  81. So the IDE has a frontend for autoconf/automake? by exa · · Score: 1

    At least we had hoped that an IDE would supply that in some /. discussion. Hmmm, I'd really like an IDE that gives you full control over the tools it provides an interface to.

    What's more 1) is the editor better than emacs/xemacs? 2) is the debugger better than ddd?
    questions remain open. You'd have to succeed in both areas to make me pay those bucks.

    Anyway, this is the kind of thing where improvement is sure to happen. What do you say?
    Which features must be worked out?

    --
    --exa--
  82. Who's missing the point? by exa · · Score: 1

    Yeah, I've been there and done that.
    Try to code nice console programs and static libs not touching the horrible VC MFC libs and go STL and stdio instead. What happens? Lemme sort it out. You're not gonna compile half of your valid std C++ proggies. Templates will break, namespaces will blow, linkers will get confused..

    I think you're overestimating the DevStudio environment.

    Plus, if there are the (what - 4gl, 3gl) tools, you just want them fine and dandy. Not the lame DevStudio ones.


    --
    --exa--
  83. IDE's must not be developed for non-programmers by exa · · Score: 1

    Seems like you're omitting the grand idea here and still collecting all the moderation points.

    What I don't like is that a development environment is intended for non-coders. An IDE similar to DevStudio just gives me that feeling. The "here moron, you can make a window like this", "see moron, click here and some sucky message map code will be generated. totally ad-hoc!" wizards or "Our library allows you to write WinSock2.0 code so easily. Just stick to our lame object model." libraries make me sick. I do think that the libraries and DE's may govern the quality of software at least.

    What's more, I condemn all those excellent programmers who stick with VC! Nothing compares to emacs+ddd.

    And yes, there are many GTK proggies that are not useful. Still I stress that the KDE must be pronounced "windows-wanna-be".

    --
    --exa--
  84. Re:How does this IDE compare to emacs/gud/make/gdb by rjrjr · · Score: 1

    I've been unable to live or code without Emacs since, oh, 1983. The only time I made the jump to an IDE was when the second version of NeXT's Project Builder came out. Note that this is still available as part of Mac OS X server, and as far as I know will continue to be maintained and extended.

    The original PB was already an excellent Makefile creation and management tool, scaling up to seriously big projects. Lighthouse Design used it faithfully. However, its text editor was, well, pretty but primitive. (Undo? Never heard of it.)

    The second PB was rewritten to improve that Makefile management (converting it from CMU to GNU make), and also with a set goal of converting die-hard Emacs fans, and they did it. It wasn't a lisp environment, so real customization/extension is gone, but the main keystrokes and semantics are very faithful. Undo past save, ctrl-x ctrl-s, incremental search, lots and lots of my muscle memory just works.

    This is not to say that you have to be an Emacs-head to use it. It has all the standard friendly menus and commands. It just happens to have a lot of Emacs style goo too.

    They also did a decent job of putting a GUI on GDB, especially managing breakpoints.

    Caveats: I was strictly an Objective-C boy, really have no idea how it treated C++ developers. However, the Mac OS X version is now a fine Java development environment. That seems to bode well.

  85. Performance of compiler. by ghazban · · Score: 1

    I've heard that the compiler that comes with Code Fusion is superior to any other. Has anyone besides cygnus run some tests on the speed, and if so, where can I find the results to these tests?

  86. You might wanna hold onto that ticket... by cullman · · Score: 1

    Cold Fusion is a server side programming environment, however, they are talking about
    CODE Fusion.

  87. It's about time... by bgeiger · · Score: 1

    we finally got a good IDE for Linux...

    --
    o/~ All God's children shall be free in Pirates of the Caribbean, when we reach that Magic Kingdom in the sky... o/~
  88. Re:finally, a good IDE for Linux?!?! by Chandon+Seldon · · Score: 1

    You had magnets and Iron?

    We used to have to align iron ore with the earths magnetic field, with our bare hands, in the snow, naked, and the only apropriate place to work was ten miles uphill from the safety of our cave complex.

    The only way to get back to the cave complex, was to walk back that ten miles, through a saltmarsh, where the water was below the fresh-water-freezing point, but it was still liquid from the salt.

    We didn't have shoes eithor.

    --
    -- The act of censorship is always worse than whatever is being censored. Always.
  89. Win32 API - Extremely painful. by Chandon+Seldon · · Score: 1

    If you are so "hard core" you can skip all the wizards in VC and code in Win32 API.

    I think that when refering to him as hardcore, it's impolite to asume that he's into S&M.

    --
    -- The act of censorship is always worse than whatever is being censored. Always.
  90. Re:finally, a good IDE for Linux?!?! by defenestrators · · Score: 1

    I use JIndent (http://www.c-lab.de/~jindent/), which seems to address many of the concerns expressed here regarding Java prettyprinters. The default style is the one blessed by Sun (http://java.sun.com/docs/codeconv/index.html), but it's configurable to my taste.
    -ted
    PS: Here's my configuration file; this should answer configuration nitpicky comments in advance:
    ...............
    ### Convention Note

    conventionName = "Teds Convention"
    setConventionNote = false


    ### Tabulator

    emulateTabs = false
    tabulatorSize = 8


    ### Indent

    indentSize = 4
    firstLevelIndent = 0
    indentCaseFromSwitch = false
    indentDeclarations = true
    indentTooLongComments = false
    indentAlwaysAtTabColumn = false
    minimumCommentIndent = 4


    ### Braces

    leftBraceNewLine = false
    rightBraceNewLine = false
    indentLeftBrace = 1
    indentRightBrace = 0
    indentAfterRightBrace = 1

    cuddleEmptyBraces = true
    indentCuddledBraces = 1



    ### Code Modification

    insertBracesAtIfElse = true
    insertBracesAtFor = true
    insertBracesAtWhile = true
    insertBracesAtDoWhile = true



    ### JavaDocs and Comments

    createMissingJavaDocs = false

    javaDoc_method_top[00] = "/**"
    javaDoc_method_top[01] = " * Method declaration"
    javaDoc_method_top[02] = " *"
    javaDoc_method_param_separator[00] = " *"
    javaDoc_method_param[00] = " * @param"
    javaDoc_method_return[00] = " *"
    javaDoc_method_return[01] = " * @return"
    javaDoc_method_exception_separator[00] = " *"
    javaDoc_method_exception[00] = " * @throws"
    javaDoc_method_bottom[00] = " *"
    javaDoc_method_bottom[01] = " * @see"
    javaDoc_method_bottom[02] = " */"

    javaDoc_constructor_top[00] = "/**"
    javaDoc_constructor_top[01] = " * Constructor declaration"
    javaDoc_constructor_top[02] = " *"
    javaDoc_constructor_param_separator[00] = " *"
    javaDoc_constructor_param[00] = " * @param"
    javaDoc_constructor_exception_separator[00] = " *"
    javaDoc_constructor_exception[00] = " * @throws"
    javaDoc_constructor_bottom[00] = " *"
    javaDoc_constructor_bottom[01] = " * @see"
    javaDoc_constructor_bottom[02] = " */"

    javaDoc_class[00] = "/**"
    javaDoc_class[01] = " * Class declaration"
    javaDoc_class[02] = " *"
    javaDoc_class[03] = " *"
    javaDoc_class[04] = " * @author"
    javaDoc_class[05] = " * @version %I%, %G%"
    javaDoc_class[06] = " */"

    javaDoc_interface[00] = "/**"
    javaDoc_interface[01] = " * Interface declaration"
    javaDoc_interface[02] = " *"
    javaDoc_interface[03] = " *"
    javaDoc_interface[04] = " * @author"
    javaDoc_interface[05] = " * @version %I%, %G%"
    javaDoc_interface[06] = " */"


    ignoreJavaDocs = false
    ignoreMultiLineComments = false
    ignoreSingleLineComments = false



    ### Blank Lines

    blankLinesAfterDeclarations = 1
    blankLinesAfterMethods = 1

    blankLinesBetweenClassInterface = 2

    blankLinesBetweenChunks = 1

    blankLinesBeforeJavaDocs = 1
    blankLinesAfterJavaDocs = 0

    blankLinesBeforeMultiComments = 1
    blankLinesAfterMultiComments = 0

    blankLinesBeforeSingleComments = 1
    blankLinesAfterSingleComments = 0

    keepBlankLines = false



    ### Whitespaces

    separateAssignmentOperators = true
    separateConditionalOperators = true
    separateComparisonOperators = true
    separateNumericalOperators = true

    spaceAfterComma = true
    spaceAfterSemicolon = true
    spaceAfterCasting = true
    spaceBeforeMethodParameters = false
    spaceBeforeStatementParameters = true

    paddingParenthesis = false
    paddingBrackets = false



    ### Line Wrapping

    wrapLines = false
    wrapBecauseOfComments = true
    wrapLongMethodNames = false
    maxLineLength = 78
    deepIndent = 45
    forceIndent = 8
    forceIndentTolerance = 3



    ### Labels

    labelNewLine = true
    ...........

  91. Cygnus Java support by defenestrators · · Score: 1

    So there I am at Fry's gleefully caressing the box.....and what does the description omit? Details of Java support. On their web page it says 'supports libraries java.x, ...', which implies 'less than Java 1' to me., but I still feel confused...Java 1,2, what?

    -t

  92. Re:How does this IDE compare to emacs/gud/make/gdb by wray · · Score: 1

    I personally use the aforementioned tools, but the one thing I would like to see, is some way of doing project cross reference of functions, class data, etc. That is the biggest advantage of a good IDE to me. I like to easily jump around files and trace things.

    --
    Guess what? I got a fever! And the only prescription.. is more cowbell!
  93. Re:finally, a good IDE for Linux?!?! by TMFSumner · · Score: 4

    ctags stopped cutting it when I moved from C to C++, and it's useless for Java

    Exuberant ctags is far advanced over old ctags programs. The C support is much improved and C++ and Java support have been added and work like a charm. Works especially well in combination with Vim. If you don't like the way it handles Java, you can give JTags a try, but it's nowhere near as stable.

    If you're doing Java development, you'll probably also want to use Jikes, as it integrates very nicely with QuickFix mode in Vim and make mode in Emacs. There's also a Jikes Debugger java debugger, but I've not used it.

    a decent code beautifier, since indent doesn't work right for Java

    jsbeautifier is one of many -- a search I did a few months ago turned up 10 or 12 beautifiers for Java, and even more for other languages.

    Of course, if you want a good graphical debugger then ddd is the way to go -- it lets you get to the gdb command line if need be.

    Sumner

  94. I hope you're being sarcastic by Mr_Ust · · Score: 0

    The 'I' stands for "Integrated".

  95. IDE's and Linux by Mr_Ust · · Score: 1

    For about the past week, I've been searching for various IDE's for linux...

    I am particularily interested in those which have evaluation periods. The only one I have been able to install and actually put to any use is Code Crusader.

    Can someone please submit links to other alternatives? I looked through all the IDE's that were listed on Freshmeat and Redhat, but the links were either dead, or no evaluation edition was available.

    Code Crusader is open source, and it seems decent from what I've seen so far (even though the interface takes a bit of getting used to).. However, I'm interested in evaluating other products and then chosing the one which most meets my needs..

  96. How does this IDE compare to emacs/gud/make/gdb? by pkj · · Score: 3
    I've played with a number of IDEs over the years but I have yet to find anything with the power and flexibility of Emacs, gud, make, gdb, cvs, etc. In fact, I have talked with a number of Cygnus developers over the years, even the people working on the IDE project, and most of them are still using the classical development tools.

    Is there anyone proficient with these classical tools that has ever switched to any formal IDE, commercial or otherwise?

    Btw, I can only laugh at the people asking for an open source IDE -- you've already had one for a decade now...

    -p.

  97. Open Source alternative by veldrane · · Score: 1

    Please excuse the ingnorance but is there a comparable open source alternative?

    -Vel

    1. Re:Open Source alternative by Catatonic+Dismay · · Score: 1

      Vim! No seriously, if you're comfortable with the commands and research it well there is a -ton- you can do with vim. Everything from syntax highlighting to syntax checks ( with outside apps ofcourse .. my favorite is perl -c ). If you don't like console you can always use gvim for a gtk interface or whatnot. Ok Ok I know it's not a full featured IDE but I find them too restricting and I find it hard for me to give up the traditional ways of coding and being bound to one application. Well actually I don't know how true that last statement is, if I found a really good IDE that was really flexible I wouldn't be closed minded.

      --
      rm -rf ~/.signature
  98. finally, a good IDE for Linux?!?! by nwanua · · Score: 2

    I hope no one's suggesting that:

    several xterms
    + vi (or emacs, or any editor)
    + gdb
    + rcs (and/or cvs)
    + gcc
    + ls, +ld, etc.

    is not an excellent IDE

    that's how I plan to code till I tire of coding

  99. Re:Give me emacs or give me death by lscoughlin · · Score: 1

    A well configured emacs?

    Up front, a good programmer needs nothing but
    echo int main(int argc, char argv[]) >>whatever.c. That said, writing anything in that manner is neither enjoyable nor particularly productive or efficient. Solid flexable IDE's aim at productivity and efficiency.

    Emacs, no matter how well configured is dated, and in a multi-tasking multi-threaded graphical environment, its shortcommings as an all in one tool are painfully obvious. The whole buffer system is rather obsolete, and the interface obviously intended for the console.

    I won't even comment on vim. (though personally i use elvis, which is a vim cloney thing)

    One of the things i've missed from visual studio under linux is multiple code windows and a multi-threaded ide. I've worked with vdk builder, kdevelop and gIDE and none of them have allowed me to do a simple thing i do constantly in VC, open two source windows and tile them next to eachother. This is just one simple example of things from mature IDE's that one finds oneself missing when moving to linux.

    I wonder at people who thumb their noses at IDE's. It's like grandpa's walk to school tales of programmer. Is it some how more macho to use a cheesier editor to write code? Judge people on the quality of their code, not the editor used to write it. I think many minimalists would be suprised at the results.

    -T

    --
    Old truckers never die, they just get a new peterbilt
  100. Make the Plane Fly by kuroineko · · Score: 1

    What if OS were air companies.... UNIX: Crew and passengers sit on runway to form the silhouette of an airplane,
    after pilot's command they run woeing and take off....
    Interesting is that both minimalists and GUIsts are right. What's missed IMHO is that UNIX-like OSs
    provide a unique possiblilty to build extremely customizable thin-IDEs with all whiz-bang features.
    Do developers need project/object/thisject/thatject browsers? Yes. Intergated debugging? Sure. Syntax highlight? We can't live without it
    But most of the job is already done: grep, make, diff, perl etc etc. Just put them together and feed the output to a
    (relatively) simple editor.
    Moreof, most of nowadays Linux IDEs bring up a new set of reuirements. The most important of them is that IDEs should be
    configurable to work with almost any compiler/debugger available. This is True Linux Spirit, unlike what Inprise is trying to push through.
    And for those who care: RHIDE still rocks. I use it daily and it's great. Good news is that as long as Borland TC/TP code is public domain now, RHIDE editor C++ source is now available.

    --
    KuroiNeko
  101. For net/database development... by andyschm · · Score: 1

    ala cold fusion style embedded script in your html: use PHP. Free. Open source. Woo hoo. PHP4 is really good. Fast. OOP. php.net. (but don't use PHP3 if you can get 4beta2).


    Last I checked, IDEs don't work over a low bandwidth remote shell. I think I will stick with vi, thanks.



    --
    A W S ----------- QABO : BALA
  102. Cygnus alternative by JordanH · · Score: 2

    Check out Cygnus.

    "Cygnus Solutions is the open-source software leader."

    Cygnus has had explosive growth. I would guess that most of their revenues come from support of open-source software. They release and maintain a lot of open-source software.

    Why does Cygnus involve itself in commercial closed-source product development and sales? If open-source has been a model that has provided such a profitable market for Cygnus, what is their rationale for creating and selling closed-source products?

    Has Cygnus actually performed any marketing studies? Do they know, for a fact, that this actually optimizes their earnings? And, what about the long term? Open-source alternatives are being developed. Will Cygnus be able to compete with the open-source alternatives? Especially when selling into the Linux market?

    Time will tell, but I'd like to believe that when open-source alternatives are available, they will ultimately have more features that people need, they will be more stable and I would tend to choose them because I know I can depend on the source if I have a problem and the company peddling it has gone away, or no longer supports the product. I also wonder about releases of this product on different architectures and if I'll ultimately be somehow tied to using some set of Linux distributions to use closed-source products on Linux.

    Don't get me wrong. I appreciate all that Cygnus does for open-source. I would like to understand their approach to the marketplace. If there is real data that supports their hybrid approach, I'd like to know about it. Perhaps Cygnus has studied it and sees that there are limitations to providing open-source support only and that to survive you need commercial closed-source products as well. Their original business model was support of open-source products and I'd like to know why they've modified this.

  103. Give me emacs or give me death by figlet · · Score: 1

    Sorry, i haven't seen an IDE better than a well-configured emacs. Try 'JDE' for a great java IDE for emacs!!

  104. Performance review? by dante773 · · Score: 0

    This might be a great product for web development, but does the application server perform well under heavy load on Linux? What cpu/memory resources does it require?

    I heard it requires 128 megs in memeory due to the fact the software emulates the NT registry. This is supposed to be fixed in 4.5, though. (Is this true?)

  105. best of both worlds anybody? by doubleyou · · Score: 1

    If Emacs is embeddable, then why not have the folks at Cygnus provide support for that in their IDE? I would love the benefits that come with using an IDE, but I prefer Emacs over the barebones editors they come with.

  106. Shrinkwrapped copy for sale by terry · · Score: 1

    I got a copy of Code Fusion for Linux at LinuxWorld in San Jose about a month ago. Since I hardly ever write C code I never even broke the shrinkwrap. If anyone would like to buy my shrinkwrapped, unused copy please Email me at terry@dcomm.net

  107. C-Forge supports both Perl and PHP development by Yuri+Mironoff · · Score: 1

    Hello, C-Forge supports both Perl and PHP. Project management, syntax-highlighting, autoindent (and I mean REAL autoindent - not just the line you pressed return on), symbol completion, built-in revision control, etc, etc. Please visit www.codeforge.com and judge for yourself. Best Regards, Yuri Mironoff Code Forge, Inc

  108. ObjC by Yuri+Mironoff · · Score: 1

    Hello,

    C-Forge supports ObjectiveC development.

    Best Regards,

    Yuri Mironoff
    Code Forge, Inc