PR 6362: Add Mod info to copied About string

Post here if you have re-based and finalised code to integrate into master, which was discussed, agreed to and tested in other forums. You can also submit your PR directly on github.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
chennes
Veteran
Posts: 3877
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

PR 6362: Add Mod info to copied About string

Post by chennes »

https://github.com/FreeCAD/FreeCAD/pull/6362

As @kunda1/luzpaz has requested many times :D this PR adds some info about installed Mods when you click the "Copy to clipboard" button in About FreeCAD.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
kisolre
Veteran
Posts: 4163
Joined: Wed Nov 21, 2018 1:13 pm

Re: PR 6362: Add Mod info to copied About string

Post by kisolre »

Could that be made to include the Code tags?

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.20.27517 +1 (Git)
Build type: Release
Branch: (HEAD detached at chennes/aboutFreeCADAddonInfo)
Hash: 4ab8c724a2daae18a77057f847f744ebb3e61836
Python 3.8.8, Qt 5.15.2, Coin 4.0.1, OCC 7.5.3
Locale: Bulgarian/Bulgaria (bg_BG)
Installed mods: 
  * .stfolder
  * .stignore
  * 3DfindIT 1.2.0
  * A2plus 0.4.54b
  * AirPlaneDesign 0.4.0
  * ArchTextures
  * Assembly4 0.11.8
  * Autoload
  * BIM
  * BOLTSFC
  * CfdOF 1.9.6
  * CubeMenu
  * CurvedShapes 1.0.0
  * Curves 0.3.0
  * CycloidGearBox
  * Defeaturing
  * Design456
  * DesignSPHysics 0.6.1-2201-18-03
  * dodo
  * DynamicData 2.32.0
  * ExplodedAssembly
  * ExtMan
  * fasteners
  * FCGear
  * FCPDWorkbench 0.2.0
  * FEM_FrontISTR
  * frame
  * freecad.xray
  * FreeCAD_ExtMan
  * FreeCAD_mcm_addon
  * GDT
  * InvGears 0.1.2
  * kicadStepUpMod 10.10.4
  * Launcher
  * Manipulator
  * Mechatronic
  * MeshRemodel 1.8918.0
  * MnesarcoUtils
  * nurbs
  * OpticsWorkbench 1.0.0
  * ose-piping
  * parts_library
  * Plot
  * Pyramids-and-Polyhedrons
  * Reinforcement
  * Render 2022.1.0
  * Rocket 2.2.2
  * SearchBar
  * SelectorToolbar
  * sheetmetal 0.2.49
  * Ship
  * Silk
  * SlopedPlanesMacro
  * StemfieWB
  * symbols_library
  * ThreadProfile 1.80.0
  * toSketch
  * workfeature
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: PR 6362: Add Mod info to copied About string

Post by GeneFC »

chennes wrote: Mon Feb 14, 2022 5:19 am this PR adds some info about installed Mods when you click the "Copy to clipboard" button in About FreeCAD.
This will make a horrible mess on the forum. Bad idea.

Gene
User avatar
chennes
Veteran
Posts: 3877
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: PR 6362: Add Mod info to copied About string

Post by chennes »

kisolre wrote: Mon Feb 14, 2022 8:30 am Could that be made to include the Code tags?
Certainly. @GeneFC do you think that would mitigate your concern? The display of code in the forums will automatically cut off, as it did with @kisolre's post above.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: PR 6362: Add Mod info to copied About string

Post by GeneFC »

It seems rather unnecessary to add all that stuff to the vast majority of forum posts. It is quite rare that some added module is the cause of a problem that is addressed here.

Gene
User avatar
onekk
Veteran
Posts: 6144
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: PR 6362: Add Mod info to copied About string

Post by onekk »

Maybe adding a new button to about, or a checkbox to "add additional infos" to the "About copied text".

It may not be frequent, but it is not rare that someone came here, requesting help, after having seen many "video tutorial" and having modified some aspect of the interface, asking for help on doing thins or "reporting a bug", or more often simply saying "it is not working".

Sometimes he is using some Macro or External WB.

I have has recently some problem having "detached" the "Combo View" clicking in a wrong place and having to ask "how to make things work as usual", the answer was in the wiki, but only after being addressed to the wiki page I have found it, it is not an immediate things to retrieve some informations about a complex program like FC, even for someone that is not a "newbie".

If the question is "legitimate" is difficult and trying to guess if it a "spam question" only done to make some "noise" or to give the impression that "FC sucks", or really having to cope with an "absolute beginners" is very difficult, but in some cases, above infos are interesting.

One answer could be "Post a MWE, a FCstd file and 'About' information" if not question remain unanswered, as some other help forums do. (Mainly in Latex help forum this is seem an established policy, and usually will make "spam question" at a "low level").

But maybe this is OT, sorry for the noise.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
Post Reply