Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Package fragment replace


Martin,

the pattern may contain exactly one number. This number indicates how many characters are used for each (but the last) package name fragment. The tool tip tries to give some hint.

For example the pattern
"1*." would result in: x*.d*.p*.m*.submodule
"1." would result in: x.d.p.m.submodule
"0" would result in: submodule

Dani



Martin Möbius <m.moebius@xxxxxx>
Sent by: jdt-ui-dev-admin@xxxxxxxxxxx

01/17/02 12:04 PM
Please respond to jdt-ui-dev

       
        To:        jdt-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        [jdt-ui-dev] Package fragment replace


I played with Replace package name fragments. Not yet really helpfull.
(perhaps i'm missing something).
Better would be an option to replace the leading part of the package name
with a string.
Example:

original package
xx.domain.project.module.submodule

could be presented as
_._._.module.submodule

or even shorter
..module.submodule

At the moment it's (preferences _.)
_._._._.submodule

any thoughts?

--
martin

_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev



Back to the top