"WebServerToolWindowPanel.toolwindow.show.size": "false",
"git-widget-placeholder": "master",
"ignore.virus.scanning.warn.message": "true",
+ "junie.onboarding.icon.badge.shown": "true",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "D:/Works/cubist_pdf/resources/tools/fwstk",
"node.js.detected.package.eslint": "true",
<workItem from="1732556939818" duration="344000" />
<workItem from="1732557350064" duration="14000" />
<workItem from="1748349213267" duration="1488000" />
+ <workItem from="1748351552423" duration="759000" />
</task>
<task id="LOCAL-00001" summary="wip #1111 @0.5">
<created>1487172253077</created>
if (l.getDictionary().containsKey("TU") && l.getDictionary().getString("TU") != null) {
String t = l.getDictionary().getString("TU");
if (!Objects.equals(t, "")) {
+ t = t.replace("\r\n", "\n");
+ t = t.replace("\r", "\n");
+ t = t.replace("\n", "§!§");
myLink.type = 18;
myLink.to = t;
}