Skip to main content



      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 18:35
Eclipse UserFriend
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 18:58] by Moderator

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


Current Time: Tue Jun 24 10:23:05 EDT 2025

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

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

Back to the top