Documentation Comment

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Documentation Comment

Post by RSBasic »

Documentation Comment 1.1.0 has been released.

Changelog:
  • Changed: If no "<return>" is specified, then no "Result = " is displayed before the procedure name.
  • Optimized: Maximum token length has been reduced from 1000 to 250 characters for reading procedure names and comments.
  • Optimized: Summary comments are no longer determined every 3 seconds, but only if the file has changed.
Image
Image
Joubarbe
Enthusiast
Enthusiast
Posts: 555
Joined: Wed Sep 18, 2013 11:54 am
Location: France

Re: Documentation Comment

Post by Joubarbe »

The idea is really great but it doesn't seem to work well with my setup:

Image

Image

As you see, my function is inside a module. The text seems clipped, and when I use the mouse wheel, the parameter line doesn't show. (it ends with </param>) Even if I change the summary line, the tooltip isn't updated.

(And a tiny suggestion: add a readme file or doc that shows all the commands inside the downloadable archive)
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Documentation Comment

Post by RSBasic »

@Joubarbe
Do you have example code for me to reproduce this error?
Image
Image
kaylus
New User
New User
Posts: 4
Joined: Sun Sep 17, 2023 3:05 pm

Re: Documentation Comment

Post by kaylus »

Hi!

Question: Would you have the desire/ability to compile this for OSX? I would be happy to as well if you need someone to handle the compilation. I would like to use this functionality, but clearly it won't work as it stands :-)

Kind Regards,
KC
Denis
Enthusiast
Enthusiast
Posts: 704
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: Documentation Comment

Post by Denis »

RSBasic,

i'm not enable to download your file due to ESET Internet security.

Image
A manace was detected when Firefox tried to access a website (www.rsbasic.de).
Access was blocked.


So you can submit the file to ESET if it's a false positive.

Submit the file to EST :
https://support.eset.com/en/kb141-submi ... e-eset-lab

It's not the first time i get trouble on your site.
A+
Denis
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Documentation Comment

Post by Fred »

We should suppress these lamely done software, which are the real plague here.
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: Documentation Comment

Post by Marc56us »

Hi Denis,

It's the whole site that's been blocked (for a long time) because it's full of PB code (and EXEs) in the backups page.
Just set it to exclude.
  • Configuration
  • Protection Internet
  • Protection de l'accès Web
  • Gestion des listes d'URL
  • Listes d'adresses
  • Modifier
  • Liste des adresses autorisées
  • Modifier
  • Ajouter
  • https://rsbasic.de
You can then download and NOD32 will still inspect the downloaded programs.

Moreover, if NOD blocks it, it's because it had put it on a blocked site BEFORE. (when the site wasn't in https).
If you now remove it from the blocked URLs, there's no more message.
:wink:
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Documentation Comment

Post by Kuron »

Fred wrote: Thu Sep 21, 2023 8:03 am We should suppress these lamely done software, which are the real plague here.
The good thing is nobody really uses them anymore, most just rely on Windows Defender (which is still very lame). Only ones for Windows that I get along with are Panda and ClamWin.
Best wishes to the PB community. Thank you for the memories. ♥️
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Documentation Comment

Post by Fred »

I'm also running Windows Defender only, and it's more than enough (annoying here and here with some PB exec)
Denis
Enthusiast
Enthusiast
Posts: 704
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: Documentation Comment

Post by Denis »

I never get trouble with PB exe at all with my antivirus, never, never and never.
I've downloaded a lot of PB exe file without problem.

The only problem I get is with the RSbasic site. So why (May be Marc56us is right) ?
A+
Denis
kaylus
New User
New User
Posts: 4
Joined: Sun Sep 17, 2023 3:05 pm

Re: Documentation Comment

Post by kaylus »

kaylus wrote: Wed Sep 20, 2023 10:21 pm Hi!

Question: Would you have the desire/ability to compile this for OSX? I would be happy to as well if you need someone to handle the compilation. I would like to use this functionality, but clearly it won't work as it stands :-)

Kind Regards,
KC
Just kind of bludgeoning this up - is this closed source? I'm happy to help compile it for OSX and test if the code is available.
KC
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Documentation Comment

Post by RSBasic »

Documentation Comment 1.1.1 has been released.

Changelog:
  • Changed: DPI compiler option is now enabled.
  • Optimized: New Lexer version by Sicro. It's faster now. Thanks to Sicro.
  • Added: Example code file

Joubarbe wrote: Tue Oct 08, 2019 3:07 pm (And a tiny suggestion: add a readme file or doc that shows all the commands inside the downloadable archive)
I added an example code file.
Image
Image
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 448
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

Re: Documentation Comment

Post by Didelphodon »

On my side the space for the displayed comment-info box seems vertically and horizontally oversized in terms of the used space. That might be related to (my) DPI settings, though. If so, would you mind to consider DPI-corrections? Thx in advance.
Go, tell it on the mountains.
Post Reply