View Single Post
  #3  
Old 08-24-2011, 04:58 AM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
Quote:
Originally Posted by fowlplay4 View Post
I guess you're talking about the auto-indenting that the RC's script editor already does.

PHP Code:
//#CLIENTSIDE
function MLTextEditCtrl.onKeyUp(keycode) {
  if (
keycode == VK_RETURN) {
    
// find the amount of spaces used in the last line
    // append the amount of spaces to the texteditctrl
  
}

Yes but, what I'm wondering is how to find the spaces and append them :P.
__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote