• nTxt - Nspire Text Editor 5 1
Currently:  

Author Topic: nTxt - Nspire Text Editor  (Read 125001 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 #195 on: March 13, 2017, 06:22:42 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?  ::)
Yes, everything else works.
I already found the new syscall addresses yesterday, but I still need to find out how to add them correctly to build a new release.

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!
No, just small fixes and compatibility updates.

Edit: The release is online on github: https://github.com/lkjcalc/nTxt/releases. I couldn't test it yet. Please report any problems.
« Last Edit: March 13, 2017, 06:39:27 pm by lkj »

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 #196 on: March 14, 2017, 04:55:13 am »
I SERIOUSLY hope, you get the clipboard feature to work. ;)



Still waiting... Hope you didn't abandon the project.
HIDn support would be nice too!

Edit (Eeems): Merged double post
« Last Edit: July 12, 2017, 01:07:16 pm by Eeems »

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #197 on: July 12, 2017, 01:57:05 pm »

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 #198 on: July 13, 2017, 11:28:31 am »
Bug report @ v27:
Weird display bug: Each pixel at the horizontal axe is followed by n blank pixels.
Example:
1111    1000100010001
1001 is 1000000000001
1111    1000100010001
Of course n=3 is just an example value. I just didn't count.
I have a TI-nspire CAS classic with os 3.9 and the latest ndless.
Spoiler For Spoiler:
Please implement HIDn! :P

Offline neuronix

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 108
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #199 on: January 13, 2018, 10:25:25 am »
You should update your program, because copy/paste and selection don't work on 4.5 :(

Offline timedia

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #200 on: February 26, 2018, 05:34:02 pm »
I have tried this program on OS 4.5, rev. AB and whenever a dialogue comes up the screen shows random pixels and flickers????

It does say activating compatibility mode

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: nTxt - Nspire Text Editor
« Reply #201 on: February 26, 2018, 06:06:00 pm »
I have tried this program on OS 4.5, rev. AB and whenever a dialogue comes up the screen shows random pixels and flickers????

It does say activating compatibility mode
If you mean the random pixels and garbage around the dialogue, that's always been the case. Don't worry about it.

You should update your program, because copy/paste and selection don't work on 4.5 :(
I know. But finding the addresses and recompiling every time there is a new OS is annoying. Maybe I'll just revert to an internal clipboard which isn't shared with the OS for unsupported OSes.

Offline superloach

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 8
  • Rating: +0/-0
  • I do lots of things.
    • View Profile
    • Superloa.ch
Re: nTxt - Nspire Text Editor
« Reply #202 on: February 26, 2018, 06:18:04 pm »
Sounds like a good idea to me. In fact, I never even realized that the clipboard synced until reading this thread, so it's obvious it's not very necessary. :P