[ANN] Colorize and link while you type in tRev

2010-03-26 Thread Jerry Daniels

Script and object editor aficionados,

We have added real time colorization and handler linking to tRev this  
week. Check out the video:


   http://reveditor.com/colorize-while-you-type

New colorize preference:
- Colorize smoothly while you type, delete or backspace
  + also creates handler links while you type
  + quoted strings without ending quote are colored red
  + left parens without matching right parens are colored red
  + after fetching object name for code during transparent  
inspection, string is colorized

- Pasting into source field now colorizes pasted text
- Comments colorized after commenting and uncommenting
- Side effect: no insertion point "lag" while typing

Enhanced auto-completion:
- Auto-completion (clairvoyance) now faster, smoother (less screen  
blink)
- This occurs in real time on keyDown rather than on the rebound  
during keyUp

- Works with or without Colorize While Typing

Enhanced commenting:
- If the last line of a selection has no words in it, it will not be  
commented/uncommented

- This is my favorite enhancement...been waiting for this for years

Fixes:
- Commenting entire handler no longer removes empty line after handler
- Quiting tRev with a dirty tab no longer asks twice if it's ok
- Stacks updating in browser more dependably

Best,

Jerry Daniels

Buy tRev during your 7 day free trial and get 20% off:
http://reveditor.com/tag/shouldiswitch

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Colorize and link while you type in tRev

2010-03-27 Thread Marcio Alexandroni
Hi Jerry,

Great implementation Jerry, it really helps a lot coding with tRev! And
thanks for accepting the suggestion, I really need to say you are fast, I
wrote you asking if you had plans for this feature about 10 days ago and
it's ready!

Cheers!

Marcio Alexandroni
www.cialogica.com.br
 ( (11) 9989-8316
  marcioalexandroni
-- 



> From: Jerry Daniels 
> Reply-To: How to use Revolution 
> Date: Fri, 26 Mar 2010 18:25:44 -0500
> To: How to Use Revolution 
> Subject: [ANN] Colorize and link while you type in tRev
> 
> Script and object editor aficionados,
> 
> We have added real time colorization and handler linking to tRev this
> week. Check out the video:
> 
> http://reveditor.com/colorize-while-you-type
> 
> New colorize preference:
> - Colorize smoothly while you type, delete or backspace
>+ also creates handler links while you type
>+ quoted strings without ending quote are colored red
>+ left parens without matching right parens are colored red
>+ after fetching object name for code during transparent
> inspection, string is colorized
> - Pasting into source field now colorizes pasted text
> - Comments colorized after commenting and uncommenting
> - Side effect: no insertion point "lag" while typing
> 
> Enhanced auto-completion:
> - Auto-completion (clairvoyance) now faster, smoother (less screen
> blink)
> - This occurs in real time on keyDown rather than on the rebound
> during keyUp
> - Works with or without Colorize While Typing
> 
> Enhanced commenting:
> - If the last line of a selection has no words in it, it will not be
> commented/uncommented
> - This is my favorite enhancement...been waiting for this for years
> 
> Fixes:
> - Commenting entire handler no longer removes empty line after handler
> - Quiting tRev with a dirty tab no longer asks twice if it's ok
> - Stacks updating in browser more dependably
> 
> Best,
> 
> Jerry Daniels
> 
> Buy tRev during your 7 day free trial and get 20% off:
> http://reveditor.com/tag/shouldiswitch
> 
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Colorize and link while you type in tRev

2010-03-27 Thread Jerry Daniels

Marcio,

Glad you like the feature!

tRev's live text coloring was challenging because it has to include  
links to handlers. I found a way to make it work using a combination  
of arrays and htmltext.


Best,

Jerry Daniels

Use tRev's buy link during your 7 day free trial to get 20% off:
http://reveditor.com/tag/shouldiswitch

On Mar 27, 2010, at 4:46 AM, Marcio Alexandroni wrote:


Hi Jerry,

Great implementation Jerry, it really helps a lot coding with tRev!  
And
thanks for accepting the suggestion, I really need to say you are  
fast, I
wrote you asking if you had plans for this feature about 10 days ago  
and

it's ready!

Cheers!

Marcio Alexandroni
www.cialogica.com.br
( (11) 9989-8316
 marcioalexandroni
--




From: Jerry Daniels 
Reply-To: How to use Revolution 
Date: Fri, 26 Mar 2010 18:25:44 -0500
To: How to Use Revolution 
Subject: [ANN] Colorize and link while you type in tRev

Script and object editor aficionados,

We have added real time colorization and handler linking to tRev this
week. Check out the video:

   http://reveditor.com/colorize-while-you-type

New colorize preference:
- Colorize smoothly while you type, delete or backspace
  + also creates handler links while you type
  + quoted strings without ending quote are colored red
  + left parens without matching right parens are colored red
  + after fetching object name for code during transparent
inspection, string is colorized
- Pasting into source field now colorizes pasted text
- Comments colorized after commenting and uncommenting
- Side effect: no insertion point "lag" while typing

Enhanced auto-completion:
- Auto-completion (clairvoyance) now faster, smoother (less screen
blink)
- This occurs in real time on keyDown rather than on the rebound
during keyUp
- Works with or without Colorize While Typing

Enhanced commenting:
- If the last line of a selection has no words in it, it will not be
commented/uncommented
- This is my favorite enhancement...been waiting for this for years

Fixes:
- Commenting entire handler no longer removes empty line after  
handler

- Quiting tRev with a dirty tab no longer asks twice if it's ok
- Stacks updating in browser more dependably

Best,

Jerry Daniels

Buy tRev during your 7 day free trial and get 20% off:
http://reveditor.com/tag/shouldiswitch

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription

preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution