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

2021-04-13 Thread fredvs
Hello Roland.

Yes, it is still me.

IMHO, msestrings.pas (and others) should be fixed, like in the commit of
Graeme.

To do this, a short remembering how to push the fixes:

1) Clone the last mseide-msegui:

$  git clone  https://github.com/mse-org/mseide-msegui

2) Go in that directory:

$ cd mseide-msegui

3) Add all the fixes and commit it:

$ git add --all
$ git commit -m "My fixes"

4) Push to https://github.com/mse-org/mseide-msegui:

$ git push --all https://github.com/mse-org/mseide-msegui

Fre;D






--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2021-04-13 Thread fredvs
Ooops, in previous post:

> Could it be the same for msestrings.pas and a  _ "_ is missing after
> 'Integer' ?

Please read this:

Could it be the same for msestrings.pas and a  ";" is missing after
"Integer" ?

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2021-04-13 Thread fredvs
Re-hello Roland.

Did you see one of the last commits of Graeme in mseide-msegui?

https://github.com/mse-org/mseide-msegui/commit/5ca765b8bc69afa5c0decb0968c67c7e7a20bced

Here his comment:

"Documentation generator detected the malformed syntax, which is now
corrected. Having a documentation generator is handy. ;-)"

Could it be the same for msestrings.pas and a  _ "_ is missing after
'Integer' ?

If so, maybe you will have other surprises in other methods.

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2021-04-13 Thread fredvs
Hello Roland.

About http vs https, it seems that FireFox does not like http anymore and
set as insecure.

About converting your site into https, maybe this could help:

https://www.brafton.com/blog/distribution/how-to-convert-http-to-https-a-quick-guide/

About fpdoc-generate doc, I have to jump into fpdoc.
(But, sadly, I have lot of work now).

Fre;D



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2021-04-13 Thread Roland Chastain
I don't know Fred. I have asked the question on a forum, but didn't received
many answers.

About the fpdoc-generated documentation for MSEgui, I see that there are
errors during generation process. For example this one :

Parsing used unit "msestrings" with commandLine "..."
Error: ...msestrings.pas(285,1): Expected ";" at token "function" in file
...msestrings.pas at line 285 column 1
Ignoring error, continuing with next unit (if any).

function msecomparestr(const S1, S2: msestring): Integer
   {$ifdef FPC} inline; {$endif}
//case sensitive
function msecomparetext(const S1, S2: msestring): Integer // line 285

I could try to add -dFPC in the command line. But in a pinch (1), it is the
code that should be corrected: the semicolon should be placed outside the
condition.

(1) I don't have any idea of what a pinch is. This is what Google Translate
suggest me to say. :)





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk