FineLineIDE


Closed Thread
Results 1 to 40 of 188

Thread: FineLineIDE

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by SteveB View Post
    Norm,
    From what I've read about PBP3.0 it doesn't look like FineLineIDE will be compatible.
    Do you know if it is/will be?
    No it's not but it will be.

    Norm

  2. #2
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    FineLineIDE v1.5.0.0 now available!

    FL is now compiled with latest Delphi XE compiler and developed in windows 7.
    Aero off option for slower graphic cards.
    Revised undo/redo.
    Radio button in Explorer to easily select data type to display.
    Find and Replace clicks return focus to edit for direct editing.
    Auto close programmer on successive call option. (example PicKit 3)
    FL now compatible with tabs.
    Added FineLine IDE manual in main menu help.
    Not yet PBP3 compatible but that is next.


    Norm

  3. #3
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Hi, I really like FL. I have few suggestion...
    First I think you should add UPCASE for reserved words.
    Second, it would be nice to make user function...
    For example:
    Function Asd(x var byte, y var byte) as byte
    code
    Endfunction
    Then when you want to compile FL just generate something like this on top of code
    goto over_funcions
    asd var byte:x var byte:y var byte

    LabelASD:

    code
    return
    over_funcions:
    and then if you use code like
    variable =asd(1,2)
    FL just replace that line with this
    x=1 ' first string in bracket
    y=2 ' second string etc
    Call LabelASD
    variable =asd
    What do you think about it?
    I really do not know why it was not done in pbp3, it's quite simply...
    Last edited by pedja089; - 27th August 2011 at 11:25.

  4. #4
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by pedja089 View Post
    Hi, I really like FL. I have few suggestion...
    First I think you should add UPCASE for reserved words.
    Second, it would be nice to make user function...
    What do you think about it?
    I really do not know why it was not done in pbp3, it's quite simply...
    First compatibility with PBP3.
    Then my goal is code collapse and auto indent or code formatting.
    Functions should be the job of the compiler.
    Even if it could be done adding functions specific to FL would make for code incompatibilities.
    Interesting nevertheless.

    Norm

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Darrel already state it somewhere, and PBP .TXT file state there's already a mechanism for the user function/command. Just to need to wait untill they release it. In meantime you can always use asm Macro. But still, it's not a real function.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Name:  FL_OptionScreen.jpg
Views: 6164
Size:  55.8 KBNorm, I am having a problem using FL v1.0.0.4 with PicKit2 programmer. It works fine with EasyPic6/PicFlash programmer, but I had to reprogram a device in the field using my laptop with PicKit2. I am using PicKit2 v2 and PBP 2.6 with MPASM assembler. I am somewhat confused by the FL Programmer Options as shown in the attached image where it shows an option for "PicKit2 5.0 volt" and an option for "PicKit2 3.3 volt", as if there are two different PicKit2 products...one for each programming voltage. Yet the PicKit2 I have leaves the selection of the programming voltage to a selectable tool in the PicKit2 screen, so I don't know which option to use with my PicKit2 v2. Can you please clarify what these two FL options for PicKit2 are really saying and which one to use with PicKit2 version 2?

    I also notice that the browser default for the" PicKit2 5.0 volt" option points to a file at "Browse to *\pk2cmd.exe". Yet I find no file by that name in my PicKit2 installation. The .exe file normally used in my installation for PicKit2 from Microchip is "PICkit2V2.exe". I tried to use the browser to select this one in the FL option and it didn't work with FL. What are the .exe file names that should be used for either the PicKit2 5.0 volt option or the PicKit2 3.3 volt option in FL??

  7. #7
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by jellis00 View Post
    Norm, I am having a problem using FL v1.0.0.4 with PicKit2 programmer. It works fine with EasyPic6/PicFlash programmer, but I had to reprogram a device in the field using my laptop with PicKit2. I am using PicKit2 v2 and PBP 2.6 with MPASM assembler. I am somewhat confused by the FL Programmer Options as shown in the attached image where it shows an option for "PicKit2 5.0 volt" and an option for "PicKit2 3.3 volt", as if there are two different PicKit2 products...one for each programming voltage. Yet the PicKit2 I have leaves the selection of the programming voltage to a selectable tool in the PicKit2 screen, so I don't know which option to use with my PicKit2 v2. Can you please clarify what these two FL options for PicKit2 are really saying and which one to use with PicKit2 version 2?

    I also notice that the browser default for the" PicKit2 5.0 volt" option points to a file at "Browse to *\pk2cmd.exe". Yet I find no file by that name in my PicKit2 installation. The .exe file normally used in my installation for PicKit2 from Microchip is "PICkit2V2.exe". I tried to use the browser to select this one in the FL option and it didn't work with FL. What are the .exe file names that should be used for either the PicKit2 5.0 volt option or the PicKit2 3.3 volt option in FL??
    Goto PICkit™ 2 Development Programmer/Debugger and down load the command line version PK2CMD v1.2

    The *\ signifies a wildcard before the pk2cmd.exe
    An "-A3.3" without the quotes in the command line signifies 3.3 volts other wise will default to 5.
    Your PICkit2 tabs should look like the following:

    Norm




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