Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
59de44955ebd committed Nov 7, 2024
1 parent 72d5592 commit f0f255e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
A clone of Windows Notepad written in pure Python (no third-party modules), based on native Windows controls and ctypes/libffi

## Differences to original Notepad

* No "Search with Bing" (pointless)
* No online help (pointless)
* No "Page Setup" dialog (rather pointless, page format can be selected in printer dialog)
* Encoding is not selected in the "Save As" dialog, but instead in the File menu before saving
* Localized only for english and german (more languages can be added by duplicating and editing .json files in the resources folder)
* PyNotepad supports dark mode.
- Better indentation:
- Can indent/unindent multiline selection via Tab/Shift+Tab
- Supports using spaces instead of tabs
- Allows to adjust the tab width/indendation width (2, 4 or 8 spaces)
- If using spaces for indentation, Backspace deletes leading indentation according to selected indentation width
- No "Search with Bing" (pointless)
- No online help (pointless)
- Encoding is not selected in the "Save As" dialog, but instead in the File menu before saving
- Localized only for english and german (more languages can be added by duplicating and editing config files in the resources folder)
- PyNotepad supports dark mode.

## Screenshots

Expand Down
Binary file modified screenshots/pynotepad-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/pynotepad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0f255e

Please sign in to comment.