Dear Friends,
exists some better and more complete editor than the microcode studio for the picbaic of the type of the editor of the mikro basic ?
in advance thankful,
vicente
Printable View
Dear Friends,
exists some better and more complete editor than the microcode studio for the picbaic of the type of the editor of the mikro basic ?
in advance thankful,
vicente
You might try FineLine IDE
FL does bracketing to link the If's with the Endif's etc.
Norm
FineLine has my vote too.
Norm, you will get my vote too, but before you must tell me how do you select a device in your nice editor?
Do you have a "USER MANUAL" ?
Cheers
Al.
Code:'Selects the Chip
'<FL_PIC18F2550>'
'Selects PBPL
'<FL_PBPL>'
I go back and forth between MCS and FineLine. FineLine is fantastic when you have huge IF THEN ELSE structures..
This is the first I've heard of FineLine. I just gave it a try, and see that it's having trouble with these:
@ __CONFIG _CONFIG1H, _OSC_ECIO6_1H & _FCMEN_OFF_1H & _IESO_OFF_1H
@ __CONFIG _CONFIG2L, _PWRT_OFF_2L & _BOREN_ON_2L & _BORV_1_2L
@ __CONFIG _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
@ __CONFIG _CONFIG3H, _CCP2MX_PORTC_3H & _PBADEN_OFF_3H & _LPT1OSC_OFF_3H & _MCLRE_ON_3H
@ __CONFIG _CONFIG4L, _STVREN_ON_4L & _LVP_OFF_4L & _XINST_OFF_4L
How do you deal with these? Must the .INC fine be modified instead?
Is there documentation available for FineLine?
Oops. It works fine. Just a syntax error on my part.
If you've got multiple files open, how do you CLOSE individual files?????? :cool:
The round red button with an X in it on the right hand side of the tab bar works for me.
Just dowloaded FineLine and tried it. Some trial and error in setting up Options, for which a User Manual would have helped. But I have to say, it is a Great Editor! Good job, Norm! Like others have implied, I hope you have a User Manual planned.