This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from SpaghettDev - spaghettdev.betterinputs
- Loading branch information
Showing
6 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3691,6 +3691,12 @@ | |
"1.0.0", | ||
"1.0.4" | ||
] | ||
}, | ||
"spaghettdev.betterinputs": { | ||
"verified": false, | ||
"versions": [ | ||
"2.0.0-beta" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"commit-author": "SpaghettDev", | ||
"platforms": [ | ||
"windows" | ||
], | ||
"mod": { | ||
"download": "https://github.com/SpaghettDev/BetterInputs/releases/download/v2.0.0-beta/spaghettdev.betterinputs.geode", | ||
"hash": "6c7e789b9b9fc806aca71ea97316e006c9e373a92487b6d213997c97dfe7728e", | ||
"hash256": "357f1ccd8b4824bde48ad5e552135cb1bf7d8caa39f0e9a33115605797aa0772" | ||
}, | ||
"tags": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"geode": "2.0.0-beta.27", | ||
"gd": { | ||
"win": "2.204" | ||
}, | ||
"version": "v2.0.0-beta", | ||
"id": "spaghettdev.betterinputs", | ||
"name": "BetterInputs", | ||
"developer": "SpaghettDev", | ||
"description": "Makes inputs behave like on Windows (text highlighting, Ctrl+A, Ctrl+Arrow hotkeys, etc...)", | ||
"repository": "https://github.com/SpaghettDev/BetterInputs", | ||
"links": { | ||
"community": "https://discord.gg/3bShQb6Jz3", | ||
"source": "https://github.com/SpaghettDev/BetterInputs" | ||
}, | ||
"issues": { | ||
"info": "Report any bugs/suggestions here.", | ||
"url": "https://github.com/SpaghettDev/BetterInputs/issues" | ||
}, | ||
"settings": { | ||
"allow-any-character": { | ||
"type": "bool", | ||
"default": true, | ||
"name": "Allow any character", | ||
"description": "Allows inputting any character (even ones not allowed) into input nodes. <cr>This is ignored if you have a mod menu that already has this enabled!</c>" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# BetterInputs | ||
|
||
The CCTextInputNode implementation Robert was too lazy to implement. | ||
|
||
## Features | ||
|
||
- Text selection | ||
- Better text input™️ | ||
- Ctrl+A, Ctrl + Left/Right Arrow, Shift + Left/Right Arrow, Home, End and a bunch more hotkeys | ||
- Esc to deselect an input node | ||
|
||
Ya that's pretty much it for now, at least. | ||
|
||
Keep in mind this mod is still very much in beta! Some stuff might not look right, and bugs can and will eventually happen! | ||
If you encounter any bugs just make an issue in the GitHub repo. | ||
|
||
## Contact | ||
|
||
You can contact me through my personal [Discord server](https://discord.gg/3bShQb6Jz3). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# BetterInputs Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [2.0.0-beta] - 2024-05-31 | ||
|
||
### Fixed | ||
|
||
- Everything (TextArea selection bugs, TextArea highlight sprite going everywhere, and much, much more) | ||
|
||
## [1.4.0] - 2024-05-30 | ||
|
||
### Fixed | ||
|
||
- Cursor position funkiness in TextAreas and regular CCTextInputNodes, again | ||
- Cursor position not getting set when using mouse in TextAreas | ||
|
||
## [1.3.2] - 2024-05-28 | ||
|
||
### Fixed | ||
|
||
- Cursor position funkiness in TextAreas and regular CCTextInputNodes | ||
|
||
## [1.3.1] - 2024-05-27 | ||
|
||
### Fixed | ||
|
||
- More TextArea selection bugs | ||
|
||
## [1.3.0] - 2024-05-27 | ||
|
||
### Fixed | ||
|
||
- TextArea selection | ||
|
||
## [1.2.0] - 2024-05-26 | ||
|
||
### Fixed | ||
|
||
- Text selection bugs | ||
|
||
## [1.1.0] - 2024-05-25 | ||
|
||
### Fixed | ||
|
||
- Text selection and copy/paste shortcuts | ||
|
||
## [1.0.1] - 2024-05-26 | ||
|
||
### Changed | ||
|
||
- Logo | ||
- Target geode version (v2.0.0-beta.26 -> v2.0.0-beta.27) | ||
|
||
## [1.0.0] - 2024-05-25 | ||
|
||
### Added | ||
|
||
- The project |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.