Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] getString constants

> 
> Hi (Repost as subscriber)
> 
> I'm trying to add a new debugger and started by copying cdt.debug.mi.*
> and using it as template. There is something I couldn't find out. Where
> are the strings stored when they are get like this:
> 
> tabItem.setText( MIUIMessages.getString( "GDBDebuggerPage.2" ) ); //$NON-NLS-1$
> 
> I couldn't find anywhere a list of strings or a resource file or so.
> 

In the same package folder of the class MIUIMessages.java, you will fine
	MIUIMessages.properties

  src/org/eclipse/cdt/debug/mi/internal/ui/MIUIMessages.properties




Back to the top