FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Introducing FiveTech's fivedit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Fri Jan 30, 2015 06:15 PM
James,

The fix was not included yet. Now it is :-)

Please download it again from:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Introducing FiveTech's fivedit
Posted: Fri Jan 30, 2015 10:18 PM

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.

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Sun Feb 01, 2015 08:48 AM
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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 06:50 AM
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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 08:31 AM
Antonio Linares wrote: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

Nice job.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 153
Joined: Tue Aug 05, 2014 09:48 AM
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 09:15 AM
Antonio Linares wrote: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

Great
Extend auto complete feature for whole document / file instead of previously written name that appear in a tooltip
Regards, Greetings



Try FWH. You will enjoy it's simplicity and power.!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Mon Feb 02, 2015 11:21 AM
New version that properly uses FWH path and Harbour path for scripting compilation:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 08:58 AM
New version that solves a wrong selection when clicking with the mouse:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 05:05 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 05:21 PM
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\fivedit

James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Tue Feb 03, 2015 06:51 PM
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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 04:56 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 11:11 AM
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?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 11:26 AM

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 :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Introducing FiveTech's fivedit
Posted: Thu Feb 05, 2015 11:30 AM

Antonio,

I agree. Even though I'm not going to use it (at least for now). :-)

EMG