maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [SFOS] [Announce] tIDE - transportable IDE (https://talk.maemo.org/showthread.php?t=98593)

robthebold 2016-12-23 14:20

Re: [Announce] tIDE - transportable IDE
 
Great! Love having this handy ap. I'm eager to try this out with a little Python project I want to adapt to SFOS.

What's the maximum text file size that can be opened? I tried opening a giant (500k) hosts file, but the OS kept wanting to kill tIDE for not responding.

BTW, I'm testing on my OnePlus One running ported Fiskarsörangescissors or however one spells that if their memory is working properly ;)

tmi 2016-12-23 16:38

Re: [Announce] tIDE - transportable IDE
 
Quote:

Originally Posted by eekkelund (Post 1520967)
Try 'pkcon refresh' in terminal and after that try to install again:)

That seemed to do it. Thank you!

otsaloma 2016-12-23 17:46

Re: [Announce] tIDE - transportable IDE
 
Sorry to sidetrack the thread, but I keep running into "pkcon refresh" being the magical command to solve all installation problems. Does anyone happen to know why it needs to be done? Doesn't the OS upgrade run that? Or do the repo contents change after a stable OS release?

eekkelund 2016-12-23 23:59

Re: [Announce] tIDE - transportable IDE
 
Quote:

Originally Posted by velox (Post 1520970)
Looks really great!
Installed neatly on Jolla1 and C for me, haven't tried on tablet (looking forward to it, though).

The Keyboard took a reboot but afterwards it worked well.
Would it be possible to add text selection/copy (with shift modifier; maybe even 'jump to word ending' when it's in caps lock mode) to the arrow keys?

Thanks for testing and suggestion!:) I will add this to TODO list (but I must warn that it is not on the top of it, yet..) :)

Quote:

Originally Posted by robthebold (Post 1520976)
Great! Love having this handy ap. I'm eager to try this out with a little Python project I want to adapt to SFOS.

What's the maximum text file size that can be opened? I tried opening a giant (500k) hosts file, but the OS kept wanting to kill tIDE for not responding.

BTW, I'm testing on my OnePlus One running ported Fiskarsörangescissors or however one spells that if their memory is working properly ;)

There is no maximum but it can take some time(if you don't kill the app). ATM file r/w is made with Python because when I started to create this application I didn't have C++ knowledge that much.. File r/w is planned to be rewritten in C++.. :)

Ooh, I heard that on ported Moto G tIDE had some problems. Great that it works on OnePlus One :)

robthebold 2016-12-24 01:35

Re: [Announce] tIDE - transportable IDE
 
Quote:

Originally Posted by eekkelund (Post 1520999)
There is no maximum but it can take some time(if you don't kill the app). ATM file r/w is made with Python because when I started to create this application I didn't have C++ knowledge that much.. File r/w is planned to be rewritten in C++.. :)

Ooh, I heard that on ported Moto G tIDE had some problems. Great that it works on OnePlus One :)

Some time, indeed. Granted, this is an exceptionally long text file, but I have to admit I killed the process after about 10 minutes. I didn't really need to edit it after all, just wanted to see what would happen with such a huge input.

[But the OS does get kind of impatient, doesn't it? And it keeps trying to convince me to stop the app every few seconds. Many, many, years (decades?) ago, when I still toiled on MS Windows GUI software, it was always a struggle to break down tightly looping operations enough to sneak a call to "ProcessMessages" from the OS just to keep Windows from trying to seduce the user into killing our application. It was still working, but if it didn't check in with the GUI every so often to see if it needed to move the window around the screen or get hidden by something else, etc., it got put on the hit list. Our motto was: "if it looks crashed, it is", because the user would probably kill it at that point.]

Anyway. I'll let you know what happens on OnePlus X "soon". JK, I'll actually report on this in a day or two ;)

And thanks again for this useful program!

ed:
Tried it on the "new" OnePlus X, and haven't found any glitches, bugs, etc. yet.

velox 2016-12-27 23:10

Re: [Announce] tIDE - transportable IDE
 
I've tried it on the tablet. Looks really nice as well, but it has one down side: That many pixels really make me wish for fancy stuff like editing two files next to each other.

eekkelund 2016-12-28 20:42

Re: [Announce] tIDE - transportable IDE
 
Quote:

Originally Posted by robthebold (Post 1521002)
Some time, indeed. Granted, this is an exceptionally long text file, but I have to admit I killed the process after about 10 minutes. I didn't really need to edit it after all, just wanted to see what would happen with such a huge input.

Oh okay, that is quite long. I didn't expect it to take so long..:D

Quote:

Originally Posted by robthebold (Post 1521002)
[But the OS does get kind of impatient, doesn't it? And it keeps trying to convince me to stop the app every few seconds. Many, many, years (decades?) ago, when I still toiled on MS Windows GUI software, it was always a struggle to break down tightly looping operations enough to sneak a call to "ProcessMessages" from the OS just to keep Windows from trying to seduce the user into killing our application. It was still working, but if it didn't check in with the GUI every so often to see if it needed to move the window around the screen or get hidden by something else, etc., it got put on the hit list. Our motto was: "if it looks crashed, it is", because the user would probably kill it at that point.]

Yes, there is place to improve. Opening the file takes really long time and makes it look like crashed.. Thanks for the feedback!:)

Quote:

Originally Posted by robthebold (Post 1521002)
Anyway. I'll let you know what happens on OnePlus X "soon". JK, I'll actually report on this in a day or two ;)

And thanks again for this useful program!

ed:
Tried it on the "new" OnePlus X, and haven't found any glitches, bugs, etc. yet.

Oooh awesome! So far only Moto G has had problems, thank you for testing!


Quote:

Originally Posted by velox (Post 1521133)
I've tried it on the tablet. Looks really nice as well, but it has one down side: That many pixels really make me wish for fancy stuff like editing two files next to each other.

...You kinda guessed coming tablet UI improvements..( Don't tell anyone ;) )

taixzo 2017-01-02 11:10

Re: [Announce] tIDE - transportable IDE
 
It seems like the keyboard is missing the comma - or is it just hidden somewhere that I can't find?

eekkelund 2017-01-02 13:04

Re: [Announce] tIDE - transportable IDE
 
Quote:

Originally Posted by taixzo (Post 1521313)
It seems like the keyboard is missing the comma - or is it just hidden somewhere that I can't find?

Woah! Yeah, I think you are right..:D Funny that I didn't notice.

Do you @taixzo or anyone have suggestions for keyboard layout? Or more functionalities? I got request for tabulator button so that will be added(maybe long press for 'Enter' button?). :)

Merienth 2017-01-02 14:12

Re: [Announce] tIDE - transportable IDE
 
yes, tabulator would be welcomed. :)


All times are GMT. The time now is 20:08.

vBulletin® Version 3.8.8