Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Text editor
Text editor [message #462775] Wed, 31 January 2007 23:10 Go to next message
Eclipse UserFriend
Originally posted by: katty.y.gmail.com

Hi ,

I have just come to know about text editor which is there in preference
page of eclipse .All i want to do is to view a text in that editor with my
preferred settings.like When ever letters like A or Z appears they shud be
highlighted in green .B or D shud be highlighted in yellowand so on..!I
have seen some syntax highlighting feature but that is predefined and not
configurable..!

Can any one help me out in this..?

Thanks in advance
Katty
Re: Text editor [message #462916 is a reply to message #462775] Fri, 02 February 2007 05:16 Go to previous messageGo to next message
Eclipse UserFriend
katty wrote:

> Hi ,
>
> I have just come to know about text editor which is there in
> preference page of eclipse .All i want to do is to view a text in that
> editor with my preferred settings.like When ever letters like A or Z
> appears they shud be highlighted in green .B or D shud be highlighted
> in yellowand so on..!I have seen some syntax highlighting feature but
> that is predefined and not configurable..!

User defined regex pattern based coloring isn't currently available in
Eclipse.

Dani

>
> Can any one help me out in this..?
>
> Thanks in advance
> Katty
>
Re: Text editor [message #463077 is a reply to message #462916] Tue, 06 February 2007 00:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: katty.y.gmail.com

That implies i have to handle it myself..!

Do eclipse supports partitioning of text ..?

I mean can we format the text in to required rows,columns,and paragraphs..?
Re: Text editor [message #463332 is a reply to message #463077] Thu, 08 February 2007 06:54 Go to previous messageGo to next message
Eclipse UserFriend
katty wrote:

> That implies i have to handle it myself..!
>
> Do eclipse supports partitioning of text ..?
>
> I mean can we format the text in to required rows,columns,and
> paragraphs..?
>
You can partition the text as you like and register different
functionality on the different partitions. Note however, that the editor
does not have a column mode.

Dani
Re: Text editor [message #463336 is a reply to message #463332] Thu, 08 February 2007 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: katty.y.gmail.com

I have no idea how to start with those partitions and stuff!

can u throw some light on it..!A snippet will be much more appreciated!
Re: Text editor [message #463358 is a reply to message #463336] Thu, 08 February 2007 14:47 Go to previous messageGo to next message
Eclipse UserFriend
katty wrote:

>
> I have no idea how to start with those partitions and stuff!
>
> can u throw some light on it..!A snippet will be much more appreciated!
>
What exactly do you want to achieve?

Dani
Re: Text editor [message #463362 is a reply to message #463358] Fri, 09 February 2007 02:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: katty.y.gmail.com

All i want is to divide the text in to user defined paragraphs where each
paragraph has some user defined rows,and columns and where each column has
user defined characters
Re: Text editor [message #463366 is a reply to message #463362] Fri, 09 February 2007 03:17 Go to previous messageGo to next message
Eclipse UserFriend
katty wrote:

> All i want is to divide the text in to user defined paragraphs where
> each paragraph has some user defined rows,and columns and where each
> column has user defined characters
>
Take a look at the material on the Platform Text page:
http://www.eclipse.org/eclipse/platform-text/development/dev .php,
especially the tutorial.

Dani
Re: Text editor [message #463518 is a reply to message #463366] Tue, 13 February 2007 02:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: katty.y.gmail.com

Thanks daniel for the tutorials!

But in that i couldnt find any info regarding formatting the document.
Re: Text editor [message #463664 is a reply to message #463518] Wed, 14 February 2007 03:48 Go to previous message
Eclipse UserFriend
katty wrote:

>
> Thanks daniel for the tutorials!
>
> But in that i couldnt find any info regarding formatting the document.

I didn't claim that ;-) but it explains how to partition a document and
color it plus it gives a good introduction.

Dani
Previous Topic:Undo/Redo facility
Next Topic:Integrate log4j in standalone-RCP-Application
Goto Forum:
  


Current Time: Mon Mar 17 02:03:09 EDT 2025

Powered by FUDForum. Page generated in 0.03678 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top