VcsVFSListener

What is the format of the templates that are returned by:

protected String getSingleFileAddPromptTemplate()

and

protected String getSingleFileDeletePromptTemplate()

0
Avatar
Permanently deleted user

Hello Jens,

What is the format of the templates that are returned by:

protected String getSingleFileAddPromptTemplate()

and

protected String getSingleFileDeletePromptTemplate()


You can find examples of their usage in the Perforce plugin. These are essentially
MessageFormat strings where is replaced with the name of the added or
deleted file.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。