Giter Club home page Giter Club logo

ifk-autocad-tools's People

Contributors

heikoklare avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ifk-autocad-tools's Issues

Text frame for multiple text boxes

Currently, a framed text can be created for a single text box. However, you sometimes want to have a text frame around multiple text boxes. We could add a function that supports this feature.

Adapt text frame to text changes

Currently, creating a frame for a text box is a one-shot operation. Changing the text requires a manual update of the frame or a reexecution of the command to generate the frame.
We could attach an object (xref) to the text box to get notified whenever the text changes. This event can be used to update the according frame whenever the text changes.

Cleanup code

The code in this repository has evolved over several years and over several steps in learning software engineering practices. There are several design flaws, interwoven UI with core functionality, magic values spreat over the code, code duplications etc.
Thus, this is an ongoing issue to solve.

Custom text frame sizes

Currently, the text frame attached to texts has a fixed size, i.e., a fixed padding between text and frame. We can allow customization of this size. There should be a default value set when creating frame for a text box. However, there should be the option to enter a different value.

Move drawing area to another drawing

When moving a drawing area (copy or cut and paste) to another drawing, the drawing becomes broken. Not only that the moved drawing area cannot be used properly, there are even workflows that lead to a crash of the complete application:

  1. Create a drawing area
  2. Copy the drawing area into a new drawing
  3. Create another drawing area in the new drawing (both will exist then)
  4. Save and close the new drawing
  5. Reload the drawing (a message telling you that the drawing area cannot be found will show up)
  6. Create a new drawing area
  7. An access violation error will occur.

Copying drawing areas to other drawing should either be properly supported or, more likely as this functionality is not really needed, trying to copy them should be rejected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.