[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Extract file contents as variable for external tool

Hello!

I have written some command line tools for a PHP project. They expect a class name as an argument. It it possible to extract text (preferably with a regular expression) from the currently opened resource (PHP file) and use this text as a variable in the argument dialog for external tools?

I have some basic knowledge in Java, but I' maily a PHP programmer.

Gabriel