• nTxt - Nspire Text Editor 5 1
Currently:  

Author Topic: nTxt - Nspire Text Editor  (Read 124989 times)

0 Members and 2 Guests are viewing this topic.

Offline mdr1

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 303
  • Rating: +21/-2
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #75 on: December 29, 2012, 05:01:25 am »
Are you thinking about opening several files ?
I voted yes for the horizontal scrolling, but we should be able to activate or no this option in a menu.

EDIT : I hope you don't forget the possibility of having a smaller font. :)
« Last Edit: December 29, 2012, 05:02:16 am by mdr1 »



Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #76 on: January 01, 2013, 06:47:17 pm »
Small update: (hopefully) the file browser doesn't crash anymore. I really hope it's fixed now. Report if it still crashes for you.
Apart from that I've only added a warning if you try to overwrite an existing file.


Are you thinking about opening several files ?
I voted yes for the horizontal scrolling, but we should be able to activate or no this option in a menu.

EDIT : I hope you don't forget the possibility of having a smaller font. :)
I'm thinking about opening several files, but there are some things which I think are more important.

If you all want horizontal scrolling, I'll add it, shouldn't be too difficult. It surely will be optional ;)

I still hope I can get a syscall for displaying text to work, that would solve the problem with the font.

Offline InspiredByCas

  • LV3 Member (Next: 100)
  • ***
  • Posts: 44
  • Rating: +4/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #77 on: January 15, 2013, 12:01:21 pm »
nTxt crashes when the file which is opened in nTxt, is changed via computer.
Then you have to do a hard reset.

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #78 on: January 15, 2013, 04:50:01 pm »
Did you make sure that you have the latest ndless revision installed?
If this doesn't solve the problem, can you send me the file or if you don't want to send it, tell me some details (size, what did you change via the computer, is it a normal text file and such things)?

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #79 on: January 15, 2013, 05:22:22 pm »
lkj, maybe assert_ndless_rev() would help getting rid of those "not latest Ndless revision" issues?
Ndless.me with the finest TI-Nspire programs

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #80 on: January 15, 2013, 06:21:01 pm »
Actually it's already it in the code for a long time, but at first I put a too old revision. That should be fixed in the latest nTxt, though, and the issue gone.

Offline InspiredByCas

  • LV3 Member (Next: 100)
  • ***
  • Posts: 44
  • Rating: +4/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #81 on: January 16, 2013, 08:11:36 am »
I will test that crash on file change further, yesterday I haven't had much time.

Another good feature would be, if you open a file and do NOT modify it, it should not ask if the file should be saved.

« Last Edit: January 16, 2013, 02:33:55 pm by InspiredByCas »

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: nTxt - Nspire Text Editor
« Reply #82 on: January 16, 2013, 10:41:15 am »
Please don't post anything related to cheating here <_<
Quote from: critor
Remember that cheating is bad and not to be taken lightly!
That's the view on cheating here, please don't risk a topic lock only because of this.
I'm not a nerd but I pretend:

Offline InspiredByCas

  • LV3 Member (Next: 100)
  • ***
  • Posts: 44
  • Rating: +4/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #83 on: January 16, 2013, 02:35:51 pm »
Please don't post anything related to cheating here <_<
Quote from: critor
Remember that cheating is bad and not to be taken lightly!
That's the view on cheating here, please don't risk a topic lock only because of this.

Sorry.
I deleted that part of post.

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #84 on: May 10, 2013, 06:18:26 pm »
So I didn't have much time for calculator programming because of school (and actually still don't have, the exams are in three weeks), but today, after four months of waiting, I have an update  ;D

  • implemented the promised text wrapping mode with horizontal scrolling
  • fixed an endless loop
  • fixed some other small glitches

As always, if you encounter any bugs, report them please, if possible with some details on what exactly you did.
« Last Edit: May 10, 2013, 06:38:54 pm by lkj »

Offline AlexisVieira

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 100
  • Rating: +1/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #85 on: May 11, 2013, 09:11:29 am »
Seems good to me :) good job :) i don't encoutered any bugs yet
« Last Edit: May 12, 2013, 11:52:50 am by AlexisVieira »
I'm Portuguese, sorry bad English

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #86 on: May 11, 2013, 10:14:02 am »
Thanks :)
That's good

Offline mdr1

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 303
  • Rating: +21/-2
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #87 on: May 12, 2013, 05:29:21 am »
Great, I thought the project was abandoned !

god job :)
Well, aren't you exaggerating a bit ? :p



Offline AlexisVieira

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 100
  • Rating: +1/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #88 on: May 12, 2013, 11:52:31 am »
Great, I thought the project was abandoned !

god job :)
Well, aren't you exaggerating a bit ? :p
l
lol, my mistake xD.
I'm Portuguese, sorry bad English

Offline sibr

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #89 on: May 19, 2013, 07:28:16 pm »
hi, when i try to open a txt.tns file with ntxt i get all strange letters and symbols