What editors are being used?
blittled
Posts: 681
Eons ago I worked for a company developing c using gcc on SCO Unix. Our editor of choice was VI. I'm excited about PropGCC so even though my skills are very rusty I'm jumping onto the bandwagon.
I have downloaded the Windows version of PropGCC and VIM 7.3 to get started and wondered if anyone else is using VIM or if there is something better to use.
Also if anyone is using VIM what custom script can I use to have the :make command use the propeller make? It also would be useful if a custom macro for propeller-load was developed.
I have downloaded the Windows version of PropGCC and VIM 7.3 to get started and wondered if anyone else is using VIM or if there is something better to use.
Also if anyone is using VIM what custom script can I use to have the :make command use the propeller make? It also would be useful if a custom macro for propeller-load was developed.
Comments
-Phil
Vi do you ask?
-Tor
C.W.
Ray
+1 on Notepad++
Used to use EditPadPro ($) which is also very good, but have pretty much switch to above exclusively.
You know I'm going to have to create a few programs using copy con in a command window now.
C.W.
The great edlin has disappeared. May he rest in peace.
BTW, I tried Programmer's Notepad. I was able to add commands for compiling files and downloading to boards. Unfortunately one of the larger files i'm working with seems to cause trouble - command output disappears so errors don't get detected. Compiling and loading a good program works like a charm. The main problem is that i can't get the propeller-load terminal to work.
hardcore: Editor? Don't you just rip the old card, punch up a new one and then place it into your job deck?
This is as far back as I can go:
http://www.ittybittycomputers.com/IttyBitty/ShortCor.htm#appendixC
I wrote a lot of code for my ELF II using those coding forms.
C.W.
For many of my tasks I need to program a counterpart to the µC on PC - side.
So I must not change the environment.
I forgot about the bloodshed Dev-C++ IDE. Thanks for the reminder.
I've been able to configure it for a project, and things are looking good right now.
Most likely other Windows users who like an IDE will benefit from Dev-C++.
I'll post more on this in another thread. The IDE download is only 2.4MB
Big ole .NET not required.
Is there a way to configure the IDE tools without going through the dialogs?
Thanks,
--Steve
:w
:q
I use the Delphi IDE editor.
My first WYSIWYG editor was Credit on the Intel MDS system. Thought that was
better than sliced bread when we got that. Before that it was line editors and you spent
fifty percent of your time doing "0LT' to type the last line it had saved . Then you would do
a print out and realize you skipped a line in your hand written code you were entering UGG.
Tom
How about EDT under RSX-11M? It had a visual mode too that was somewhat occasionally usable. But as a line editor on a DecWriter it was ok.
And with the punched cards, don't forget the drum you could load with a card that defined the tabstops. Man, that was living. Always wrote the code, then added the comments after it was working. Could never get that PDP-11 assembler correct the first time.