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.

Difference between revisions of "LibreCAD 3 - LibreCAD 3 - TODOs"

From LibreCAD wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
- Create a QuadTree implementation to see if we can speed up selection of entities
 
- Create a QuadTree implementation to see if we can speed up selection of entities
 +
 +
- check for get accessors to remove ‘get’ for example instead getLayer() use layer()
 +
 +
- Ensure to copy meta data for each entity

Revision as of 02:30, 23 April 2014

- Review all class naming for example Builder isn0t the right name, we might need to change that

- Review document structure

- Create a QuadTree implementation to see if we can speed up selection of entities

- check for get accessors to remove ‘get’ for example instead getLayer() use layer()

- Ensure to copy meta data for each entity