FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Introducing FiveTech's fivedit
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Introducing FiveTech's fivedit
Posted: Thu Oct 19, 2017 08:30 PM

Otto

Cristobol has done some VERY FINE work with FiveEdit and I am looking at it very seriously! ... there is a LOT of functionality to take in .. I like the editor and the jump lists.

At this point I have not created any projects or compiled any programs.

Rick Lipkin

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Introducing FiveTech's fivedit
Posted: Thu Oct 19, 2017 09:34 PM
Rick Lipkin wrote:

At this point I have not created any projects or compiled any programs.

Rick Lipkin


Rick, if you need help for this, tell me
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Introducing FiveTech's fivedit
Posted: Fri Oct 20, 2017 08:17 AM
Cristobal has his program compressed with UPX. https://upx.github.io/
Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Introducing FiveTech's fivedit
Posted: Fri Oct 20, 2017 11:00 AM
byte-one wrote:Cristobal has his program compressed with UPX. https://upx.github.io/

Gunther, thanks
I use now upx
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Introducing FiveTech's fivedit
Posted: Sun Oct 22, 2017 10:06 AM

Hi Cristobal,

I just downloaded FiveEdit, and run it, and it's looking very nice :D

I have a question about key-settings.
Since I'm started programming in clipper with the brief-editor.
I'm used to work with those combinations.

Then I moved to MultiEdit. There was a Brief-emulator options.
So I still use that same MultiEdit program.
Is there a posibility to set your own Key-shortcuts?
So for example
'+' : copy line to clipboard
'Ins' : insert clipboard
...

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Introducing FiveTech's fivedit
Posted: Sun Oct 22, 2017 10:28 AM

Mark, thanks

That is a possibility that I intend to implement at the end, when I already have all the possible keys and actions defined.
Notice that in the preferences folder, there is a tab that puts menus
But it is not yet functional

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Introducing FiveTech's fivedit
Posted: Mon Oct 23, 2017 07:12 AM
Cristobal,

I did some settings in FiveEdit, but didn't found where I can set those lines.



I also have a suggestion that would be nice.
In MultiEdit there is a possibility to select a block (not the complete line), and paste it.



I like that function a lot :-)
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Introducing FiveTech's fivedit
Posted: Mon Oct 23, 2017 08:33 AM

Hello Marc,

column mode in FIVEDIT.
You start with “Shift” + “Alt” at the left.

Line at Column limit:
What I did is to set a different color after "Column limit".
View
Editor
Column limit; here select a different color.
But sure you can set a line too.
Cristobal will have a solution.
Best regards,
Otto

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Introducing FiveTech's fivedit
Posted: Mon Oct 23, 2017 09:26 AM
Otto, thanks

Line limits, please see

http://www.scintilla.org/ScintillaDoc.h ... ETEDGEMODE

and, soon, I will try to let the user decide the column(s) in which he wants the line to appear

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Introducing FiveTech's fivedit
Posted: Mon Oct 23, 2017 10:12 AM
In the next version ( today or tomorrow ): Multipaste actived
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Introducing FiveTech's fivedit
Posted: Mon Oct 23, 2017 08:04 PM
Hi,

Is there a setting where we can say what characters are comments?
Sometimes in my programs I use * for comments like this

Example MultiEdit


Example Fivedit


Another question:
Where can I say that the color of ENDIF is the same as IF ?
In the Fivedit example, you can see that it's not the same.
Now it's showing how it is if the lines are it comment-out :-)

Another suggestion :-)
It would be nice that the open files ar sorted (like in MultiEdit)


I must say, fine job so far. I have almost the same color-settings and fonts like I had setted in MultiEdit.
That's nice, since I'm used to that :-)
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Introducing FiveTech's fivedit
Posted: Tue Oct 24, 2017 12:25 AM
Marc Vanzegbroeck wrote:Hi,

Another question:
Where can I say that the color of ENDIF is the same as IF ?
In the Fivedit example, you can see that it's not the same.
Now it's showing how it is if the lines are it comment-out :-)


Preferences - Editor - INIT STRUCT = END STRUCT ( colors )
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Introducing FiveTech's fivedit
Posted: Tue Oct 24, 2017 06:03 AM
Hi,

Today I wanted to open my project again, but get always this error

Code (fw): Select all Collapse
Application
===========
   Path and name: C:\_vmsdata\FWH\FiveEdit\fivedit.exe (32 bits)
   Size: 5,825,536 bytes
   Compiler version: Harbour 3.2.0dev (r1603301435)
   FiveWin  Version: FWH 16.05
   Windows version: 6.2, Build 9200 

   Time from start: 0 hours 0 mins 22 secs 
   Error occurred at: 24/10/2017, 08:01:41
   Error description: Error BASE/1004  Message not found: TPANEL:NORDEN
   Args:
     [   1] = O   TPANEL

Stack Calls
===========
   Called from:  => __ERRRT_SBASE( 0 )
   Called from: ../../../tobject.prg => TPANEL:ERROR( 0 )
   Called from: ../../../tobject.prg => (b)HBOBJECT( 0 )
   Called from: ../../../tobject.prg => TPANEL:MSGNOTFOUND( 0 )
   Called from: ../../../tobject.prg => TPANEL:NORDEN( 0 )
   Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:BUILDEDITOR( 1670 )
   Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:OPENFILE( 6640 )
   Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:OPENPROJECT( 6819 )
   Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_MENUPROJECT( 4544 )
   Called from: .\source\classes\MENU.PRG => TMENU:COMMAND( 1226 )
   Called from: .\source\classes\WINDOW.PRG => TFIVEDITWND:COMMAND( 1118 )
   Called from:  => TWINDOW:HANDLEEVENT( 0 )
   Called from: \FWH\FWHTEAM\SAMPLES\fivedit.prg => TFIVEDITWND:HANDLEEVENT( 2983 )
   Called from: .\source\classes\WINDOW.PRG => _FWH( 3348 )
   Called from:  => SYSREFRESH( 0 )
   Called from: .\source\classes\MENU.PRG => TMENU:ACTIVATE( 1256 )
   Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 895 )
   Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1721 )
   Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 1847 )
   Called from: .\source\classes\WINDOW.PRG => _FWH( 3348 )
   Called from:  => WINRUN( 0 )
   Called from: .\source\classes\WINDOW.PRG => TFIVEDITWND:ACTIVATE( 1074 )
   Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:ACTIVATE( 740 )
   Called from: \FWH\FWHTEAM\SAMPLES\fivedit.prg => MAIN( 105 )
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Introducing FiveTech's fivedit
Posted: Tue Oct 24, 2017 08:43 AM

Mark,
can you explain step by step what you have done until you get to the error?

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Introducing FiveTech's fivedit
Posted: Tue Oct 24, 2017 09:21 AM

Hi,

I used the exe-version of:

https://bitbucket.org/fivetech/fivewin- ... edit53.zip

1 - I Open Fivedit
2 - CTRL-J
3 - Select project
4 - Error...

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite