I use fvwm with 4x4 virtual desktops, very uncluttered - the virtual pane is the only sticky window. Most of them are filled with vi sessions, but one has a browser (mozilla), and another my mail client (exmh).

I used the Microsoft development tools in my pre-perl days, around 1993-5. The one thing I still miss is the function key in the C debugger (F6, I think it was) that toggled between showing C code, assembler, and mixed. Of course it was much more important then because their C compiler was riddled with bugs, but it's still something I need to check from time to time - these days I use this script when I have such a need.

I really don't know what benefit an IDE would be for me, but in a sense I guess I've developed my own - the work application includes a variety of tools that encapsulate the processes we've devised for project management. I've previously talked about the database upgrade process here, and about the logging facilities here and here, and we also have tools for creating new instances of the application, an installer, database introspection, CVS introspection and more.

Of course it helps that I'm the primary developer, so the project structure and processes have mostly come straight out of my head, and are therefore easy for me to remember. But my colleague is a Macophile, and less comfortable about opening a couple of dozen xterms at a time, but still has had few problems coping with it (at least that he's told me about).

Hugo


In reply to Re: Professional Toolkits <=> vim + shell by hv
in thread Professional Toolkits <=> vim + shell by codeacrobat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.