Introducing FiveTech's fivedit

User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Introducing FiveTech's fivedit

Post by Rick Lipkin »

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Introducing FiveTech's fivedit

Post by byte-one »

Cristobal has his program compressed with UPX. https://upx.github.io/
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

byte-one wrote:Cristobal has his program compressed with UPX. https://upx.github.io/
Gunther, thanks
I use now upx
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Introducing FiveTech's fivedit

Post by Marc Vanzegbroeck »

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Introducing FiveTech's fivedit

Post by Marc Vanzegbroeck »

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
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Introducing FiveTech's fivedit

Post by Otto »

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

********************************************************************
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Introducing FiveTech's fivedit

Post by cnavarro »

In the next version ( today or tomorrow ): Multipaste actived
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Introducing FiveTech's fivedit

Post by Marc Vanzegbroeck »

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

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 )
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Introducing FiveTech's fivedit

Post by Marc Vanzegbroeck »

Hi,

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

Code: Select all

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

Re: Introducing FiveTech's fivedit

Post by cnavarro »

Mark,
can you explain step by step what you have done until you get to the error?
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Introducing FiveTech's fivedit

Post by Marc Vanzegbroeck »

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
Post Reply