Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI-Nspire
»
notepad for the nspire
« previous
next »
Print
Pages:
1
2
3
[
4
]
5
6
Go Down
Author
Topic: notepad for the nspire (Read 41936 times)
0 Members and 2 Guests are viewing this topic.
shrear
LV4
Regular (Next: 200)
Posts: 193
Rating: +17/-0
Re: notepad for the nspire
«
Reply #45 on:
April 25, 2011, 11:01:10 am »
(Necro)update:
I'm happy to announce that, after a long time of nothing, I'm now releasing beta-V0.2 of nwriter.
It mainly adds the possibility to navigate freely through your text, even if it doesn't fit on one page.
(I admit it's still a bit buggy if your line breaks are natural ones and not \n )
The size is limited for now ( mainly because I'm to lazy to check what the max would be ) at:
0x600 lines and 0x4000 characters. ( If you need more, simply change line 122 and 138 of nwriter.c )
This now are my current Milestones:
0.2 full navigation (this version)
0.3 default font hardcoded; remember settings
0.4 file browser(+extensions check); general code clean-up
0.5 syntax highlighting (lua+c); key remapping
If you want to lookup my current progress, just have a look at the SVN at
the NspireForge
,
there also you can find the
binary of v0.2
or somewhen a later version.
Just in case you want to know, nwriter is released under the gpl license (v.3+).
I hope there are no bugs, but if there are please post them, and any other feedback is even more welcome.
«
Last Edit: July 16, 2011, 04:28:57 pm by shrear
»
Logged
GB
LV4
Regular (Next: 200)
Posts: 147
Rating: +15/-3
Use Microhard WindOS today!
Re: notepad for the nspire
«
Reply #46 on:
April 25, 2011, 03:21:15 pm »
Does this program read .txt files?
Logged
TI-86 USER
CASIO PRIZM USER
TI-NSPIRE USER
TI-84 PLUS SILVER EDITION USER
TI-83 PLUS USER
PROJECTS:
Microhard Paint
http://www.omnimaga.org/index.php?topic=11915.0
TI-Nspire Character Map
http://www.omnimaga.org/index.php?topic=7725.msg142555#msg142555
shrear
LV4
Regular (Next: 200)
Posts: 193
Rating: +17/-0
Re: notepad for the nspire
«
Reply #47 on:
April 25, 2011, 04:27:46 pm »
Yes, it reads any plain text format, and thats what .txt is. For now it uses
CP-1252
encoding (the default one of Windows)
«
Last Edit: April 25, 2011, 04:33:32 pm by shrear
»
Logged
+1/-0 karm for this message
ElementCoder
LV7
Elite (Next: 700)
Posts: 611
Rating: +42/-2
Re: notepad for the nspire
«
Reply #48 on:
May 22, 2011, 11:34:08 am »
My first post
This program is really nice. Especially that it reads plain txt files. But there is one problem: backspace doesn't work
I have a clickpad non-cas, tried every button, but no backspace, which can't be missed in a text editor of course. Other than that, keep up the good work.
Logged
Some people need a high five in the face... with a chair.
~EC
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: notepad for the nspire
«
Reply #49 on:
May 23, 2011, 10:18:24 pm »
Heya and welcome to the forums ElementCoder.
Logged
shrear
LV4
Regular (Next: 200)
Posts: 193
Rating: +17/-0
Re: notepad for the nspire
«
Reply #50 on:
July 16, 2011, 04:49:45 pm »
Quote from: shrear on April 25, 2011, 11:01:10 am
(Necro)update:
There we go v0.4.
-added a small hardcoded font
-you can now browse for your files
-fixed missing keys for the clickpads (some keys on the touchpad don't exist on Clickpad and the other way around, therefore there is now a separate mapping for clickpads.)
the zip-file can be downloaded from
here
, "more" details are available
here
.
But there's also a surprise for me here, someone posted
and me didn't see it
...
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: notepad for the nspire
«
Reply #51 on:
August 01, 2011, 11:34:31 pm »
Cool to see a new version and nice to still see you around.
Logged
Jim Bauwens
Lua! Nspire! Linux!
Editor
LV10
31337 u53r (Next: 2000)
Posts: 1881
Rating: +206/-7
Linux!
Re: notepad for the nspire
«
Reply #52 on:
August 02, 2011, 01:42:51 am »
Wow, Lua syntax highlighting !
This will be great when ndless 3 get released
Logged
TI-Nspire projects of me:
nCreator
|
PCspire
|
Klondike Lua
|
LogoMagic
|
EEPro for the TI-Nspire
|
Pegs
|
General math definitions
|
Mini vMac
|
CHIP-8 emulator
shrear
LV4
Regular (Next: 200)
Posts: 193
Rating: +17/-0
Re: notepad for the nspire
«
Reply #53 on:
August 07, 2011, 03:29:07 pm »
syntax highlighting works
, now but I need just another few hours to polish it up for release.
Logged
+1/-0 karm for this message
Lionel Debroux
LV11
Super Veteran (Next: 3000)
Posts: 2135
Rating: +290/-45
Re: notepad for the nspire
«
Reply #54 on:
August 07, 2011, 03:31:25 pm »
Good
Logged
Member of the
TI-Chess Team
.
Co-maintainer of
GCC4TI
(
GCC4TI online documentation
),
TILP
and
TIEmu
.
Co-admin of
TI-Planet
.
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: notepad for the nspire
«
Reply #55 on:
August 07, 2011, 04:20:22 pm »
Cool to hear.
Logged
shrear
LV4
Regular (Next: 200)
Posts: 193
Rating: +17/-0
Re: notepad for the nspire
«
Reply #56 on:
August 11, 2011, 02:44:28 pm »
As announced, here is a version with
syntax highlighting
Currently lua and C syntax "rules" ( does one say that so? ) are provided.
you can download v0.5
here
or have a look on the
source
at NspForge
As usual, any feedback and bug reports are welcome
.
«
Last Edit: August 11, 2011, 02:45:18 pm by shrear
»
Logged
ExtendeD
CoT Emeritus
LV8
Addict (Next: 1000)
Posts: 825
Rating: +167/-2
Re: notepad for the nspire
«
Reply #57 on:
August 14, 2011, 01:44:14 pm »
Excellent! Any screenshot?
Logged
Ndless.me
with the finest TI-Nspire programs
shrear
LV4
Regular (Next: 200)
Posts: 193
Rating: +17/-0
Re: notepad for the nspire
«
Reply #58 on:
August 15, 2011, 07:43:34 am »
I should stop doing stuff I'm not good at <--recording
Also there are some screenshots ( You may want to download then as the quality seems to be "bad" else )
the first two are the readme ( the style there is what will be added for the next release )
the last two are a c and a lua file.
As you've seen the menu seems to be not exactly bug free
«
Last Edit: August 15, 2011, 07:46:29 am by shrear
»
Logged
ExtendeD
CoT Emeritus
LV8
Addict (Next: 1000)
Posts: 825
Rating: +167/-2
Re: notepad for the nspire
«
Reply #59 on:
August 15, 2011, 08:00:10 am »
Really nice
Logged
Ndless.me
with the finest TI-Nspire programs
Print
Pages:
1
2
3
[
4
]
5
6
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI-Nspire
»
notepad for the nspire