Author Topic: notepad for the nspire  (Read 37784 times)

0 Members and 1 Guest are viewing this topic.

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
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 »

Offline GB

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 147
  • Rating: +15/-3
  • Use Microhard WindOS today!
    • View Profile
    • MICROHARD CORPORATION
Re: notepad for the nspire
« Reply #46 on: April 25, 2011, 03:21:15 pm »
Does this program read .txt files?
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

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
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 »

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
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  :o 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.  :thumbsup:

Some people need a high five in the face... with a chair.
~EC

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: notepad for the nspire
« Reply #49 on: May 23, 2011, 10:18:24 pm »
Heya and welcome to the forums ElementCoder. :D

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: notepad for the nspire
« Reply #50 on: July 16, 2011, 04:49:45 pm »
(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 :crazy: and me didn't see it :banghead: ...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
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. :)

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
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 :)

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
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.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: notepad for the nspire
« Reply #54 on: August 07, 2011, 03:31:25 pm »
Good ;)
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: notepad for the nspire
« Reply #55 on: August 07, 2011, 04:20:22 pm »
Cool to hear. :)

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: notepad for the nspire
« Reply #56 on: August 11, 2011, 02:44:28 pm »
As announced, here is a version with  :hyper: syntax highlighting :hyper:
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 »

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: notepad for the nspire
« Reply #57 on: August 14, 2011, 01:44:14 pm »
Excellent! Any screenshot?
Ndless.me with the finest TI-Nspire programs

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
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 »

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: notepad for the nspire
« Reply #59 on: August 15, 2011, 08:00:10 am »
Really nice :)
Ndless.me with the finest TI-Nspire programs