Show Posts

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.


Messages - bisam

Pages: [1]
1
TI-Nspire / Re: pyWrite - python script editor
« on: October 31, 2014, 07:15:50 pm »
Well, I made this post very active with only one off-topic sentence...

So let's get rid of any misunderstanding and stop talking about it.

I just wanted to specify that :
1) If I want my students to know something about their calculators I get them first to TI-Planet,
2) If they want a little more, I talk about Omnimaga too... but a bunch of my students are afraid about writing... even in french, not considering english writing as a possibility. Their abilities are maths, physics and a bit on computer science... that's it.


To get back on topic, I'm pretty impressed by this new release.
I just wanted to know if it is planned to :
1) use UTF8 encoding ?
2) let users choose the place for MicroPython run ?

2
TI-Nspire / Re: pyWrite - python script editor
« on: October 27, 2014, 03:29:30 pm »
Great work !
Hope it will be continued... even if you can't do it by yourself, Vogtinator.

A pity I didn't see that sooner so that my students would know about it. I didn't tell them about Omnimaga yet (you know, english speaking, french maths students... does not match).

3
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 10, 2014, 04:35:06 pm »
 :w00t: That's nice, compu.
I didn't try it yet, but thanks for beeing the first to shoot...

Also, one of my students noticed that there is no key combination for the % character in nTxt. As it symbolizes "modulo" in Python, it is clearly needed, so it should be added to the priority list.

4
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 09, 2014, 04:24:08 pm »
I tried to have a look at the source... and happened what I thought it would happen : didn't understand !
Sadly, I think my knowledge of C programming is way too small to try anything.

So, if anyone is interested too by these propositions, feel free to do it. I promise to be very grateful  :love:

5
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 09, 2014, 07:27:11 am »
Quote from: DJ O
unless you mean making nTxt so that it lets people write Python code inside it instead of just plain text files, which would definitively be very great.
That's exactly what I meant. Sorry for being unclear.

In fact, it already works. Just type your Python code in nTxt, save it as "anything.py.tns" and MicroPython will launch it.
My feature requests were only to simplify some routines many times repeated when testing a new program...

With the actual version of nTxt, if you want to modify a previously saved "anything.py.tns", you have to :
- launch nTxt
- ask to open an existing document
- close the current (empty) one
- search for your document in tree hierarchy and finally open it

Then you add the ":" that you forgot, save and close for testing it again.

And you have to do it again if you want to change anything.
It can get very annoying, especially for students leaning the language and making many syntax errors.

It would be a real big plus if this could be simplified.


If nTxt is not developped anymore, maybe I or someone else could modify it to allow these features (I didn't see any license, but the sources are given...) Just asking...

6
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 08, 2014, 06:36:21 pm »
Hi.
With the progress of MicroPython on Nspire, nTxt may now be much more useful than it has been.
It can be a true editor for Python.

I'm a math and computer science teacher and 107 of my students just received their new Nspire CX CAS and I told them to use both MicroPython and nTxt (they were lucky to receive them with OS 3.6... so they could install Ndless).

But I noticed a few features that could enhance their use of nTxt :
- open last opened document instead of a new one when launching nTxt (or ask)
- keep in memory the position of last opened document in tree hierarchy
- better organize this hierarchy (some folders are not with the others, and there's no alphabetical order...)
- if possible, allow the launch of another Ndless program from nTxt (e.g. launch MicroPython that would read current opened file)

All this would be very useful for a programming point of view.

Thanks in advance to consider these feature requests... hoping this program is still in development...

7
TI-Nspire / Re: TI-Nspire GB Emulator
« on: January 27, 2012, 02:30:12 pm »
Hi, everyone reading this.

I'm here to report a supposed bug of gbc4nspire.

I had a problem while playing "Zelda - Link' awakening". After finishing level 1, you have to save "Bow-wow" from the Moblins. I could do it once and even continue up to half of the level 2. But then, the save seems to have failed since I had to restart from the last save and from now on, each time I try to get to the Moblins lair, the game and the calc freeze just after I beat the first Moblin. Grey and white stripes appear on all screen and only a reset can save you.

Don't know if it is known or even if Gbc4nspire is the cause... but I think it was to be said.

Apart from that, great job from calc84maniac.

Pages: [1]