You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/harctoolbox/irscrutinizer/HelpTexts.java
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -115,17 +115,10 @@ class HelpTexts {
115
115
+ "The Export button initiates an export to a file format selected by the Export pane. The three lower buttons transfer the signal(s) to the scrutinize signal panel, the raw remote table, or the parameterized panel.\n\n"
116
116
+ "For the export and the transfer to the \"scrutinize remote\" tables, not only a single parameter value can be selected, but whole sets. The complete syntax and semantics is given in the IrpMaster documentation. Here we just mention that e.g. 12:34 means all numbers between 12 and 34, and * denotes all possible values.";
117
117
118
-
@SuppressWarnings("PackageVisibleField")
119
-
publicstaticStringimportControlTowerHelp
120
-
= "<html>The support for the Control Tower Data base is limited. It can be used for browsing the data base "
121
-
+ "for devices and the contained commands, but it cannot retreive the very codes of the commands. "
122
-
+ "For this, <a href=\"http://irdb.globalcache.com\">login there</a>, and have the codes emailed. "
123
-
+ "The received email can be parsed by Import -> Raw; use Name col. = 1 and Raw signal col. = 3 (or 2), Field separator \", (comma)\"."
124
-
+ "<p>Please observe the <a href=\"https://www.globalcache.com/files/docs/CT_tos_ver1.pdf\">Terms of service</a>.</p></html>";
125
-
126
118
@SuppressWarnings("PackageVisibleField")
127
119
publicstaticStringremoteLocatorHelp
128
-
= "FIXME: To use the IRDB data base, select, in order, a manufacturer, a device type, and a protocol/parameter combination, the latter possibly by trial-and-error.\n\n"
120
+
= "To use the RemoteLocator, select, in order, a manufacturer, a device type,"
121
+
+ " and a model (or, in the case of IRDB,aprotocol/parameter combination), possibly by trial-and-error.\n\n"
129
122
+ "Pressing the \"Load all\" button transfers all present protocol/parameters combinations to the tree.\n\n"
130
123
+ "When pressing the \"Load\" button, " + treeHelp;
0 commit comments