Skip to content

Feature: Live Preview of Completion #62#72

Open
adithyen wants to merge 4 commits into
FOSSCLUB-LBSITW:mainfrom
adithyen:Feature-Live-Preview-of-Completion-#62
Open

Feature: Live Preview of Completion #62#72
adithyen wants to merge 4 commits into
FOSSCLUB-LBSITW:mainfrom
adithyen:Feature-Live-Preview-of-Completion-#62

Conversation

@adithyen
Copy link
Copy Markdown
Contributor

📌 Description

Brief description of what this PR does.
Live Preview of Completion #62

🔗 Related Issue

Closes: #62


🛠 Changes Made

Added a live preview mechanism that highlights the text in the input_textbox as the user types. By comparing the typed text (self.input_textbox.get("1.0", "end-1c")) against self.current_sentence, we can apply text formatting (like green for correct, red for incorrect) dynamically using Tkinter's text tags (tag_add and tag_config).


📷 Screenshots (if applicable)

image

✅ Checklist

  • I have tested my changes
  • My code follows project guidelines
  • I have linked the related issue

@FOSSCLUB-LBSITW
Copy link
Copy Markdown
Owner

There seems to be a conflict. Please fix it asap so that I can merge this pull request.

@adithyen
Copy link
Copy Markdown
Contributor Author

There seems to be a conflict. Please fix it asap so that I can merge this pull request.

Hey @FOSSCLUB-LBSITW can you check whether this is fine for merging without any issues or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Live Preview of Completion

2 participants