Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Graeme Geldenhuys
On 11/04/2021 1:40 am, Graeme Geldenhuys wrote: > You use the EXAMPLE tag inside an ELEMENT tag. Here is a > complete ELEMENT example: I forgot to mention, you can also use the CODE tag inside the DESCR tag. Thus you don't have to use a external file for the code example. Regards, Graeme --

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Graeme Geldenhuys
On 10/04/2021 9:25 pm, Roland Chastain wrote: > Please could you tell me how I can insert a Pascal code example? You use the EXAMPLE tag inside an ELEMENT tag. Here is a complete ELEMENT example: The constructor for TfpgSystemTrayIcon . Modern operating systems usually provide a special area

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Roland Chastain
>MSEide+MSEgui's latest `master` now contains the fpdoc project file and the > xml documentation - moved over from MSEUniverse repo. > The generated HTML is beau-ti-ful! Graeme, you did a great job. I looked into the little XML files: I think I understood the principle. Please could you tell me

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Roland Chastain
Thank you for your work Graeme. I downloaded the msegui.inf file and tested the integration into MSEide. It is great! Just a small detail. I didn't understand where the FPCHELP variable is defined. So I did put the explicit path to the file, and it worked. Thank you for the links to IPF

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Graeme Geldenhuys
On 10/04/2021 4:03 pm, Roland Chastain wrote: > I looked for IPF syntax guide and examples but didn't find many things. I've included the official documentation from IBM inside the fpGUI repository. https://github.com/graemeg/fpGUI/tree/develop/docview/docs The file you'll be most interested

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Graeme Geldenhuys
On 10/04/2021 11:20 am, Graeme Geldenhuys wrote: > Like advanced search, inline annotations, > runtime or compile time Index page building, runtime concatenation of INF > files, very compact binary format etc. I've just tested fpdoc (from FPC 3.2.1) generating HTML, CHM and INF help as final

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Roland Chastain
Thank you Graeme for having taken time to give all these informations. I tried (successfully) to generate a documentation for a project I am working on. I simply used fpdoc to generate the IPF. I haven't yet tried to create a project. I will try later. I looked for IPF syntax guide and examples

Re: [MSEide-MSEgui-talk] PacmanXG

2021-04-10 Thread fredvs
> It is a command-line package manager for some Linux distributions Ha, ok, pacman is for ArchLinux distros. I use Debian based Linux distributions, like Debian (of course), Ubuntu, Mint, ... and they dont use pacman. But there is a emulator for Debian distros:

Re: [MSEide-MSEgui-talk] PacmanXG

2021-04-10 Thread Roland Chastain
It is a command-line package manager for some Linux distributions, for example Manjaro. https://wiki.manjaro.org/index.php?title=Pacman_Overview -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] How to use a tsyntaxedit

2021-04-10 Thread fredvs
Hello Roland. > Do you see what I mean? Ha, yes, I see now. Ok, perfect, and, once again, sorry for the noise. Have fun. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] How to use a tsyntaxedit

2021-04-10 Thread Roland Chastain
Thank you Fred. But, I believe that this is the same code that you posted before. I never said it doesn't work. It works, as I said here and on the russian forum: "Fred provided to me a working example. I made a simplified version which doesn't work with dark themes." I thank you again for your

Re: [MSEide-MSEgui-talk] How to use a tsyntaxedit

2021-04-10 Thread fredvs
Hello Roland. It is still me! In attachment, your project with background color enabled. synedit_roland.zip Now I really let you in peace. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] PacmanXG

2021-04-10 Thread fredvs
> It's a GUI for pacman. Sorry for my total ignorance but what is pacman? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] How to use a tsyntaxedit

2021-04-10 Thread fredvs
Hello Roland. For the colors, in the synthax def file, there are colors for the col numbers, so you need to have one fixed col (-1) in the grid1. Also for the icon column it is in column = 0. For the text himself it is on column = 1. Did you seen my second attachment in previous post, it has

Re: [MSEide-MSEgui-talk] PacmanXG

2021-04-10 Thread Roland Chastain
It's a GUI for pacman. I said Manjaro as an example (and because I use it sometimes). On Mageia (my main system), pacman doesn't exist, as far as I know. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing

Re: [MSEide-MSEgui-talk] How to use a tsyntaxedit

2021-04-10 Thread Roland Chastain
Hello Fred! I was speaking of the simplified version that I attached to my message: "I attach a simplified version. It doesn't work well etc." -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Graeme Geldenhuys
On 10/04/2021 9:34 am, Roland Chastain wrote: > So, I have a fully functional *wipfc* + *docview* + *fpdoc* installation. :) That's excellent news. > 1. To generate the IPF for MSEgui, do you also use the XML? fpdoc can generate documentation output only using the source code, but then there

Re: [MSEide-MSEgui-talk] How to use a tsyntaxedit

2021-04-10 Thread fredvs
Hello Roland. I have seen in MSEgui Russian forum that you said: > (1) It doesn't work well for dark themes, because the background stays > white. Not sure to understand, is "pascal_solarized_dark.sdef" not working for you? Here it works (see picture):

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread fredvs
Hello Roland. > (I noticed that I waste too much energy to find words in english. Maybe I > will continue in french.) Same for me. But I notice that Google Translate works much better from French to English than English to French. So maybe it will be faster and easier to do all the work in

Re: [MSEide-MSEgui-talk] PacmanXG

2021-04-10 Thread fredvs
Hello Roland. Thanks for make that project on the road again. > I didn't really tried it (I mainly use Mageia, even if I have Manjaro > installed on my second computer), but it's one more project example. Not sure to understand, is this project for Manjaro only? Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread fredvs
Hello Roland! > You can see the result here: > http://msegui.net/doc/msedataedits.tenumtypeedit.html Wow, sincerely the most clear and beautiful doc I ever seen. Congrats. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

[MSEide-MSEgui-talk] PacmanXG

2021-04-10 Thread Roland Chastain
Hello! I discovered an interesting application made with MSEgui: PacmanXG I forked it, and made it editable and compilable with the current version of MSEide: PacmanXG I didn't really tried it (I mainly use Mageia, even if I have Manjaro installed on my second computer), but it's one more

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Roland Chastain
I continue to explore the features of PasDoc. Here is my first comment: {++ Component for editing a value of enumerated type. The @code(OnInit) event can be used to import the different values of the type. @includeCode(../../../contributed/examples/tenumtypeedit1.pas) } tenumtypeedit =

Re: [MSEide-MSEgui-talk] MSEgui documentation generated with PasDoc

2021-04-10 Thread Roland Chastain
Hello Graeme (and other)! So, I have a fully functional *wipfc* + *docview* + *fpdoc* installation. :) I tested IPF to INF conversion (with wipfc): OK. I tested HTML doc for MSEgui generation (with fpdoc, using the XML files that you provided): OK. I tested your Lazarus demo, including an INF