Page 18 of 38

Re: Introducing FiveTech's fivedit

PostPosted: Wed Feb 08, 2017 2:44 am
by cnavarro
--------------------------------- NEW VERSION 07/02/2017 ---------------------------

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

- First Implementation search and find with regular expressions

Image

http://www.scintilla.org/ScintillaDoc.html#Searching

Re: Introducing FiveTech's fivedit

PostPosted: Fri Feb 10, 2017 10:11 am
by cnavarro
--------------------------------- NEW VERSION 10/02/2017 ----------------------------------

First implementation Find and Replace with Regular Expressions

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

Image

http://docs.notepad-plus-plus.org/index ... xpressions

Re: Introducing FiveTech's fivedit

PostPosted: Thu Mar 23, 2017 1:32 am
by Claudio Leiva
HOLA ESTIMADO FORO.

COMO PUEDO PROBAR FIVEDIT?

Re: Introducing FiveTech's fivedit

PostPosted: Thu Mar 23, 2017 6:39 am
by Antonio Linares

Re: Introducing FiveTech's fivedit

PostPosted: Thu Mar 23, 2017 8:33 am
by cnavarro

Re: Introducing FiveTech's fivedit

PostPosted: Fri Mar 31, 2017 4:19 pm
by cnavarro
--------------------------------- NEW VERSION 31/03/2017 -----------------------
- Minor bugs fixed
- Stop build project ( all files ) when obtain error in compilation

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

Re: Introducing FiveTech's fivedit

PostPosted: Mon Apr 03, 2017 11:23 pm
by cnavarro
------------------------------------ NEW VERSION 04/04/2017 --------------------

- Allow select multiple files for open all

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

Re: Introducing FiveTech's fivedit

PostPosted: Wed Apr 05, 2017 6:04 pm
by James Bott
Cristobal,

I just downloaded and tested your latest version of the Fivedit program (ver 170204) and I am impressed by the number of improvements. Building an editor is a major project.

Here are a few things I have noticed that might still use some improvement. Most of these are just not following the Windows standard.

1) Title Bar: The program version should be on the Help-About screen. The compiler that was used to create the editor is not really important to the user. Likewise the user name is not important. The standard is to show the name of the program and the name of the current file being used. It would be helpful to show the complete path also (or make it an option).

2) Menu items should be in proper case (first letter capitalized and the rest in lower case).

3) Toolbar Exit button: This is not a Windows standard, but if you are going to have it, it should not be the first button since it is rarely used. It should be on the far right since it would be used only once per session (if at all). Personally, I would just remove it.

4)Functions list:

a) When you single left-click on a function name, the highlight bar in the editor does not jump to the function. When you double left-click the highlight bar in the editor section does jump to the function, but the highlight bar in the Function list jumps to the first function--not the one you just clicked.

b) Also, it does not handle classes and methods properly. Each class should be at the top level and all its methods should be listed below that, indented. Mixing all the methods from multiple class in with the functions, is confusing.

[If you want to see how the functions list should work, get a copy of the free PS Pad editor (pspad.com).]

3) This is a minor thing, but after you set the path to the Fivewin help file, you have to exit and re-enter the program before it will find it from the Help menu. Also, there are three FW help files but you can only display one. It would be very helpul if you can list them all.

4) It would be nice to have a help file for the editor itself. And maybe a step-by-step list of things that need to be done to setup the editor for first time. I have probably spent three hours on it and I don't know if I have done everything that needs to be configured yet. And I haven't even tried a project. Maybe that needs a first time setup description too.

Ok, I have it up and running and compiling now. I'll post more after I have used it some more. I can't imagine how many hours you have put into this project--you should be proud.

Keep up the great work!

Regards,
James

Re: Introducing FiveTech's fivedit

PostPosted: Wed Apr 05, 2017 7:07 pm
by cnavarro
James, first of all, thank you very much for your comments, I assure you that you are welcome
Sorry for my poor english

Within this thread you will find lots of information about the use and functionality of the editor
viewtopic.php?f=6&t=24025&start=630#p195332
( Previous and next posts )

You can also find Videos-tutorials

https://bitbucket.org/fivetech/fivewin- ... /five0.mp4
https://bitbucket.org/fivetech/fivewin- ... five00.mp4
https://bitbucket.org/fivetech/fivewin- ... /five1.mp4
https://bitbucket.org/fivetech/fivewin- ... /five2.mp4
https://bitbucket.org/fivetech/fivewin- ... /five3.mp4
https://bitbucket.org/fivetech/fivewin- ... /five4.mp4
https://bitbucket.org/fivetech/fivewin- ... /five5.mp4

Now, I will try to comment point by point your comments, thanks

1) That is the idea I have in a next version, but for the current development and my version control, it is more comfortable to have the version and compiler used. Then it will disappear.
It is a good idea to put the name of the active file at that moment
If you want to see the complete path of the file, right button click on the folder tab of that file

2) Yes, you are right, but the development of Fivedit I also use it to test my development of the classes and routines of Fivewin Menus.
This is not the final appearance they will have

3) Ok, not problem

4)
a)Yes, It is something that I take time with the intention to solve and I forget. Thanks again.

b) Please look, Below, next to the tab of the list of functions, there is another tab with the Tree Functions

5) Ok, take note

6) Yes, please video tutorials, at moment.
I am trying to prepare a "step by step" manual

Regards and thanks

Re: Introducing FiveTech's fivedit

PostPosted: Wed Apr 05, 2017 7:37 pm
by cnavarro
Ah!, Respect to point (4) (a), at moment, try to select in the configuration screen the option "Move in List Functions"

Image

Thanks for yours comments

Re: Introducing FiveTech's fivedit

PostPosted: Wed Apr 05, 2017 9:07 pm
by James Bott
Cristobal,

All good answers.

As I previously mentioned, most of my comments were just about Windows standards and are merely cosmetic. They do, however, make a program look more professional.

I will look at the videos and get back to you tomorrow.

Regards,
James

Re: Introducing FiveTech's fivedit

PostPosted: Wed Apr 05, 2017 11:32 pm
by cnavarro
Dear James

All your comments and suggestions have been implemented.
A new version will be published shortly

Thanks

Re: Introducing FiveTech's fivedit

PostPosted: Thu May 25, 2017 8:26 am
by cnavarro
------------------------------------------ NEW VERSION 25/05/2017 ------------------------------------------

viewtopic.php?f=6&t=24025&p=202068#p202068

Re: Introducing FiveTech's fivedit

PostPosted: Mon May 29, 2017 4:20 pm
by cnavarro
-------------------------------- NEW VERSION 29/05/2017 ----------------------------------

viewtopic.php?f=6&t=24025&p=202198#p202198

Re: Introducing FiveTech's fivedit

PostPosted: Sat Jun 10, 2017 9:32 pm
by cnavarro
------------------------------------ NEW VERSION 11/06/2017 -------------------------

viewtopic.php?f=6&t=24025&p=202679#p202679