Re: Microchip's PIC32 : comments needed





CBFalconer wrote:

Vladimir Vassilevsky wrote:
CBFalconer wrote:

Why in heavens name do people want an IDE? One window in which to
run the editor, another in which to run make and the test runs, add
others as needed. All free, all controllable.

I used to be a fan of MultiEdit for many years. But finally I came to
the understanding that a reasonable IDE is the right way to do things.

There are two main arguments:

1. It is so nice when you can get everything to work in 10 minutes
without the need to read through the tons of documentation and
reconfiguring everything everywhere.

2. When everybody is forced to the same development environment, it
simplifies the coordination.


What has MultiEdit got to do with it?

<Whatever Editor> + make + command line tools == IDE of your own.
Why IDE of your own if there is an IDE already?

Shift to the appropriate directory. Launch and use the editor. Write and save the makefile. Write the program. Save. ALT-TAB
normally transfers you to the other window. Type 'make'. Run the
result to evaluate.

It is handy to create the shortcuts in the editor for the common operations like "make". But this is basically IDE make it yourself. Wouldn't it be easier to get used to the 'native' IDE?

Note that the actual compiler (or assembler) and languages only
affect the make file.

So in the addition to the crazy enough syntax of make, you have to learn every detail about compiler, linker, etc.

Use of VI(m) and/or Emacs can make editor use consistent across
systems if you like, although I prefer other editors.

Well. It has to do with how stiff you are in your habbits vs how lazy you are to learn anything new :)


Vladimir Vassilevsky
DSP and Mixed Signal Design Consultant
http://www.abvolt.com
.



Relevant Pages

  • Re: OPINION: What are the best Linux C++ IDEs out there?
    ... or the benefits of an IDE? ... The compiler then can analyze all declarations in a project, ... How else would it be possible to jump in the editor from the use ... This feature exists within xemacs, ...
    (comp.os.linux.development.apps)
  • Re: From the LuxAsm list.
    ... >> I don't think that it would be possible to add an IDE to an assembler ... > have all incorporated the editor and assembler in the same program. ... be taken advantage of, from the LuxAsm IDE, in doing so:)... ... There is, of course, a _LOGICAL_ dependency between the editor and the ...
    (alt.lang.asm)
  • Re: does VS C++ 2005 actually work????
    ... I love the IDE editor and am very productive in it. ... I don't use IntelliSense because it really doesn't work too well; ... (nobody at Microsoft has a clue how to write a text editor, ...
    (microsoft.public.vc.mfc)
  • Re: Editors/IDE as extensible, customizable and opened as Eclipse, HTML-Kit or jEdit
    ... I visited netbeans site, and there's heavy load of info. So could you (or ... > It is an free open source IDE for creating Java applications, ... > that include things such as an editor, ... Many other softwares try to be as extensible and opened, ...
    (comp.lang.java.softwaretools)
  • Re: OPINION: What are the best Linux C++ IDEs out there?
    ... > compiler and editor. ... declaration", but you can reconfigure this at will). ... > often is associated with the IDE term. ...
    (comp.os.linux.development.apps)