271
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 16, 2012, 01:43:49 pm »
If you have ideas how to make it look better, please tell me

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 271
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 16, 2012, 01:43:49 pm »
If you have ideas how to make it look better, please tell me
![]() 272
TI-Nspire / Re: [C] SpeedX 3D reaches your Nspire !« on: October 16, 2012, 01:08:35 pm »
What do you mean by "working collision detection"? I still don't die if I fall into an obstacle?
Also is it intended that the obstacles sometimes change their places when they're about five segments in front of you? A highscore system would be cool ![]() 273
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 16, 2012, 12:20:01 pm »
That would be great, for coders and for users.
Edit: Update Now there's a menu for opening, saving and save as (additionally to the shortcuts) ![]() 274
Computer Programming / Re: Searching thru a file code« on: October 15, 2012, 09:49:22 pm »
Oops, I meant they can't be read.
275
Computer Programming / Re: Searching thru a file code« on: October 15, 2012, 09:33:02 pm »
A file opened in "a" mode can't be read. Only r+ or a+ seem suitable for what you want to do.
Most likely a+ for your code. 276
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 15, 2012, 05:26:37 pm »
I've been working on a menu but didn't finish yet because of too much homework
![]() I somehow missed that release but that is great It doesn't add itself to ndless.cfg.tns because I was unsure if this was good style. Do other programs do it? You can always open the file with nTxt and add the line (though it's a pita without up/down arrow navigation). Yeah I've also noticed the bug with "save as". I'm unsure why it doesn't work, but once there's a menu it isn't a problem anymore. Adding the down/up keys will be top priority after the menu works ![]() So what I get from this is that this is a raw text file editor?Sure, it's normal ascii raw text files. 277
Computer Projects and Ideas / Re: Back to cretaceous« on: October 14, 2012, 08:06:24 pm »
Wow, it seems you're coming along with this game quite nicely
![]() And the nature graphics are fairly good. 278
Other / Re: Realistic Mecha Tech« on: October 14, 2012, 07:08:41 pm »
I think you're underestimating keeping balance. It's only possible for us humans because we can move every part of our body. If the torso of the mecha couldn't bend I don't think it would be able to walk well.
279
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 12, 2012, 06:21:49 pm »
Thanks
![]() And yeah, this will probably take a while, but you can try adding syntax highlighting like nwriter.As soon as it has all basic editor features, I'll start implementing such programming features ![]() New release: file association support, some bug fixes. 280
[DE] Andere TI- und Casio-Diskussionen / Re: Grafik-TRs in verschiedenen Bundesländern« on: October 12, 2012, 04:29:57 pm »
Bei uns muss jeder Schüler einen Nspire CX CAS kaufen.
281
[DE] Andere TI- und Casio-Diskussionen / Re: Grafik-TRs in verschiedenen Bundesländern« on: October 12, 2012, 09:50:16 am »
In der Schweiz fast überall Pflicht
![]() 282
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 11, 2012, 04:55:11 pm »That would be a good idea. Because now I have a file in my calc that I don't even know how to remove since I don't see it You can always delete a file in the student software or computer link, maybe also tilp, even files which don't show up on the calculator (they still have to be in the Documents folder, though). I completely forgot about file association, thanks for mentioning it ![]() Today only opening with ctrl+o if you know the path, no file browser. Maybe file association tomorrow ![]() 283
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 10, 2012, 04:21:16 pm »I thought it crashed the classic nspires, but I can't reproduce itYou probably just couldn't see it because the documents screen isn't refreshed. This doesn't work with ndless currently, sorry. After a reboot it should be there.You can refresh the documents screen by using refresh_osscr() ![]() And the last thing, I didn't manage to save properly using Ctrl+S. Quitting and saving poduced a noname file but when I tried to save with Ctrl+S, I wrote /documents/nTxt/test and there was no test fileYou probably have to add the .tns ending.[/quote] You're right, I forgot to say that you'll only see your documents if you add the .tns ending. Should I modify nTxt to add it automatically? Quote And it's always nice to see new Nspire projectsI have the feeling that Nspire development is getting a bit more active again lately ![]() 284
TI-Nspire / Re: nTxt - Nspire Text Editor« on: October 10, 2012, 03:24:39 pm »I'm working on this right nowTell me what you think and if you have suggestions for improvementWell, first feature request, of course, opening files. I don't see the point of saving them if we can't open them ![]() Quote Secondly, I didn't try, but are those txt real txt ? I mean that if I open it with Notepad on my PC, will it display fine ?They're normal txt, but notepad won't display newlines correctly because they are unix style. Quote Thirdly, the interface is lacking. Could you add on the left a column with the number of the line for example ?I think other things are more important right now, so this will take a while. Quote And the last thing, I didn't manage to save properly using Ctrl+S. Quitting and saving poduced a noname file but when I tried to save with Ctrl+S, I wrote /documents/nTxt/test and there was no test fileYou probably just couldn't see it because the documents screen isn't refreshed. This doesn't work with ndless currently, sorry. After a reboot it should be there. Quote Other than this, it seems great already, good jobThanks for testing ![]() Please may also develop a version for PC.This program doesn't have anything to do with my program, it's just the same name. 285
TI-Nspire / nTxt - Nspire Text Editor« on: October 10, 2012, 01:37:13 pm »
nTxt is a text editor for the Nspire. It requires Ndless to be installed on your calculator.
Some of its features: - open/save files anywhere in the file system - cut, copy & paste - search - various navigation commands (page up/down etc) See the readme for a more detailed description. Tell me what you think and if you have suggestions for improvement ![]() The code is on github: https://github.com/lkjcalc/nTxt Latest download also on github: https://github.com/lkjcalc/nTxt/releases Spoiler For original 1st post: |
|