Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion]: Control addin navegable #47

Open
NovoaDev opened this issue Nov 4, 2024 · 0 comments
Open

[Suggestion]: Control addin navegable #47

NovoaDev opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NovoaDev
Copy link
Owner

NovoaDev commented Nov 4, 2024

Describe the new feature and what need it meets

agregar funcionalidad en control addin que permita navegar y hacer zoom a la imagen

Describe alternatives you've considered

No response

@NovoaDev NovoaDev added the enhancement New feature or request label Nov 4, 2024
@NovoaDev NovoaDev self-assigned this Nov 4, 2024
NovoaDev added a commit that referenced this issue Nov 4, 2024
Related to #47

Add navigation and zoom functionality to the control addin.

- **MarkdownViewerANJ.ControlAddin.al**: Add `Navigate` and `Zoom` procedures. Update the `Scripts` section to include new JavaScript files for navigation and zooming.
- **Scripts.js**: Add functions for handling navigation and zooming of the image. Update the `Draw` function to include navigation and zooming capabilities.
- **Start.js**: Initialize navigation and zooming capabilities in the startup script.
- **Style.css**: Add styles for navigation and zooming controls. Change background color while zooming.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/NovoaDev/Dependency-Graph-BCExt/issues/47?shareId=XXXX-XXXX-XXXX-XXXX).
NovoaDev added a commit that referenced this issue Nov 4, 2024
Related to #47

Add navigation and zoom functionality to the control addin.

* **MarkdownViewerANJ.ControlAddin.al**
  - Add `Navigate` procedure to handle navigation.
  - Add `Zoom` procedure to handle zooming.

* **Scripts.js**
  - Add `Navigate` function to handle navigation.
  - Add `Zoom` function to handle zooming.

* **Start.js**
  - Initialize navigation capabilities with arrow keys.
  - Initialize zooming capabilities with `+` and `-` keys and mouse wheel.
  - Add event listeners for middle mouse button to change background color while zooming.

* **Style.css**
  - Add styles for navigation controls.
  - Add styles for zooming controls.
  - Change background color while zooming.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/NovoaDev/Dependency-Graph-BCExt/issues/47?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant