Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Auto recognizing classname on console(recognizing a classname pattern from text)
Auto recognizing classname on console [message #485247] Thu, 10 September 2009 22:35
Ruben Bentein is currently offline Ruben BenteinFriend
Messages: 4
Registered: July 2009
Junior Member
Hi,

I noticed when you print a plain text on the System.out console in eclipse, it recognizes classnames and underlines those strings.

For example

System.out.print("org.something.foo.Bar some extra text");

will give you

org.something.foo.Bar some extra text

even if this class does not exists at all.

I find this feature very interesting. Does anyone have an idea in which class this parsing is performed ?

I see the most of the logic in org.eclipse.ui.console, but none of the patterns used are present there it seems

Thanks !

[Updated on: Thu, 10 September 2009 22:58]

Report message to a moderator

Previous Topic:No repository found. Installing mylyn plugins
Next Topic:Quickly processing large lists of new entries
Goto Forum:
  


Current Time: Thu Mar 28 17:00:51 GMT 2024

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

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

Back to the top