We have moved to https://dokuwiki.librecad.org/

Lots of content was already moved to the new wiki, but there is still work to do. If you want to contribute, please register a new account at https://dokuwiki.librecad.org/

This wiki will be kept for a while to keep search engine results valid. Moved sites may be deleted here in future.

Talk:Tools

From LibreCAD wiki
Revision as of 13:51, 28 May 2017 by Gary S (Talk | contribs)

Jump to: navigation, search

We just need plain text descriptions that answer the question "What does this tool do?"

Purpose: if all that is added is a basic description of what the tool can be used for, and the formatting is simple and consistent, then a script could be written to integrate the descriptions into the program via http://doc.qt.io/qt-5/qaction.html#whatsThis-prop

(Ravas, 27-May-17)


Format: "Menu Item" ["Objectname"]: "Simple description.", where

  - "Menu Item" is as it appears on the menu (there are some exceptions in what I've put on the wiki as there is inconsistence in the menus).
  - "Objectname", enclosed in [ ], is the name of the object that is called.
  - a full-colon delimiter (:)
  - a one (or two if necessary) line description would be best.