There seems to be a problem with using "F2" to rename object!?

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
xsuper9988
Posts: 223
Joined: Sat Oct 24, 2020 4:20 am

There seems to be a problem with using "F2" to rename object!?

Post by xsuper9988 »

The latest version of the version can not use F2 to rename the object
However, it is possible to rename within the label of the property bar

Issue Ver.
FreeCAD_weekly-builds-30454-2022-09-25-conda-Windows-x86_64-py310

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.30454 (Git)
Build type: Release
Branch: master
Hash: 5df954690787dedbbf3c35f658f010f388474676
Python 3.10.6, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: Chinese/Taiwan (zh_TW)
Installed mods: 
  * A2plus 0.4.59
  * Assembly3 0.11.3
  * Assembly4 0.12.4
  * Curves 0.5.0
  * Design456 0.0.1
  * DynamicData 2.46.0
  * ExplodedAssembly
  * fasteners 0.4.6
  * lattice2 1.0.0
  * Manipulator 1.4.9
  * parts_library
  * pcb
  * sheetmetal 0.2.57
No issue Ver.
FreeCAD_weekly-builds-30430-2022-09-22-conda-Windows-x86_64-py310

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.30430 (Git)
Build type: Release
Branch: master
Hash: 9e1ed4a68ad43309c2b38f7f5efbb1feac4323cb
Python 3.10.6, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: Chinese/Taiwan (zh_TW)
Installed mods: 
  * A2plus 0.4.59
  * Assembly3 0.11.3
  * Assembly4 0.12.4
  * Curves 0.5.0
  * Design456 0.0.1
  * DynamicData 2.46.0
  * ExplodedAssembly
  * fasteners 0.4.6
  * lattice2 1.0.0
  * Manipulator 1.4.9
  * parts_library
  * pcb
  * sheetmetal 0.2.57
Attachments
F2 Rename.gif
F2 Rename.gif (71.31 KiB) Viewed 511 times
Last edited by xsuper9988 on Thu Sep 29, 2022 10:42 am, edited 1 time in total.
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: There seems to be a problem with using "F2" to rename the document!?

Post by Syres »

Please try the Python3.8 build (FreeCAD_weekly-builds-30454-2022-09-25-conda-Windows-x86_64-py38) and report back, it works fine here:

Code: Select all

OS: Windows 7 Version 6.1 (Build 7601: SP 1)
Word size of FreeCAD: 64-bit
Version: 0.21.30454 (Git)
Build type: Release
Branch: master
Hash: 5df954690787dedbbf3c35f658f010f388474676
Python 3.8.13, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * A2plus 0.4.56a
  * Assembly3 0.11.3
  * CfdOF 1.17.7
  * Curves 0.5.4
  * fasteners 0.3.51
  * fcgear 1.0.0
  * freecad.xray 2022.4.17
  * Manipulator 1.4.9
  * Plot 2022.4.17
  * sheetmetal 0.2.57
  * Silk 1.0.0
  * timber
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: There seems to be a problem with using "F2" to rename the document!?

Post by Roy_043 »

Note that you are not renaming the document but an object inside the document.

For the latter F2 works fine here:

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.21.30454 (Git)
Build type: Release
Branch: master
Hash: 5df954690787dedbbf3c35f658f010f388474676
Python 3.10.6, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: Dutch/Netherlands (nl_NL)
Installed mods: 
User avatar
xsuper9988
Posts: 223
Joined: Sat Oct 24, 2020 4:20 am

Re: There seems to be a problem with using "F2" to rename the document!?

Post by xsuper9988 »

Syres wrote: Thu Sep 29, 2022 10:00 am Please try the Python3.8 build (FreeCAD_weekly-builds-30454-2022-09-25-conda-Windows-x86_64-py38) and report back, it works fine here:
Yes
I test it(Python3.8) fine
Thank you very much
User avatar
xsuper9988
Posts: 223
Joined: Sat Oct 24, 2020 4:20 am

Re: There seems to be a problem with using "F2" to rename the document!?

Post by xsuper9988 »

Roy_043 wrote: Thu Sep 29, 2022 10:26 am Note that you are not renaming the document but an object inside the document.
Thank you Roy
I update it
Post Reply