0 Members and 1 Guest are viewing this topic.
Well, full support of UTF-8 ?
Quote from: lkj on October 30, 2012, 03:19:39 pmWhat do you mean by "2 touches for vertical scroll"? Multitouch on the touchpad? I believe that's not possible hardware wise.2 touches for scrollling page per page, so faster than line per line.Quote from: lkj on October 30, 2012, 03:19:39 pmDo you mean opening several texts simultaneously in tabs?Yes, I do.
What do you mean by "2 touches for vertical scroll"? Multitouch on the touchpad? I believe that's not possible hardware wise.
Do you mean opening several texts simultaneously in tabs?
Some other ideas came to my mind :- add characters (square ², grec, french letters as é, è, ç ...)- be able to connect a real keybord with USB
(I haven't been following this thread, so maybe this was mentioned before)It would be smart to use TI's font and functions for this, as they support UTF-16. You could ask Levak for the syscalls et all, as he has done some work in this area.
If you are going to use a keyboard, I think the best way would be to make a text editor for linux (yeah, it has nano, but if you don’t press enter, you get one long ugly line) and try to make it so that you can save your files
Glad to see a new text editor. I didn't follow the other one progress much but I didn't realize that it wasn't being maintained anymore.
If Ndless provides some USB routines I will look into it, but as of today it's too difficult for me.
I'll keep the idea with multiple texts in mind, but it won't come soon.As for the scrolling, which keys would you suggest for page up/down?
The french letters are already there, you just can't enter them I'll look into utf-8 or 16 and provide some way to enter special characters similar to TI's OS.If Ndless provides some USB routines I will look into it, but as of today it's too difficult for me.
Nice Quote from: lkj on November 03, 2012, 09:37:42 pmIf Ndless provides some USB routines I will look into it, but as of today it's too difficult for me.I have worked again yesterday on USB support. The *BSD USBDI functions have been pushed to the Ndless trunk (altough most are untested at the moment).It still need to be stabilized. I'll try to hook into the OS event management. Ndless programs such as nTxt will then just need to use the event read function to pop key events, whether they come from the pad or a USB keyboard.
The selection of text works well ! Good job. But when I try to open a document with CTRL+O, my caltos restarts.
Quote from: lkj on November 03, 2012, 09:37:42 pmI'll keep the idea with multiple texts in mind, but it won't come soon.As for the scrolling, which keys would you suggest for page up/down?CTRL 9 : page upCTRL 3 : page downCTRL 7 : go to the start of the documentCTRL 1 : go to the end
Quote from: lkj on November 03, 2012, 09:37:42 pmThe french letters are already there, you just can't enter them I'll look into utf-8 or 16 and provide some way to enter special characters similar to TI's OS.If Ndless provides some USB routines I will look into it, but as of today it's too difficult for me.Well, you could enable us to enter a letter by its hexadecimal code, and do so that we can choose our shortcut for the letters.You could for that use the "var" key as the "alt" key on a computer.As new keys for new characters, I suggest :- the [²] key for "²"- CTRL + [²] (√) for "√"- the flag key for changing a letter (e=>é=>è=>ê=>ë, a=>à, e=>€, c=>ç ...)- a list of characters when we press on the book key
Other suggestions :- select all : CTRL A- previous action : CTRL Z- a faster cursor- be able to choose a smaller font-size