Page 23 of 38

Re: Introducing FiveTech's fivedit

PostPosted: Sat Oct 07, 2017 9:58 pm
by cnavarro
Bug fixed in previous version: download

https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

Re: Introducing FiveTech's fivedit

PostPosted: Mon Oct 09, 2017 7:47 pm
by cnavarro
--------------------------------------------- NEW VERSION 09/10/2017 --------------------------

Into this version if you press CTRL+SHIFT list of all symbols defined ( fivewin, harbour and of you program ) is shown
Also, if you beginining one word and you CTRL+SHIFT, this list is shown also, but with this characters selected

Image

https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

Re: Introducing FiveTech's fivedit

PostPosted: Wed Oct 11, 2017 1:11 pm
by MFarias
I have a suggestion: you should put an error log submission by email

Recent error

Application
===========
Path and name: C:\Des\build\fivedit\fivedit.exe (32 bits)
Size: 2,397,696 bytes
Compiler version: Harbour 3.2.0dev (r1603301435)
FiveWin version: FWH 17.07
C compiler version: Microsoft Visual C++ 19.0.23506 (32-bit)
Windows version: 6.2, Build 9200

Time from start: 0 hours 5 mins 3 secs
Error occurred at: 11/10/2017, 09:49:51
Error description: Error BASE/1005 Message not found: TPANEL:_LNEEDUPDATE
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:_LNEEDUPDATE( 0 )
Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_PREFERENCES( 8419 )
Called from: => AEVAL( 0 )
Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:PREFERENCES( 8419 )
Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_MENUVIEWS( 5210 )
Called from: .\source\classes\MENU.PRG => TMENU:COMMAND( 1549 )

Re: Introducing FiveTech's fivedit

PostPosted: Wed Oct 11, 2017 1:20 pm
by cnavarro
Please explain me who obtain this error
I can not reproduce the error
Many thanks for you feedback

Re: Introducing FiveTech's fivedit

PostPosted: Wed Oct 11, 2017 2:03 pm
by cnavarro
I not found previous error, but I found other minor bug

----------------------------------------------------- NEW VERSION 11/10/2017 ----------------------------------
- Change style MENUS: fixed ( You need to restart the editor , for now )

Image

https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

Re: Introducing FiveTech's fivedit

PostPosted: Wed Oct 11, 2017 5:41 pm
by cnavarro
Sorry,

Alert messages for debug removed

Image

https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

Re: Introducing FiveTech's fivedit

PostPosted: Fri Oct 13, 2017 8:04 pm
by MFarias
Question: Is there a file I need to delete to work normally?
PS.: I always replace it in the folder.
Sequence:
1.Menu
2.Display
3.Preferences [ctrl + f2]
4.Click [Save] or [Cancel]
5.Error Dialog:

Application
===========
Path and name: C:\Des\build\fivedit\fivedit.exe (32 bits)
Size: 2,398,208 bytes
Compiler version: Harbour 3.2.0dev (r1603301435)
FiveWin version: FWH 17.07
C compiler version: Microsoft Visual C++ 19.0.23506 (32-bit)
Windows version: 6.2, Build 9200

Time from start: 0 hours 1 mins 1 secs
Error occurred at: 13/10/2017, 17:02:11
Error description: Error BASE/1004 No exported method: ACONTROLS
Args:
[ 1] = A { ... } length: 1

Stack Calls
===========
Called from: => ACONTROLS( 0 )
Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:PREFERENCES( 8435 )
Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_MENUVIEWS( 5222 )
Called from: .\source\classes\MENU.PRG => TMENU:COMMAND( 1549 )
Called from: .\source\classes\WINDOW.PRG => TFIVEDITWND:COMMAND( 1133 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: D:\FWH\FWHTEAM\SAMPLES\fivedit.prg => TFIVEDITWND:HANDLEEVENT( 3058 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3431 )
Called from: => WINRUN( 0 )
Called from: .\source\classes\WINDOW.PRG => TFIVEDITWND:ACTIVATE( 1089 )
Called from: .\source\classes\TFIVEDIT.PRG => TFIVEDIT:ACTIVATE( 731 )
Called from: D:\FWH\FWHTEAM\SAMPLES\fivedit.prg => MAIN( 153 )

Re: Introducing FiveTech's fivedit

PostPosted: Fri Oct 13, 2017 9:57 pm
by cnavarro

Re: Introducing FiveTech's fivedit

PostPosted: Sat Oct 14, 2017 7:48 pm
by cnavarro
---------------------------------------- NEW VERSION 14/10/2017 -----------------------------------

https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

* When invoke with CTRL + ALT + number + number template, only run now with KEYPAD digits

* New keys actions
- CTRL + AVPAG : First line window
- CTRL + REPAG: Last line window
- ALT + CTRL + AVPAG: Next paragraph
- ALT + CTRL + REPAG: Previous paragraph

* Macros ( First version ) - Menu - Tools
- Start Macro
- End Macro
- Execute Macro
- And Editor Scripts ( Macros )
When you select any command of left list and press icon help, page web scintilla show
- Not run OK yet absolute and relative displacements (type macros of excel)
- No signal or image is displayed that a macro is being recorded ( for now )

* Aesthetic improvements in selection lists and others topics

Image

Re: Introducing FiveTech's fivedit

PostPosted: Tue Oct 17, 2017 12:06 pm
by MFarias
Thanks!!!! Now it's working.

Re: Introducing FiveTech's fivedit

PostPosted: Wed Oct 18, 2017 10:24 pm
by cnavarro
-------------------------------------- NEW VERSION 19/10/2017 ------------------------

* Added:
- CTRL + F5 : Goto Line Function
- CTRL + F6 : Goto Old Pos

* Fixed:
- Changes of font: names, sizes and attributes

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE

And please, read this

http://wiki.fivetechsoft.com/doku.php?i ... t_shortcut

Re: Introducing FiveTech's fivedit

PostPosted: Thu Oct 19, 2017 1:51 pm
by Rick Lipkin
Cristobal

Just curious ... are you using a compression utility ( shrinker ) on your .exe ? I noticed the files size is 2.3 mg which is relatively small. I opened your .exe with a hex editor and I was impressed there was little visible code you could read ..

I use Aspack to shrink my Executables and Aspack totally obscures a Hex Editor to gleam any visible code in the .exe as well as having one of the best compression ratios. Typically I can take a 9mg file and compress it down to about 2.5 mg and the Hex is totally obscured.

http://www.aspack.com/aspack.html

Rick Lipkin

Re: Introducing FiveTech's fivedit

PostPosted: Thu Oct 19, 2017 4:39 pm
by cnavarro
Dear Rick
what hex editor do you use?
Only for curiosity
Can you send me a picture of what you have seen?

Re: Introducing FiveTech's fivedit

PostPosted: Thu Oct 19, 2017 5:51 pm
by Otto
Hello Rick,
may I ask if you use Fivedit for your work.

I am in the process of switching over to FE.
To change editor is a big task. But I get more comfortable using FE every day.
I am very satisfied.
Best regards,
Otto

Re: Introducing FiveTech's fivedit

PostPosted: Thu Oct 19, 2017 8:13 pm
by Rick Lipkin
Cristobol

I tried to use Aspack to shrink FiveEdit and a message pops up that you have already used 'Shrinker' .. as far as the Hex .. there are some readable stuff in the front and back of the .exe and the rest is just hex.

Rick Lipkin

Image

Image