Skip to content

Commit

Permalink
Adding ability to save and edit files in external programs
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementJ18 committed Mar 27, 2023
1 parent adeb470 commit c77ea9d
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 226 deletions.
1 change: 1 addition & 0 deletions src/cah.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import io


# Credits to withmorten
class CustomHero:
def __init__(self, b, encoding):
Expand Down
1 change: 1 addition & 0 deletions src/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def styleText(self, start: int, end: int) -> None:
else:
self.setStyling(token[1], 0)


class DefaultLexer(QsciLexerCustom):
def __init__(self, parent, dark_mode) -> None:
super().__init__(parent)
Expand Down
2 changes: 1 addition & 1 deletion src/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -3388,5 +3388,5 @@
"musictrack",
"replacemodule",
"addmodule",
"removemodule"
"removemodule",
]

0 comments on commit c77ea9d

Please sign in to comment.