Skip to content

fix: code visualizator spacing when debuging#18

Merged
vicho1822 merged 1 commit intomainfrom
fix/code-visualizator
Feb 28, 2026
Merged

fix: code visualizator spacing when debuging#18
vicho1822 merged 1 commit intomainfrom
fix/code-visualizator

Conversation

@vicho1822
Copy link
Copy Markdown
Collaborator

Pull Request

What does this PR introduce?

This PR fix an style problem with spacing when executing/debuging pseudocode.

Scope of change

Select the affected area(s):

  • Builder (Markdown → HTML)
  • Pseudocode Lexer
  • Pseudocode Parser / AST
  • Interpreter / Runtime
  • Debugger (step execution)
  • CLI
  • Documentation
  • Tests

Code Quality Checklist

Please confirm that you have followed the project's quality standards:

  • I have run npm run lint, npm run format and fixed any errors.
  • I have run ruff check --fix . and ruff format ..
  • My commit messages follow the Conventional Commits format.

How has this been tested?

  • Manual testing
  • Unit tests added/updated
  • Existing tests pass
  • Verified generated HTML output
  • Verified step-by-step debugger behavior
  • N/A

Explain briefly what was tested.
The debug tool now shows only a little space instead of some TABs' that made it look larger than it should.

Breaking changes?

  • No
  • Yes (explain below)

Additional notes

N/A.

Copy link
Copy Markdown
Collaborator

@javimanotas javimanotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vicho1822 vicho1822 removed the request for review from daniqss February 28, 2026 20:11
@vicho1822 vicho1822 merged commit 166ff19 into main Feb 28, 2026
@vicho1822 vicho1822 deleted the fix/code-visualizator branch February 28, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants