Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from SpaghettDev - spaghettdev.betterinputs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed May 31, 2024
1 parent 97f0e5d commit 0bb8833
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3691,6 +3691,12 @@
"1.0.0",
"1.0.4"
]
},
"spaghettdev.betterinputs": {
"verified": false,
"versions": [
"2.0.0-beta"
]
}
}
}
12 changes: 12 additions & 0 deletions mods-v2/spaghettdev.betterinputs/2.0.0-beta/entry.json
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": []
}
28 changes: 28 additions & 0 deletions mods-v2/spaghettdev.betterinputs/2.0.0-beta/mod.json
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>"
}
}
}
19 changes: 19 additions & 0 deletions mods-v2/spaghettdev.betterinputs/about.md
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).
62 changes: 62 additions & 0 deletions mods-v2/spaghettdev.betterinputs/changelog.md
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
Binary file added mods-v2/spaghettdev.betterinputs/logo.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 0bb8833

Please sign in to comment.