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
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.
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.
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
![]()
Bookmarks