Introducing FiveTech's fivedit

Re: Introducing FiveTech's fivedit

Postby Rick Lipkin » Thu Oct 19, 2017 8: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
User avatar
Rick Lipkin
 
Posts: 2606
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Introducing FiveTech's fivedit

Postby cnavarro » Thu Oct 19, 2017 9: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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby byte-one » Fri Oct 20, 2017 8:17 am

Cristobal has his program compressed with UPX. https://upx.github.io/
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

Re: Introducing FiveTech's fivedit

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby Marc Vanzegbroeck » 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
Marc Vanzegbroeck
 
Posts: 1157
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

Re: Introducing FiveTech's fivedit

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby Marc Vanzegbroeck » Mon Oct 23, 2017 7:12 am

Cristobal,

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

Image

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.

Image

I like that function a lot 8)
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
 
Posts: 1157
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

Re: Introducing FiveTech's fivedit

Postby Otto » Mon Oct 23, 2017 8: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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5994
Joined: Fri Oct 07, 2005 7:07 pm

Re: Introducing FiveTech's fivedit

Postby cnavarro » Mon Oct 23, 2017 9: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

Image
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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby Marc Vanzegbroeck » Mon Oct 23, 2017 8: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
Image

Example Fivedit
Image

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 :lol:
It would be nice that the open files ar sorted (like in MultiEdit)
Image

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 8)
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
 
Posts: 1157
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

Re: Introducing FiveTech's fivedit

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby Marc Vanzegbroeck » Tue Oct 24, 2017 6:03 am

Hi,

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

Code: Select all  Expand view
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
Marc Vanzegbroeck
 
Posts: 1157
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

Re: Introducing FiveTech's fivedit

Postby cnavarro » Tue Oct 24, 2017 8: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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Postby Marc Vanzegbroeck » Tue Oct 24, 2017 9: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
Marc Vanzegbroeck
 
Posts: 1157
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 9 guests