Explore the project »
Report Bug
·
Request Feature
Table of Contents
This macro is used for aligning objects orthogonally by moving the first object in the x or y direction using hotkeys.
L-Edit layout design.
- Download the C++ file
- In L-Edit, go to Menu > Tools > Macro
- Load the Macro file
- Select an object which will be cut and past to the new location
- Hover the curser over the point where the first basepoint will be placed
- Use the hotkey to selct that point and start the macro
- For a Horizontal alignment, use "Ctrl + 1"
- For a Vertical alignment, use "Ctrl + 2"
- Select a poinht on the second aspect which the first point should align to
This script was tested on L-Edit v2023.2 on a Windows 10 machine.
N/A
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
MIT