質問

There is a .properties file containing many name-value pairs, separated by "=". Is there any standard way in FinalBuilder to update the value of some properties?

役に立ちましたか?

解決

It is possible by using "Text Find/Replace" action and its wildcard feature. Just replace:

 <propertyname>=*

with

 <propertyname>=<YourDesiredProperty>
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top