The best editor ?


Closed Thread
Results 1 to 12 of 12
  1. #1
    Join Date
    Nov 2008
    Location
    sao paulo - brasil
    Posts
    23

    Question The best editor ?

    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

  2. #2
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    You might try FineLine IDE
    FL does bracketing to link the If's with the Endif's etc.

    Norm

  3. #3
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    FineLine has my vote too.
    Dave
    Always wear safety glasses while programming.

  4. #4
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    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.
    All progress began with an idea

  5. #5
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    Quote Originally Posted by aratti View Post
    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.
    Add:
    'XFL_PIC18F2550X' (replace the X's with a a less than and a greater than)
    with correct PIC to code or
    select from the "select a device" drop down box which appears when PicBasicPro is selected in options.

    No users manual at this time.

    Norm

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    Code:
        'Selects the Chip
        '<FL_PIC18F2550>'
        'Selects PBPL
        '<FL_PBPL>'
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    I go back and forth between MCS and FineLine. FineLine is fantastic when you have huge IF THEN ELSE structures..
    Charles Linquist

  8. #8
    Join Date
    Jul 2011
    Posts
    35


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    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?

  9. #9
    Join Date
    Jul 2011
    Posts
    35


    Did you find this post helpful? Yes | No

    Thumbs up Re: The best editor ?

    Oops. It works fine. Just a syntax error on my part.

  10. #10
    Join Date
    Jul 2011
    Posts
    35


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    If you've got multiple files open, how do you CLOSE individual files??????

  11. #11
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    The round red button with an X in it on the right hand side of the tab bar works for me.
    Dave
    Always wear safety glasses while programming.

  12. #12
    Join Date
    Mar 2009
    Location
    Colorado
    Posts
    378


    Did you find this post helpful? Yes | No

    Default Re: The best editor ?

    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.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts