Notepad3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox-3DS-Homebrews | title = Notepad3ds | image = https://dlhb.gamebrew.org/3dshomebrew/Notepad3DS.jpg|250px | type = Other Apps | version = 1.1.2 | lastupdated = 2017/12...")
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox-3DS-Homebrews
{{Infobox 3DS Homebrews
| title = Notepad3ds
|title=Notepad3ds
| image = https://dlhb.gamebrew.org/3dshomebrew/Notepad3DS.jpg|250px
|image=Notepad3ds2.png
| type = Other Apps
|description=A simple text editor for the Nintendo 3DS.
| version = 1.1.2
|author=RMcTn
| lastupdated = 2017/12/06
|lastupdated=2017/12/06
| licence = Mixed
|type=Other Apps
| author = RMcTn
|version=1.1.2
| website = https://github.com/RMcTn/Notepad3DS
|license=Mixed
| download = https://dlhb.gamebrew.org/3dshomebrew/Notepad3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/notepad3ds.7z
| source = https://github.com/RMcTn/Notepad3DS
|website=https://github.com/RMcTn/Notepad3DS
|source=https://github.com/RMcTn/Notepad3DS
}}
}}
<youtube></youtube>
Notepad3DS is a text editor for the Nintendo 3DS.


# Notepad3DS
==Features==
Text editor for the Nintendo 3DS console.
* File opening/saving.
## Features
* Search for terms in a file (will only find the first occurence)  
File opening/saving
* Jump to beginning/end of a file.
Search for terms in a file (Will only find the first occurence. Looking to change this in future)
 
Jump to beginning/end of a file
==Installation==
## Usage
Available in 3DSX and CIA formats.
Instructions are provided on the bottom screen of the 3DS
* CIA - Install the .cia with the CIA manager of your choice.
The bottom screen is also used to show information about the file and some error messages (file opening failure for example)
* 3DSX - Use the .3dsx provided with the Homebrew Launcher.
Running Notepad3DS through the __Homebrew Launcher__ will mean all file saves/opens will start from the /3ds/ directory. Prefix '../' to your filename to access the root folder.
 
Running Notepad3DS through a __.cia__ will mean all file saves/opens will start from the root '/' directory. You can access files in other directories from here. For example, 3ds/files/example.txt
==User guide==
### Buttons
===Notepad===
__A__ - Select the current line
Text inputs are displayed on the top screen and instructions are on the bottom screen of the 3DS.
__B__ - Start a new file (with confirmation)
 
__X__ - Save current file
The bottom screen is also used to show information about the file and some error messages, such as file opening failure.
__Y__ - Open a new file
 
__R__ - Search for a term in the file
Each line can hold a maximum of 1024 characters when edited.
__DPad/CPad__ - Movement up/down
 
__L__ - Hold with movement to jump to beginning/end
If a line with more than 1024 characters is edited, it will be truncated with no way of undoing this.
__NOTE:__ Notepad3DS can access directories but cannot create them. Saving a file to a non existing directory will __NOT__ save the file correctly.
 
## Further information
===Save files===
Each line can hold a maximum of 1024 characters when edited. If a line with more than 1024 characters is edited, it __WILL__ be truncated with no way of undoing this.
The 3DSX build will save/open files the /3ds/ directory. Prefix ../ to your filename to access the root folder.
 
The CIA build will save/open files from the root / directory. You can access files in other directories from here, e.g. 3ds/files/example.txt.
 
'''Note:''' Notepad3DS can access directories but cannot create them. Saving a file to a non existing directory will not save the file correctly.
 
==Controls==
A - Select the current line
 
B - Start a new file (with confirmation)
 
X - Save current file
 
Y - Open a new file
 
R - Search for a term in the file
 
D-Pad/C-Pad - Movement up/down
 
L - Hold with movement to jump to beginning/end
 
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/notepad3ds3.png
 
==Changelog==
'''v1.1.2'''
* Lines are no longer restricted to a max length of 60 characters. Increased to 1024 to match with notepad's line limit.
* Lines are no longer redrawn when pressing down at the end of file.
* Fixed program crashing when adding lines around 26/27 to a new file.
 
'''v1.1'''
* Should be no more restrictions on the software keyboard (such as limited to 2 digits, or @ symbol being blocked).
 
==External links==
* GitHub - https://github.com/RMcTn/Notepad3DS


[[Category:3DS homebrew applications]]
[[Category:3DS homebrew applications]]
[[Category:Other 3DS homebrew applications]]
[[Category:Other 3DS homebrew applications]]

Latest revision as of 12:02, 23 December 2021

Notepad3ds
Notepad3ds2.png
General
AuthorRMcTn
TypeOther Apps
Version1.1.2
LicenseMixed
Last Updated2017/12/06
Links
Download
Website
Source

Notepad3DS is a text editor for the Nintendo 3DS.

Features

  • File opening/saving.
  • Search for terms in a file (will only find the first occurence)
  • Jump to beginning/end of a file.

Installation

Available in 3DSX and CIA formats.

  • CIA - Install the .cia with the CIA manager of your choice.
  • 3DSX - Use the .3dsx provided with the Homebrew Launcher.

User guide

Notepad

Text inputs are displayed on the top screen and instructions are on the bottom screen of the 3DS.

The bottom screen is also used to show information about the file and some error messages, such as file opening failure.

Each line can hold a maximum of 1024 characters when edited.

If a line with more than 1024 characters is edited, it will be truncated with no way of undoing this.

Save files

The 3DSX build will save/open files the /3ds/ directory. Prefix ../ to your filename to access the root folder.

The CIA build will save/open files from the root / directory. You can access files in other directories from here, e.g. 3ds/files/example.txt.

Note: Notepad3DS can access directories but cannot create them. Saving a file to a non existing directory will not save the file correctly.

Controls

A - Select the current line

B - Start a new file (with confirmation)

X - Save current file

Y - Open a new file

R - Search for a term in the file

D-Pad/C-Pad - Movement up/down

L - Hold with movement to jump to beginning/end

Screenshots

notepad3ds3.png

Changelog

v1.1.2

  • Lines are no longer restricted to a max length of 60 characters. Increased to 1024 to match with notepad's line limit.
  • Lines are no longer redrawn when pressing down at the end of file.
  • Fixed program crashing when adding lines around 26/27 to a new file.

v1.1

  • Should be no more restrictions on the software keyboard (such as limited to 2 digits, or @ symbol being blocked).

External links

Advertising: