Page 24 of 38

Re: Introducing FiveTech's fivedit

PostPosted: Thu Oct 19, 2017 8:30 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Thu Oct 19, 2017 9:34 pm
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

Re: Introducing FiveTech's fivedit

PostPosted: Fri Oct 20, 2017 8:17 am
by byte-one
Cristobal has his program compressed with UPX. https://upx.github.io/

Re: Introducing FiveTech's fivedit

PostPosted: Fri Oct 20, 2017 11:00 am
by cnavarro
byte-one wrote:Cristobal has his program compressed with UPX. https://upx.github.io/

Gunther, thanks
I use now upx

Re: Introducing FiveTech's fivedit

PostPosted: Sun Oct 22, 2017 10:06 am
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
...

Re: Introducing FiveTech's fivedit

PostPosted: Sun Oct 22, 2017 10:28 am
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Oct 23, 2017 7:12 am
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)

Re: Introducing FiveTech's fivedit

PostPosted: Mon Oct 23, 2017 8:33 am
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Oct 23, 2017 9:26 am
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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Oct 23, 2017 10:12 am
by cnavarro
In the next version ( today or tomorrow ): Multipaste actived

Re: Introducing FiveTech's fivedit

PostPosted: Mon Oct 23, 2017 8:04 pm
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)

Re: Introducing FiveTech's fivedit

PostPosted: Tue Oct 24, 2017 12:25 am
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 )

Re: Introducing FiveTech's fivedit

PostPosted: Tue Oct 24, 2017 6:03 am
by Marc Vanzegbroeck
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 )

Re: Introducing FiveTech's fivedit

PostPosted: Tue Oct 24, 2017 8:43 am
by cnavarro
Mark,
can you explain step by step what you have done until you get to the error?

Re: Introducing FiveTech's fivedit

PostPosted: Tue Oct 24, 2017 9:21 am
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...