forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TTLDE V2.1 - Text editor written by LUA
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
EricWu



Joined: 21 Jan 2006
Posts: 4

PostPosted: Sat Jan 21, 2006 7:51 pm    Post subject: Reply with quote

ema, your ttlde really exciting. can wait to download the new version you released.
but your link "http://geocities.com/lua_ema/" I can visit all the times.
can you send it to me, thank you very much.

waiting for someone send it to me, thanks a lot.
ericwu.email@gmail.com
Back to top
View user's profile Send private message
EricWu



Joined: 21 Jan 2006
Posts: 4

PostPosted: Sat Jan 21, 2006 8:15 pm    Post subject: Reply with quote

is somebody here? please do me a little favor, send the ttlde 2.1 to me.
i can't link the web "http://geocities.com/lua_ema/ ", thank you very much.
ericwu.email@gmail.com
Back to top
View user's profile Send private message
ema



Joined: 07 Dec 2005
Posts: 11

PostPosted: Sun Jan 22, 2006 1:12 am    Post subject: Reply with quote

PSP Lua picked up TTLDE and mirrored it.
You can download TTLDE from there.

http://psplua.com/modules/mydownloads/

and how about this?
http://www.geocities.com/lua_ema/
Back to top
View user's profile Send private message Visit poster's website
modsyn



Joined: 27 Sep 2005
Posts: 28

PostPosted: Sun Jan 22, 2006 2:25 am    Post subject: Reply with quote

ema wrote:
For your purpose, my "TwinTail lesson" is helpful.
The most important part is line 67~88 at 'ttlesson.lua'.

TwinTail:Update() returns only inputted characters, so the
application has to interpret '\b' and other control characters.

Thanks,
ema


thank you so much, that's exactly what i was looking for!!
i really like your input style.
Back to top
View user's profile Send private message
liquid8d



Joined: 30 Jun 2005
Posts: 66

PostPosted: Sun Jan 22, 2006 9:09 am    Post subject: Reply with quote

excellent, i like the osk improvements (highlighted selected key, follows selected line, plugin, etc..), and the updated file listing (although a bit slow)

However, I have had this new version freeze on me quite a few times now randomly. It also seems very slow when scrolling the screen right/left (beginning/end of lines), which was not an issue in the previous version. I had to revert back to 2.0 for now.

Keep up the great work, I am getting so much use out of this! Hope to see an update soon.

My suggestion again, it would be nice to see tab-style document selection, so you can see which files you have open.

liquid8d
Back to top
View user's profile Send private message AIM Address
mrn



Joined: 02 Nov 2005
Posts: 116

PostPosted: Fri Jan 27, 2006 6:23 am    Post subject: Reply with quote

hello ema. I'll make the fosk plugin soon.
m.
Back to top
View user's profile Send private message
mrn



Joined: 02 Nov 2005
Posts: 116

PostPosted: Fri Jan 27, 2006 7:29 am    Post subject: Reply with quote

just noticed:
1. when using a dark background, and starting a search ...
the black fonts are not really visible in the "search field" :(
2. the search field hides the first line of the OSK!
Back to top
View user's profile Send private message
liquid8d



Joined: 30 Jun 2005
Posts: 66

PostPosted: Fri Jan 27, 2006 4:19 pm    Post subject: Reply with quote

speaking of searching... since O submits the search, you can't paste something into the search box, you can cut and copy, but not paste. A minor fix, but helpful nonetheless.

liquid8d
Back to top
View user's profile Send private message AIM Address
mrn



Joined: 02 Nov 2005
Posts: 116

PostPosted: Wed Feb 08, 2006 7:58 am    Post subject: Reply with quote

ok. the fosk plugin has been just finished.
I send a copy to ema. If sbody wants a copy before ema release the next version of the text editor, pls drop me a mail.
ciao!
m
Back to top
View user's profile Send private message
my psprecious



Joined: 17 Feb 2006
Posts: 24

PostPosted: Fri Feb 17, 2006 5:23 am    Post subject: Reply with quote

this is the one of the best lua software done, a bit tricky to get use to

where I get the x o are set Jap way so I always press the wrong one, would it be easy to do a plug-in that sitch the x and o a bit like the color them chooser.

Great one ema
Back to top
View user's profile Send private message
liquidjin



Joined: 19 Feb 2006
Posts: 12

PostPosted: Thu Mar 02, 2006 1:53 am    Post subject: Reply with quote

my psprecious wrote:
this is the one of the best lua software done, a bit tricky to get use to

where I get the x o are set Jap way so I always press the wrong one, would it be easy to do a plug-in that sitch the x and o a bit like the color them chooser.

Great one ema


I agree with my psprecious. The Circle/X thing confuses me as well. I'm so used to them meaning the exact opposite. If you could implement a way to switch between Japanese and English standard buttons that would be great.

Another useful feature I would like you to consider is being able to keep your column position when moving between rows. On my version if I press down to go to next line it will always bring me to the end of that line. I'd like to be able to go down to the next line but keep my horizontal position.

One last thing. I was inspired by liquid8e, newyn, and Arwin's discussion in this thread http://forums.ps2dev.org/viewtopic.php?t=3195&sid=e9b29024924cfc0d520b48419b0e95b8, so I wrote my own keyboard interface that makes use of the analog and some of their ideas. How would I go about making this a plugin? I've gotten used to TwinTail but find that I make way too many mistakes for my liking. The system I've created is a lot more forgiving and makes coding while traveling (in conditions like the subway) so much easier.

P.S. - Sorry about the comments first. I love your program. Thank you, thank you, thank you, for putting the time and effort to come out with such a polished piece of homebrew.

Thanks,
LiquidJ
Back to top
View user's profile Send private message
liquidjin



Joined: 19 Feb 2006
Posts: 12

PostPosted: Fri Mar 03, 2006 4:00 pm    Post subject: Reply with quote

liquidjin wrote:


One last thing. I was inspired by liquid8e, newyn, and Arwin's discussion in this thread http://forums.ps2dev.org/viewtopic.php?t=3195&sid=e9b29024924cfc0d520b48419b0e95b8, so I wrote my own keyboard interface that makes use of the analog and some of their ideas. How would I go about making this a plugin? I've gotten used to TwinTail but find that I make way too many mistakes for my liking. The system I've created is a lot more forgiving and makes coding while traveling (in conditions like the subway) so much easier.



I figured out how to make the plugin. Currently, in the process of porting this over. I owe you big time ema. Learned more about how to use Lua for OO then from the official book. Good work. One last question, how do I precompile my scripts and make them a .LC?
Back to top
View user's profile Send private message
youresam



Joined: 06 Nov 2005
Posts: 87

PostPosted: Sat Mar 04, 2006 11:25 am    Post subject: Reply with quote

liquidjin wrote:
One last question, how do I precompile my scripts and make them a .LC?

Open the file in notepad or wordpad for a suprise!

(You cannot compile lua files to work on the psp--yet)
Back to top
View user's profile Send private message AIM Address
OCteam



Joined: 05 Mar 2006
Posts: 7
Location: UK

PostPosted: Sun Mar 05, 2006 11:35 pm    Post subject: Reply with quote

Ema: would like to review your scrollbar function for TTLDE to use it as a reference for implementation of a scrollbar on an application I am working on. Could you give some direction as to the location of the function? or a generally "howto"? TTLDE is quite the massive application after all :).

Thank You,
_________________
PP121494863-PSP1001
www.illfoundedmind.com
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group