nyxtext icon indicating copy to clipboard operation
nyxtext copied to clipboard

A simple Text Editor written in pure Python, Tkinter

Results 12 nyxtext issues
Sort by recently updated
recently updated
newest added

This commit fixes the style issues introduced in ad27220 according to the output from Black and isort. Details: None

## Description Line length greater than configured `max_line_length` detected, defaults to 79 character. This limit can be configured [docs](https://deepsource.io/docs/analyzer/python/#meta) ## Occurrences There are 154 occurrences of this issue in the...

enhancement

## Description The function/method has been left empty here, without any comment or docstring. This can cause confusion later on why this was left empty. ## Occurrences There are 46...

enhancement

# Nyx Text Bug Report ## Description Similar to https://github.com/parazeeknova/nyxtext/issues/14 but with errors. Attempting to open a file from the GUI results in errors: 1. window appears then hidden behind...

bug

# Nyx Text Bug Report ## Description Editors typically support filenames as arguments and then open them for viewing.editing ## Steps to Reproduce 1. `python editor/scripts/main.py editor/scripts/main.py` ## Expected Behavior...

bug

# Nyx Text Feature Request ## Description https://github.com/parazeeknova/nyxtext/blob/3cfb7d72730acc4a16745d6a9967a3f9ba9ef19b/README.md?plain=1#L146 mentions support for crypto support. Any docs on plans/ideas/goals for this? ## Problem Statement See above, clarification on goal ## Proposed Solution...

enhancement

The readme has a number of outstanding TODO and Bug items. Have you considered creating tickets for those and getting them linked? E.g. https://github.com/parazeeknova/nyxtext/blob/3cfb7d72730acc4a16745d6a9967a3f9ba9ef19b/README.md?plain=1#L212

enhancement

# Nyx Text Bug Report ![Screenshot from 2024-03-10 14-24-24](https://github.com/parazeeknova/nyxtext/assets/159942053/cab9ad69-e489-43b2-b430-08e429508b48) ## Environment - OS: Ubuntu 22.04 - Nyx Text Version: current main source ## Your GitHub Username @castimonia07

bug
help wanted

## TO-DO to advance to Beta phase : - Create `.exe` for window - Create **build script** for easy installation - Create solution for **multi-platform** support

good first issue