]> Shamusworld >> Repos - architektonas/blob - TODO
Changes to make containers behave like a first-class object.
[architektonas] / TODO
1 Stuff To Be Implemented/Fixed
2 -----------------------------
3
4  - Add Polygon
5  - Add Ellipse
6  - Add Spline
7  - Add Text
8  - Object connections (two types: flexible and rigid)
9  - Group selection (kinda done, needs more work though)
10  - Take movement code out of Objects and put it into top level Container
11    (actually I think this should be more of the state code handling. Have to
12    see.)
13  - Add OSD to Object creation
14  - Add blocks
15  - Add page layout
16  - Add fill/hatch to Objects
17  - Fix zooming to be more intuitive
18  - Add other Dimension types, like radial, diametric, leader
19  - Restrict movement horizontal/vertical tool (keyboard shortcut?)
20  - Fix Arc manipulator. Idea: split edge handles so that the inner half controls
21    arc sizing, outer half controls rotation. That way you can grab either handle
22    and know what it's supposed to do.
23  - Add Drawing Properties dialog (separate from Application Settings)
24  - Trim tool
25  - Trim/Slice tool (to be able to click on a line segment crossing another, and
26    remove it and it only, or to cut the entity at other entities crossing)
27  - Make Architektonas an MDI application
28  - Parallel tool (be able to make copy of object that's parallel to original)
29
30
31 Stuff That's Done
32 -----------------
33
34  - Add layers [Shamus 2015ish]
35  - Add pen color/style/width to Objects [Shamus 2017ish]
36  - Fix loading and saving code [Shamus 2016ish]
37  - Manipulate Dimension [Shamus 2014-03-20]
38  - Fix snap to grid to honor both states (right now, it's a weird mix of states)
39    [Shamus 2013-08-11]
40  - Add Arc [Shamus 2013-08-14]
41  - Fix snap to grid to allow picking up of handles when they are not on a grid
42    point. [Shamus 2013-08-18]
43  - Add OSD routines so they don't have to be implemented in Objects [Shamus
44    2013-08-24]
45  - Mirror tool (started, needs actual mirroring implementation) (Rotate tool is
46    also done :-D) [Shamus 2013-09-01]
47
48