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

0 Members and 1 Guest are viewing this topic.

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #180 on: December 08, 2015, 04:56:13 pm »
As written in the nPDF thread,

Also, you don't need to use the PRG file on OS 3.6. The ndless_resources.tns file from Ndless 3.9 that has Zehn support actually works on 3.1 and 3.6. Just replace your ndless_resources.tns with the one from 3.9, nPDF.tns should run. Unfortunately, this isn't well-documented.
Huh, ok. Thanks for the tip.

I'll have to try your latest nTxt version, lkj. I think I have version 11 on my calc :P
Yeah, there were quite a lot of bugfixes since then. Remembering how often it crashed, I'm astonished you could ever do anything useful with version 11 :P

I love new key implementations because they're intuitive to press, very useful :D
P.s. I saw the line added into OP about Github ;)
Nice to hear that :)

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #181 on: February 01, 2016, 12:31:19 pm »
Small update. No new features, but added custom clipboard syscalls for Ndless 3.9 and Ndless 4 (before it just crashed on those OSes when you used the clipboard).
« Last Edit: March 13, 2017, 05:52:46 pm by lkj »

Offline matteob92

  • LV3 Member (Next: 100)
  • ***
  • Posts: 40
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #182 on: February 01, 2016, 06:13:43 pm »
Small update. No new features, but added custom clipboard syscalls for Ndless 3.9 and Ndless 4 (before it just crashed on those OSes when you used the clipboard).
I didn't know was out for OS 4.0, I sold the new model to a friend at December : good news https://github.com/ndless-nspire/Ndless/releases/tag/v4.0 :)

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #183 on: May 31, 2016, 04:07:50 am »
It is possibole to add a python color syntax?

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #184 on: June 06, 2016, 06:20:37 pm »
I won't add any big new features like that myself anymore. If you or anyone else wants to, you can add it yourself, though. The code is on github (https://github.com/lkjcalc/nTxt).

Offline Federico Cupellini

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #185 on: January 25, 2017, 03:25:38 pm »
Hi, I have a TI-nspire cx CAS 4.2.0.532 with the latest ndless, but I encounter a lot of problems in using your software (eg screen glitches and similar while opening and closing files). Am I doing something wrong?

Also, feature request, make the "scratchpad" work (i don't know if this is a problem with ndless or something else)

Thanks :)

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #186 on: February 02, 2017, 04:07:06 am »
The clipboard features don't work on Ndless 4 and compatibel? I have Ndless 4.4 :(

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #187 on: February 02, 2017, 07:48:57 am »
Hi, I have a TI-nspire cx CAS 4.2.0.532 with the latest ndless, but I encounter a lot of problems in using your software (eg screen glitches and similar while opening and closing files). Am I doing something wrong?

Also, feature request, make the "scratchpad" work (i don't know if this is a problem with ndless or something else)

Thanks :)
The screen glitches are normal, they just look ugly but are not a problem.
I don't think making the scratchpad work is possible the way Ndless programs work at the moment. It would probably require more integration with the OS.

The clipboard features don't work on Ndless 4 and compatibel? I have Ndless 4.4 :(
Yes, it's a custom sycall, that is the binary needs to be updated with new addresses every time a new OS comes out... I'll see when I have time for that.

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #188 on: February 02, 2017, 07:51:30 am »
Ok,
thanks lkj, and very good job  :thumbsup:

Offline Chirlian

  • LV2 Member (Next: 40)
  • **
  • Posts: 22
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #189 on: March 08, 2017, 07:45:34 pm »
nTxt is a text editor for the Nspire. It requires Ndless to be installed on your calculator.
Hi ikj,
am just trying the v. 26 of nTxt. It works good but there seems to be a bug: by selecting one or more signs in a text and using ctrl-c the nspire reboots. Treid it several times, can not find any reason.
My Nspire: cx cas, os 4.4, also ndless. With nTxt v. 25 I get the same reboot.
cu
klaus

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #190 on: March 09, 2017, 03:47:14 pm »
This is why:
Yes, it's a custom sycall, that is the binary needs to be updated with new addresses every time a new OS comes out... I'll see when I have time for that.

Offline matteob92

  • LV3 Member (Next: 100)
  • ***
  • Posts: 40
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #191 on: March 10, 2017, 12:28:54 pm »
Hi, I have a TI-nspire cx CAS 4.2.0.532 with the latest ndless, but I encounter a lot of problems in using your software (eg screen glitches and similar while opening and closing files). Am I doing something wrong?

Also, feature request, make the "scratchpad" work (i don't know if this is a problem with ndless or something else)

Thanks :)
The screen glitches are normal, they just look ugly but are not a problem.
I don't think making the scratchpad work is possible the way Ndless programs work at the moment. It would probably require more integration with the OS.

The clipboard features don't work on Ndless 4 and compatibel? I have Ndless 4.4 :(
Yes, it's a custom sycall, that is the binary needs to be updated with new addresses every time a new OS comes out... I'll see when I have time for that.
Some days ago a notification into Tapatalk app remembered me I have a TI-Nspire CX CAS calculator, now I want to update it both for OS and Ndless  :)
From what I can understand the last nTxt 26 doesn't work on OS 4.4.0, but have you or Others tried if it works almost with the 4.2.0 or the 4.0.3?
I want a newer OS because sometimes calc doesn't solve equations systems, compared to the one of a friend updated..

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #192 on: March 10, 2017, 12:35:28 pm »
nTxt 26 should work on 4.0.3, but on 4.2 and 4.4 using the clipboard features (i.e. copy/cut/paste) crashes the calc.

Offline matteob92

  • LV3 Member (Next: 100)
  • ***
  • Posts: 40
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #193 on: March 10, 2017, 01:02:51 pm »
nTxt 26 should work on 4.0.3, but on 4.2 and 4.4 using the clipboard features (i.e. copy/cut/paste) crashes the calc.
Apart from that features, the app works flawlessy?
Do you think will be complicated updating the binary to grant compatibility to the last 2 versions of OS?  ::)

Offline Jonson26

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 118
  • Rating: +1/-0
  • Follow cat! Do what cat! Into tree! Now!
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #194 on: March 13, 2017, 06:59:39 am »
Is there still developement?
And, by the way, I am still curious about the booklet & ctrl+c/v/x/a (compatible with the os, would be awesome for JSE exporting).
 :thumbsup: Goopd job!