Page 9 of 38
Re: Introducing FiveTech's fivedit
Posted: Fri Jan 30, 2015 6:15 pm
by Antonio Linares
James,
The fix was not included yet. Now it is
Please download it again from:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
Re: Introducing FiveTech's fivedit
Posted: Fri Jan 30, 2015 10:18 pm
by James Bott
Antonio,
Yea, it is working fine now. Thanks.
My next suggestion would for it to automatically highlight the line matching the line number of the first error. It would also be nice if it would highlight the line containing the first error message in the compiler output window. My current editor works this way and it is very useful.
I also note that the cursor in the compile output window is apparently the same color (gray) as the window so the cursor is invisible except when it is over black text (and then only partly visible). Maybe you could make the cursor a different color? My current editor shows the cursor as an arrow which would also make it more visible.
Re: Introducing FiveTech's fivedit
Posted: Sun Feb 01, 2015 8:48 am
by Antonio Linares
New version that by default saves and restore the fivedit.ini file in/from c:\users\username\appdata\local
https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 6:50 am
by Antonio Linares
New version with autocomplete feature. Just type the initial chars of a previously written name and it will appear in a tooltip, press enter and it will be written.
Many thanks to Daniel García for his great help to implement it!!!
https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 8:31 am
by richard-service
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 9:15 am
by bpd2000
Great
Extend auto complete feature for whole document / file instead of previously written name that appear in a tooltip
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 11:21 am
by Antonio Linares
New version that properly uses FWH path and Harbour path for scripting compilation:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 8:58 am
by Antonio Linares
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 5:05 pm
by James Bott
Antonio,
I cannot get the paste to work. Sometimes my AV software blocks this, but I have checked and it doesn't seem to be doing it this time.
Is paste working for you?
James
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 5:21 pm
by James Bott
Antonio,
Location of INI file.
New version that by default saves and restore the fivedit.ini file in/from c:\users\username\appdata\local
It seems that to follow the standard this should be saved in it's own folder:
c:\users\username\appdata\local
\fiveditJames
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 6:51 pm
by Antonio Linares
James,
James Bott wrote:Antonio,
I cannot get the paste to work. Sometimes my AV software blocks this, but I have checked and it doesn't seem to be doing it this time.
Is paste working for you?
James
paste is working fine here
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 4:56 am
by Antonio Linares
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 11:11 am
by vilian
Friends,
I do not understand. The end result of this project
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28766 would not be exactly? A complete IDE for Fivewin !
why you are spending time and effort doing another text editor?
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 11:26 am
by Antonio Linares
Vilian,
They are different targets.
Many FWH users need a quick and easy source code editor and a projects manager, thats all. And Fivedit provides exactly that
The Visual Studio project is a development to integrate Harbour in Visual Studio. We have hired a developer from India (Sarabjeet) who is working on that.
Not all the FWH users are wishing to install and use Visual Studio. Some of us yes. But having a source code editor and projects manager, entirely developed with FWH and with full source code available is something very good
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 11:30 am
by Enrico Maria Giordano
Antonio,
I agree. Even though I'm not going to use it (at least for now).
EMG