Page 1 of 5

Notepad++ Function List

Posted: Fri Aug 09, 2013 2:38 pm
by Pablo César
Have someone use this option in Notepadd++ ? Would be great if we could set it to make a function list when is editing our PRG (source code).

Image

Re: Notepad++ Function List

Posted: Fri Aug 09, 2013 10:33 pm
by andyglezl
Hola Pablo Cesar

Yo utilizo como editor el xMate para mis prg's y me aparece
a la derecha el listado de todas las funciones que contiene.
Al darle doble click, se va a la linea correspondiente.

http://www.vouchcac.com/Community/WowXMate.htm
----------------------------------------------------------

Hi Pablo Cesar

I use as the xMate editor for my prg's and I get
to the right a list of all the features it contains.
By giving you double click, it goes to the corresponding line.

http://www.vouchcac.com/Community/WowXMate.htm

Notepad++ Function List

Posted: Fri Aug 09, 2013 10:58 pm
by Pablo César
Hola André, gracias por compartir tu experiencia e indicación. Lo que justamente lo que deseo de un editor de códigos é que tenga un listado de funciones que auxilie la sintaxe pero el Notepad ofrece una lista de funciones que existe en el código corriente. Tendria que conocer mas a fondo sobre el editor xMate, no sé si tiene la funcion de selecionar block en modo colunar, si tiene el modo los padrones UTF-8 y ANSI, si tiene suport para vários idiomas y será que este producto no será descontinuado (visto la fecha del ultimo lanzamiento) ?. Porque el Notepad++, no ofrece el lenguaje de programacion xBase y eso nos deja al margen de los recursos.

--

Hi André, thanks for sharing your experience and indication. What I want just a code editor é have a list of functions that the sintaxe helpers but Notepad offers a list of functions that exist in the current code. I do not know if it has Select block in colunar mode, if you have the standards mode and ANSI UTF-8, if it has suport for multiple languages ​​and if this product will be not discontinued (seen the latest release date) ?. Because Notepad++ is not xBase programming language included (in native mode) and this lets us out of resources.

Re: Notepad++ Function List

Posted: Fri Aug 09, 2013 11:02 pm
by Pablo César
This XMate open xhp files... I think is a litle complicated to use in HMG package. :cry:

Re: Notepad++ Function List

Posted: Sat Aug 10, 2013 2:10 am
by andyglezl
Todavia hay algo de movimiento en el foro de xMate (yo tengo mucho que no entro)
voy a ver si por ahi encuentro el setup de instalación.

There are still some movement xMate forum (I have much to not go)
I will see if there find the installation setup.

http://groups.yahoo.com/group/xmate_users/

--------------------------------------------------------------------------------

Con el cambio de HMG 3.x/Harbour3/MINGW ya no pude configurarlo para generar el
executable con el mismo editor, lo hago con el menu de Herramientas y Utilidades.

With the change of HMG 3.x/Harbour3/MINGW I could not configure it to generate the
executable with the same publisher, I do it with menu Tools and Utilities.

Re: Notepad++ Function List

Posted: Sat Aug 10, 2013 2:39 am
by Rathinagiri
xMate editor is still my favorite even though I am using Notepad++ now. Sadly it is not updated to unicode and all.

And, can it be used in conjunction with HMG-IDE?

Notepad++ Function List

Posted: Sat Aug 17, 2013 2:06 am
by Pablo César
My experience with Notepad++ it being so good !

Now I got it with FunctionList.xml for xBase !!!
Screen.PNG
Screen.PNG (34.74 KiB) Viewed 12011 times
It is being attached xmls files to be download at Notepad++ folder.

Files langs.xml and userDefineLang.xml have been included just to garantee xBase language and Notepad++ recognize extension file (for prg files) when is being edited.
Notepad++.rar
(36.4 KiB) Downloaded 1248 times
The only problem that I found is all function names MUST have parenthesis, indicating there are "functions".

You will get all functions be listed as are mentioned in your source code by clicking on this button:
Screen92.PNG
Screen92.PNG (1.64 KiB) Viewed 11924 times
When double click on at any function name, the cursor will be positioned accordingly the name. This helps.

Re: Notepad++ Function List

Posted: Sat Aug 17, 2013 3:26 am
by Rathinagiri
Wow! That is a great improvement and will definitely save much of our time wandering.

Thanks a lot Pablo. You have made the day!

Notepad++ Function List

Posted: Sat Aug 17, 2013 11:30 am
by Pablo César
Thank you Rathi for your interest and kind of words ! :D

Would tell us where files have been installed in your case ? (just to collect info)

Re: Notepad++ Function List

Posted: Sat Aug 17, 2013 2:10 pm
by Rathinagiri
I had installed Notepad++ 6.4.3 in c:\hmg.3.1.5\notepad++.

Sadly I can't see the function list even though I had enabled.

See the picture below:
notepad.jpg
notepad.jpg (107.08 KiB) Viewed 11975 times
Also, as you can note down, 'do' in win'do'w is also taken as DO and a separate loop is created. Can't we avoid that?