Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Extensible IDEs? 87

Whatever Fits queries: "We are trying to integrate our own specialized development environment. We are currently using Visual Studio and the add-in feature of that, but would like to get away from the Microsoft tax and have had to rewrite our software from scratch for reasons outside this scope. The current project includes adding specialized features to the IDE to handle our project types, extra tool-windows for user interaction, and an external process to run the compiled code. The compiled language is even open for debate right now, but would have to be something rather common or easy to learn. I really want to try to run Perl with SOAP for our backend. This is going to run on Windows systems but I am hoping to go for something cross platform for future extensibility if possible. What IDEs can be recommended that offer this kind of extensibility and keep the price per copy reasonable? I have a small list already built, but I have no experience with any of these but Visual Studio and would like to hear both success and horror stories of integration."
This discussion has been archived. No new comments can be posted.

Extensible IDEs?

Comments Filter:
  • Check out tcl/tk. Its very easy to use as well as being enomously powerful. Its also supported on Windows, Linux and Solaris as well any flavor of Unix you want.
  • netbeans (Score:1, Informative)

    by Anonymous Coward
    and the netbeans platform.
  • Open Source (Score:1, Informative)

    by Anonymous Coward
    What about Eclipse @ eclipse.org -- open source IDE designed for you or other developers to extend via plugin technology.
  • IBM Eclipse Project (Score:5, Informative)

    by jjn1056 ( 85209 ) <jjn1056@@@yahoo...com> on Tuesday June 11, 2002 @04:34PM (#3681704) Homepage Journal
    at www.eclipse.org has a extensible IDE, with a plugin toolkit. Out of the box it supports Java, and I think there is a late beta C++ plugin. I remember someone was working on a Perl plugin as well, but I'm not sure where that project went.

    I has everything you would expect for a Java IDE right out of the box.

    Supposedly IBM is going to put the Eclipse IDE at the center of their apache based application server, so expect to see JSP, J2EE, etc highlighted for this app.

    Download is free, but you need a Java interpreter. This app is written in Java but uses a native widget toolkit to speed up the GUI. On my Pentuim III 600 The speed is more than enough to get my work done.

    BTW, this editor has got the have the best diff+history system I have ever seen. You can diff the current version against snapshots, based on the undo buffer, I think, or diff any two snapshots against each other.

    They also have a plug in developer kit and samples, but I don't have any experience with it.

    Hope this helps!
    • I also think that eclipse is the way to go, but... perhaps not yet.
      Not even in 2 weeks when 2.0 final will hopefully be out.
      I use it extensively, and I find that what it does, it does well. but:
      You can integrate what you want, if your vendor integrate it for you, or if you are ready to put some ressources on the project.
      If you come from visualX, you have to learn java, and a special java, for that (eclipse is based on swt which is neither awt nor swing).
      As an integration platform, it is quite open.
      As a java IDE, the great is next to the worst(no swing support, no javadoc wizard like netbeans...).
      As a C++ ide, I have no experience, but they seems to go nicely, except, in your case, they especially target Linux.

      So eclipse is very promising and very interesting.
      But I would'nt impose it TODAY to developpers that don't choose it themselves.
    • I can attest to this. Eclipse is very nice, and I'm currently working on a generic Syntax Highlighting plugin (for those random languages like php, Perl, tcl, VB, etc. that don't yet have full support in the IDE). The plugin interface is very powerfull, very easy to use, and very well thought out. It's just not documented very well! You can always look at the code if you aren't sure how something is supposed to work, though. The power of open source software...

      Eclipse is not as featurefull as Forte (aka Netbeans) or Visual Studio, but the community is growing fast. I expect it to easly outclass Forte very soon, and I expect it to be a better IDE than Visual Studio in the long run because the plugin interface is so nice and easy to use.

      Forte is painfull to use on most average computers. I'd only recommend it if you're doing SWING apps and need the GUI building tools. I haven't looked at the plugin interfaces, I'm sure you can do a lot, but bleah... using forte feels like you're programming in sludge. No thanks.

      Bryan
    • This app is written in Java but uses a native widget toolkit to speed up the GUI.

      AFAIK, Eclipse uses IBM's own SWT toolkit, which is basically an alternative to Swing. It's a little more Windows-like than Swing, and indeed it's supposedly faster. But it's all Java.

      However, I'm sure part of the reason for Eclipse and SWT is to lure people into programming Java "the IBM way," so IBM can sell them SWT tools, training, and code in the future. In fact, IBM and Sun had a little spat about this awhile back, as reported in Slashdot. I'm not sure about the licensing of SWT, but I think it's similar to the rest of Java.

      • by Anonymous Coward
        Eclipse does use the SWT. However, the SWT is not all Java. The basic idea is that SWT provides a java interface to a set platform widgets, a la IBM's Smalltalk (both developed by OTI I beleive). Therefore when running eclipse you are using platform based widgets, usually written in C++, and hence the performance increase over the likes of Swing and the AWT.

        There are most notably win32, motif, and GTK+ implementations, and I beleive there is a an OS X one on the way as well.

        I think the licensing prevents you from deploying SWT based apps outside of the eclipse environment (which is not to say you can't do it) but this may change and it is still a very good system for developing eclipse plugins.

        Go check out eclipse.org [eclipse.org] for the downloads, and eclipse-workbench [eclipse-workbench.com] for a community type page that has a good list of the plugins available.

        I have been using the environment since november and I can't fault it.
  • we use eclipse, too, for java servlets, and it is great. plus, it has a tomcat plugin and cvs integration, which makes it that much better... I would definitely recommend it.
  • jEdit (Score:5, Informative)

    by vudmaska ( 584760 ) on Tuesday June 11, 2002 @04:47PM (#3681804) Homepage
    IDE's are just text editors with smarts. Check out jEdit.org [jedit.org]. Its small, extensible, and runs anywhere there is a java runtime. Oh, and it's free.
    • Re:jEdit (Score:2, Informative)

      by gatotkaca ( 584826 )
      Good recommendation!
      jEdit is one of the most modular software I've ever encountered.

      It is/has:
      1. Excellent documentation
      2. Insanely customizable: syntax coloring, keyboard shortcuts, macros, abbreviations (the standards), as well as the powerful plugin subsystem, dockable user-defined toolbar/expandable view
      3. Active community that contributed boatloads of useful plugins (I'm developing one currently).
      4. Interactive Console subsystem (it even runs system commands)
      5. Grep-like Hypersearch facility
      6. Excellent file browser
    • Re:jEdit (Score:2, Informative)

      by des09 ( 263929 )
      I have used jEdit [jedit.org] since 3.2, on NT, and GNU/Linux and it is definitely a very expandable, configurable solution. I have had some configuration issues and plugin compatibility problems, but I tend to stay quite close to the head. Slava Pestov and all of the jEdit community deserve a big thank you!
    • Re:jEdit (Score:1, Insightful)

      by Anonymous Coward
      That's like saying Word is just notepad but with smarts. Yes, you can type stuff into both of them but that's where the similarites end. A full fledged IDE is the only efficient way to handle code in a large product. For making stupid little edits in some piss ant php page a text editor is fine, for building a 300 source file C++ application you would be insane or stupid to use a text editor in place of an IDE.
    • After fooling around with several expensive IDE's for years, I've been using jEdit for about 2 months now and it has become my IDE. And yes, it can handle serious projects with 300+ source files. I know because that's what I'm doing with it now.

      One note though - I've only used it for Java. I don't see any reason why it wouldn't work well for just about any language.
  • Obviously (Score:3, Funny)

    by line-bundle ( 235965 ) on Tuesday June 11, 2002 @04:48PM (#3681819) Homepage Journal
    Emacs. After all it does include the kitchen sink :-)
    • Why is this a joke? The reason that emacs does everything is because it is extensible.


      This is its great advantage and disadvantage. The advantage is that you can program it. The disadvantage is that programming emacs is usually not what you are getting paid for.

  • by bigjocker ( 113512 ) on Tuesday June 11, 2002 @05:15PM (#3682004) Homepage
    I have to recommend Forte for Java (now Sun ONE IDE). The modularity is great, you can find a lot of plugins or modules around the web, along with source code.

    I wrote a simple UML-like modelling tool in one or two days (spare time) and the integration is smooth, plus you get a simple and robust language for your projects: Java.
    • I like, and would recommend NetBeans myself. I haven't developed add on packages but I use it for development on a daily basis. Some features Netbeans has that I believe would be of value.

      * Modularity. Many IDEs are modular these days, but from the level of integration I've seen from third party ISVs, the level of support for external modules is extensive (able to modify and enhance every aspect of the IDE).

      * Support for various languages. Despite what some might say, Netbeans doesn't support Java exclusively. There are Java editors, C++, XML, plain, etc. It would be a straight forward task to add Perl support, both in external compiler and editor support. It doesn't come out of the box, but the extensibility is quite there.

      * Speed. Many people have complained that Netbeans is slow. Sure I wish it would load a little faster, but once loaded runs fine on my PII 450 system. Speed is a fundemental interative problem. Enhancements in JVMs and architecture will yield speed improvements. Improved computer system will yield speed improvements. So if the current speed is acceptable to you, having it go faster but giving up something else is a drawback.

      So to sum up. I like Netbeans. I think a pure Java IDE impl is good. Netbeans modularity and ISV support is great and the speed is acceptable. Check out Eclipse too and let the community know down the road which route you decided to go, and why. I for one would be interested in knowing.
  • NetBeans [netbeans.org] is a Java-based IDE that is very extensible. It requires more of a beefy development system than Eclipse (sluggish with a K6-500/128Mb), but it's been around longer. The IDE is set up for Java development, but can be easily extended. It has a C plugin right now.
  • Eclipse (Score:2, Informative)

    by biehl ( 580274 )
    I think Eclipse has things going for it right now. Its open source and quite a lot of people seem to be extending the core Java IDE functionality. The C/C++ plugin is supposedly a very mature beta, but uses linux stuff and needs cygwin to run on windows. Mentioned extensions to the IDE are

    C/C++ (supported by the eclipse project, will be released later this summer)
    Ruby (works, I think)
    C# (works, supposedly)

    Perl (planned)
    .NET/.gnu/mono (planned)

    Have a look at
    http://www.eclipse.com
    and
    http://eclipse-plugins.2y.net
  • SmallTalk.... (Score:3, Interesting)

    by inherent ( 543859 ) on Tuesday June 11, 2002 @05:47PM (#3682191) Homepage
    You may or may not want to go with something as "different" as SmallTalk - but with ST, the IDE itself runs in the same heavyweight proc as the code you're writing (different lightweight procs). As you develop, you actually "mold" the process image itself into the application you are building. It's VERY powerful as far as extensibility (because you can mold the runtime process image to anything you want it to be, and that includes the IDE).

    It's VERY portable. Object Engines (similar in concept to the Java Virtual Machine...and actually a precursor to the JVM) are available for virtually any platform (Win, Mac, all kinds of *nixes, BeOS, Palm, PocketPC, etc, etc, etc). With a tiny bit of careful development, your app will run on any platform for which there is an OE.

    Cincom [cincom.com] has a non-commerical version of their SmallTalk VisualWorks, which is quite cool.
    • Why Smalltalk.... (Score:1, Informative)

      by Anonymous Coward
      I've got to agree here. Smalltalk is flexible to the nTh degrees and a lot of fun. The IDE, the parser, the compiler, the window management code, and even the configuration management utilities are written in Smalltalk. All the source is right there for you to look at and modify.

      Smalltalk is really only compiled at the method level, so you can code in the debugger and restart the current method to keep going. Although it is pretty dynamic, it scales well to large apps. The project I'm on has 20,000+ end users across the country and runs all of a bank's branch funtionality in an environment with dozens of developers and 30 MB of source code.

      http://www.whysmalltalk.com/

    • Re:SmallTalk.... (Score:2, Interesting)

      by Art Tatum ( 6890 )
      Also, if you like SmallTalk, you might be interested in Cocoa/Objective C. With a little bit of planning (to make sure you aren't using QuickTime, or something proprietary like that) your application will be portable to all the platforms GNUstep supports (currently all UNIXes, and a Windows rendering backend is currently being worked on).
  • One word (Score:2, Informative)

    by unformed ( 225214 )
    EMACS

    cost: $0
    flexibility: priceless
    • I also have to state that Emacs is my absolutely favourite development environment. I played around with Netbeans, Eclipse and IDEA (a really cool Java IDE), but in the end I always came back to Emacs.

      About Eclipse I didn't like that it wants the source directories below its working directory, nowhere else. Since I don't want to move my source directories, Eclipse wasn't acceptable for me.
      Netbeans is quite okay, especially the debugger I like very much, but for daily development I think I don't see enough of the code (I have a 1024x768 screen) since the window decorations are soo huge, and the class browser also takes too much space of the screen if I don't want to use the mouse every minute.
      Intellij IDEA instead is a really cool IDE, it has many features and is focused on programmers like me who don't like to use the mouse frequently and who want to see as much code as possible at the same time. What I like very much is that the class browser, project browser and all the other views hide when they are not used.

      I think in the future I will again give IDEA a chance, but Emacs is *the* universal development platform for me.
  • I use emacs, but I am far from satisfied. It only runs cross-platform under protest, many of the tools are poor approximations of what else is out there, and in general it is showing its age. Xemacs is not much better.

    Has anyone given any thought to creating a text editor based on the principles of emacs? i.e. a toolkit for building editors? It seems to me that with the advances that have been made, time is ripe for a new level of text editor. Something taking the best from the IDE world, as well as the best tools from the older text editors.

    My wish list (off the top of my head):
    1. Easily and fully extensible, (MVC architecture)
    2. Good support for projects of all types
    3. Fast to start-up, edit, etc. (I've run into several IDE's that I like, but feel to sluggish to use)
    4. Fully cross platform. (wxWindows?)
    5. Full drawing capability for RAD GUI's, Bitmaps, etc.
    6. Better GUI than emacs or Xemacs! (The speedbar is a poor man's explorer view!)
    7. Good shell integration.
    8. Easily scriptable in multiple languages.
    9. Something akin to Komodo's Rx Toolkit
    10. Coherent enough that if you only use a feature every month or two, you don't have to read the manual each time.
    11. Easily manageable modules, tools, etc.

    Has anybody heard of anything like this? Is anyone interesting in taking it one? I'd be willing to contribute, but I don't have the experience to work up the high level design...
    • I agree.

      I think that all of your listed points are good but I want more. I am very interested in a development environment that stretches the capabilities of the current cream of the crop IDE's. How about:

      A truly incremental development environment which can recognize and highlight syntax or logic errors before I compile, sort of like mispelled words in modern wordprocessors. And no I don't want to have to run a seperate app to get these features. I want them to work dynamically as I type without a noticable delay.

      Advanced programming features like slicing which can help you understand unfamiliar code. I want to know where a given variable is used and modified. Which lines of code might be affected by a change in variable XYZ? I need help digesting huge quantities of code written by someone who's style I detest and find hard to follow.

      Completely extendable via a modern component system and a modern and popular interpreted language like Python.

      Serious support for documenting code, complete word-processing features within comment blocks, support for documentation generators like Doxygen, automatic template support for parameter documentation, automatic documentation updates when types change, etc...

      Primarily written in cross platform modular C++ so that it can be f****** fast. I'm sick of 5+ second start-ups on todays machines.

      Distributed and background compiling support for when I'm working at low levels on a large project. No more include file changes and then a 10 minute compile while I've got about 5 machines sitting idle.

      Flexable project and build support where there are lots of files that are spread across multiple directories. How about project support that helps me maintain cross platform source code?

      I want a development environment which can be a testbed for solving hard problems and implementing experimental features that haven't been done at all before. I suspect that this will require an environment that can completely break down the language that I'm programming in to a tree form so that it can be examined for coherency by language agents. There are a couple of interesting online documents that describe how such a system might be constructed.

      I have been working on a text processing engine in my spare time for the last year or so that I plan on using as a base for something like this but I'm not quite far enough along to show it yet.

      • These are exactly the sort of things I was thinking of.

        other features I forgot to mention:
        * support for tooltips, function info, member lists, etc.
        * generator to create forms
        * strong support for unit testing (test, debug, release) instead of (debug, release) in Visual Studio
  • Cooledit (Score:2, Interesting)

    by AbbeyRoad ( 198852 )
    Cooledit is extensible in Python and has a builtin interface to gdb.

    Nothing else comes close.
  • Quanta is starting to get there for webdev stuff, version 2.2 is out now, and if you pay for it, it is cross platform, free for *nix. Take a look I don't think it's too hard to extend.

    $$$ version http://www.thekompany.com

    OSS version http://quanta.sf.net
  • I don't code in C++, just Java or for simpler stuff PHP. But anjuta seems to be getting usefull for C/C++ users. Whish there was some nice IDE for PHP without all the compile/build stuff incorporated.

    http://anjuta.sourceforge.net

    Fede
    • If you're on Windows, try WinSyntax from http://www.winsyntax.com/
      • I'm not :)

        Unix people always like "unbloated" vim or smething like that. I'm missing some gtk app that can at last do UNDOs without breaking the code, s. highlighting, show line numbers and the usual text editing everyone needs.

        Ok, there are some alternatives. But they are ugly. I know to use vim, i just found it uncorfortable, unpleasant when not doing something as strict as c/c++...i use it complex tasks only.

  • by AuMatar ( 183847 ) on Tuesday June 11, 2002 @06:21PM (#3682375)
    Ok. Let the flaming begin.

    You're really making a very stupid, and potentially very costly, mistake. You NEVER dictate the language you use based on the tools. Thats a sure way to make a project come in over-budget and late. You base the language off two things- developer familiarity, and ease of use for the application. If the developers are not familiar with the language, no matter what whiz-bang features your tool has, they will be slow at writing it, and come up with ugly, inefficient, buggy code. The other factor is how good the language is for the job. Perl is great for scripting, if you dont need bleeding edge speed. C if you need every last bit of speed you can get. C++ if you want to lose a little speed for its OO features. Java if you need multiplatform capability. And so on. No matter how great the tool is, it will not turn C into a scripting language, or make perl as fast at math as C.

    Here's what you ought to do. Pick a language. Make the decision off of what the program needs to do, its speed/memory requirements, and developer familiarity to pick the best language for your progra and team. THEN research tools. Remember, a tool can help ease a process, but it won't make anywhere near as big a difference as using the right language for the job, or as big as programmer experience. Trust me, your project will run smoother for it.
    • Speed is of no REAL concern as the slowest modern language can keep up with what we are doing. Ease of use and learning of a language is tops as it is not we who will be programming in it, but our customers. The language choice is based upon features, extensibility, and ease of learning. I have the language chosen already for the core of the system, but the user interface language is not yet finalized, nor is the interface. Just a little clarification.

      • If "The language choice is based upon features, extensibility, and ease of learning", I'd take a serious look at using Python instead of Perl.

        I know these things get religious quickly, but I say this as someone who used to love Perl and write lots of it. Eventually I looked at Python and now I just can't stand the mountain of misfeatures and backwards design that Perl is. Fine for impressing people with cryptic 3-liners which do lots, absolutely useless for implementing large, clean, maintainable systems. Yes, I know full well that it _can_ be done in Perl, but you have to fight at every line to get there.

        OTOH, you can obviously also write bad code in Python (or any other language). But the point is that in one (Python) the design 'flows' with you for making things clean, modular and readable, while in the other (Perl) you're swimming always upstream. You can eventually get there, but you'll be exhausted and it will have taken much longer.

        Besides, Python has very easy integration with C/C++ (in case you ever need speed in certain critical parts) and bindings for pretty much every GUI toolkit out there.

        Just an opinion... Good luck.
    • No matter how great the tool is, it will not turn C into a scripting language

      I disagree: http://ccsh.sourceforge.net/ [sourceforge.net] ;-)
  • I'm just finishing programming a GPLed IDE/interpreter of some power, which you're welcome to. At the moment it's just for Aleph, a language of my own invention, which is an extension of BrainFuck. There are only thirteen commands, so its really easy to learn:
    > pointer forward
    pointer back
    + increment at pointer
    - decrement at pointer
    _ Assign char at pointer
    = Assign int at pointer
    , Read char from input stream
    ; Read int from input
    . Write char to output
    : Write int to output
    [ and ] loop; skip if element at pointer holds 0
    # Dump all values to output
    It's Turing-complete, and intended to go head to head with Visual Basic. ActiveX support coming soon.
  • by Anonymous Coward
    Visual Studio.NET has the best (and most extensible) IDE on the market, as long as your happy doing primarily Windows development.
    • Dude, what part of "We currently use Visual Studio... and want to move away from Microsoft" did you not understand?
  • by Anonymous Coward
    This is primarily a Java IDE, but has a plugin architechture which allows (in theory) to plug other languages/compilers. It is written entirely in Java (only the application startup code is native, so that the IDE can kill process trees) - works in Windows and Linux, and I hope other systems as well (I think the native code will cause some problems - you can do without it, but you will not be able to run the projects). You cannot extend the editor with new syntax highlightings (we will have to look into this for future versions :-) without hacking some things, but the editor already supports enough languages - c, c++, java, html, javacript, xml, manifest, sql, tex.. (and the IDE only supports Java)

    It has projects, jar file generation, class browser, search in files, new file wizard, code complete, word complete, indentation, comment/uncomment block, other cool features. It also runs the compiler as a TCP-IP server, so that only one java compiler process is started - this speeds up java language compilation. I do not know whether that can be done for other languages as well (it seems pointless for native compilers - the java compiler is *not* native)

    www.prosyst.com

    You will have to register in the development community to be able to download the free version - I believe it is free for any non-commercial use - and it is Java so it would not be hard to de-compile some of it, if necessary :). It comes without the debugger and the profiler, and without the TeamWork version control client/server, but is a good download (that is what I use at home for all my Java homewoks at the university of Sofia)

    I work for ProSyst Bulgaria (a German company, btw) and used to work on the project before I moved to one of the other products, so I *am* biased :) But it is worth a try.

    I wrote a very simple GCC plugin some time ago - to prove that other languages can be plugged in, but the plugin system has changed since then, and the plugin never made it to the final product (it was for personal use)

    I hope this will help.
  • Some options (Score:5, Informative)

    by jaaron ( 551839 ) on Tuesday June 11, 2002 @07:24PM (#3682740) Homepage
    I just wanted to second some of the thoughts brought up already. First off, as mentioned before, chosing your language before your tools is probably a BETTER idea. However, assuming your going to be working in several different languages, then here's some options:

    1. Eclipse -- I would look at this one first. Still somewhat new on the block, it's probably got the most potential to it right now considering the community backing (not to mention IBM).

    2. NetBeans (ie- Sun's Forte) Also very extensible, but you're going to be pulled more in a java direction with these tools. That may or may not be the right way to go.

    3. Emacs -- After the initial investment of setting up your environment, emacs is a great tool to use. A huge user base, plenty of ability to extend. Runs of *nix, OS X, and Win32 (don't forget those cygwin tools though!).

    Whatever tool you use, remember if you're taking advantage of the Open Source / Free Software tools available try to give something back. That's how these tool come into existance.
    • I personally always try to put stuff back at the minimum of complete bug reports on lesser used projects and some nice little code patches on ones I'm very familiar with. If I use an open source project for the IDE then I'll resubmit every change I make to the core of it. The addin I will be writing is held by the company, but I will submit anything I can.

  • by crovira ( 10242 ) on Tuesday June 11, 2002 @07:50PM (#3682878) Homepage
    Its the IDE that all the other ones are pretending that they can achieve after a few more years in development.

    Its friggin' great. It uses XWindow, I run mine on my slackware box in the office and have my GUI on my TiBook so I can wander around with my AirPort and code in the cack yard.

    (Okay, I also do that with ZendStudio for php but VisualAge is a lot better in most respect. It just doesn't have the market penetration it deserves.)

    Full code check-out, check-in, versioning, releases, dependencies, packaging, built-in GUI (and if you use it for delivering an app, you're a total ass-hole [or a unilingual and very lonely programmer.] but you can build/buy a framework around it to build multilingual, multi-national apps.)

    Need to build multi-tasking, multi-threading apps, you can. It has a mature, tested all-to-Hell-and-back, enormous class library that will have you coding-by-exception in no time.

    Need to have code that sits on a socket and waits for events? No problem.

    Complete, reflexive, extensible and running the debugger in the development environment lets you fix crashes for most things by editing the code and in the runtime environment, the object & stack captures after a crash you didn't plan to recover from are amazing.

    There IS NOTHING better.
  • by Anonymous Coward
    Both have extensible IDEs and using both you can build nice cross platform code.
  • I've worked with several good IDEs, and plenty of mediocre ones. Most of them have already been mentioned on here, so I won't bother. But I have noticed that the "best" IDE generally depends on your preferred language and environment. Things like runtime debugging or source control integration can really make a big difference. For example, I've used Visual Cafe at my last two jobs, not because I particularly like it, but because it integrates with Weblogic.

    That said, I find I often need more than one editor, even if only one is really an IDE. So I suggest taking a look at a program called Textpad. It's essentially just a text editor, but it has a ton of features, and it's extensible. I like to use it for xml and html (good syntax highlighting), even while I use my other IDE for java. It's pretty inexpensive, and you can download a fully functional free trial (nagware - works indefinitely). The website is www.textpad.com [textpad.com].

    The downside is that, unfortunately, it is only available for windows. :(
  • Komodo (Score:3, Informative)

    by theolein ( 316044 ) on Tuesday June 11, 2002 @09:01PM (#3683229) Journal
    ActiveState has their Komodo Perl IDE out I think. I think it's also based on the Mozilla code so you can either extend it very easily or do some deal with them in the licencing to do it. I would in any case assume that the Moz code is very easy to extend with XUL and RDF's.
  • I am an xemacs person but wasted a lot of time with trying to get an NT version working. The linux version is great, the windows version may be great for you but was useless for me since Japanese language is not supported (not a development priority..).

    I am trying Perl Factory which may be useless for you, since it has a Japanese interface, but it could solve some other people's problems. EditPlus is a simple editor that does some things but not everything you want.

    And Komodo of course if you already are doing Visual Studio - but for programmability I'd spend more time looking at xemacs and eclipse if I were you. If you need to start now with Perl and don't need Japanese, xemacs.

  • Comment removed based on user account deletion
    • Re:Visual Perl (Score:2, Informative)

      by lpq ( 583377 )
      This still has attribute of being a *plugin* of Visual Studio -- something the original author wanted to get away from.

      I've thought about VP, but bawked at the requirment of buying a MS.NET product. :-(
  • Some more than others.

    This is key to thinking about development, otherwise you're prey to continually building new extensible systems on top of old inextensible systems.

    c
  • As you work on Windows systems, you might look at #develop [icsharpcode.net] which is a very flexible open source IDE for .NET. I presume you are running .NET anyway by now, as that is where VS is at now. It has among other nifty features a completely plugin-based architecture (see the SODA [icsharpcode.net] document for details) and user-definable backends, i.e. you can switch the compiler (and language of course) to whatever you like. Currently the MS.NET [microsoft.com] compilers and the SUN Java [sun.com] engine are implemented as backends, but if you want to use MONO [go-mono.com] for Windows, GCC [gnu.org] or whatever, you can do it. And as you might guess from the last bit, porting to Linux is planned as soon as dotGNU [dotgnu.org] and/or MONO [go-mono.com] are up and running :-)
    • Oooohhh, aaaahhhh....

      That looks GREAT! Have you used it? I'm reading docs on it right now. Is it in or nearly in a production level state? I really like the extensibility of it as well as that it is open source. If it is not extensible in the way I need, I can hack away! :)

  • Check it out - quite extensible, and if you have the hardware on your desktop to run an IDE written in Java, a nice interface IMHO.
  • I am currently using the Visual Studio IDE for C++ programming.
    The feature that I like the most is that I don't need to start another application for debugging my code.

    Is there a better IDE that runs under Windows and has an integrated debugger that is at least as powerful and easy to use as the built-in MSVC++ debugger (and can debug code generated by MSVC++)?
    • It does just-in-time compiling so you can change you code.
      Code compleation is strong-typed so you get less bugs.
      Memmory leak and buffer overruns and null pointers are checked.

      Full graphical object browsing is supported so you can easly navigate, eval and change stuff.
      Thread support is good,
      and the dissasemblers not to bad either.

      Debugging code produced by somthing else, well if it's a binary file you need to have the symbol information attached.
      If it's code then CBuilder will compile it up fine (hell you won't want to go back to MSVC++ anyway)

      Go get a free trail copy today!

  • Without want to rant,
    Borland produce the Best and most consistant IDE's I've ever used. just pop along to there web site and order/download a trial CD.

    They also have far more compliant C++ , and are developing linux tools.

    There's a great plugin API,
    Full RAD development, (makes visuial C look a bit well not visuial).

    Borland have a strong history of producing great tools and great IDE's anyone that ever since the days of Turbo Pascal.

    If your a little sceptical about Borlands credability in the modern market then the fact that JBuilder accounts for 40% of the Java house market should give you a bit of peace.

    • Yes, Borland's IDE's are pretty good. I've used JBuilder and liked it pretty well. The problem is that it's too expensive and restrictive.

      They've gone from v4 to v7 so quickly, that if you tried to keep up you'd be broke. (Have Borland ever heard of a minor release?) And you can't install more than one copy (say, on your desktop and laptop) without going against the license. That sucks.

      Like I said in my earlier post, I've been using jEdit for Java development for a couple months now and I don't foresee ever switching back.

      If there's something I don't like in jEdit, I change it. If there's something I need, there's probably a plugin for it. If there's not a plugin I can write one, or someone else will probably write one soon.
      • Yeh they used to have a 'use it loke a book' license, i noticed they'd changed it to.

        Entry/pro level Borland products are reasonably prices in my opinoin (very entry level is free).

        There Enterprise product are very 'Enterprise', and have a price to match, unfortuntly there pro products aren't pro enough (DB conictivy in Kylix-pro is crap!)
  • I really have to say thanks for all the pointers. I just might have a viable open source solution that I can "sell" to my project manager. It looks really good. I am still reading through all the links that were provided in addition to what came up on my Google searching. If I am able to use an OSS solution then I will probably start hacking that project on my own time to get the features I want.

BLISS is ignorance.

Working...