User talk:Kunda1: Difference between revisions

From FreeCAD Documentation
(→‎Edit of Part_Box: new section)
m (→‎Edit of Part_Box: Response to Roy)
Line 32: Line 32:


Regards, Roy.
Regards, Roy.

-----
Roy,
Thanks for the heads-up, I think I was mislead by [[Part_Box#FreeCAD_-_Version]]. Should I change the GuiCommand to {{incode|Version=0.13}} then?
[[User:Kunda1|Kunda1]] ([[User talk:Kunda1|talk]]) 16:08, 7 February 2020 (CET)

Revision as of 15:08, 7 February 2020

Ideas for projects

Wiki Markup Cheatsheet

  • Test 1
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
  • Test 2
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr

Edit of Part_Box

Dear Kunda1,

You have added that the Part_Box command was introduced in V0.14. This is not correct as the command already exists in V0.13. You probably only meant the different default label. IMO "Version=0.14" should be removed from GuiCommand.

Regards, Roy.


Roy, Thanks for the heads-up, I think I was mislead by Part_Box#FreeCAD_-_Version. Should I change the GuiCommand to {{{1}}} then? Kunda1 (talk) 16:08, 7 February 2020 (CET)