We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9fe0c commit a0dbc82Copy full SHA for a0dbc82
it.baeyens.arduino.monitor/src/it/baeyens/arduino/monitor/views/SerialMonitor.java
@@ -194,6 +194,8 @@ public Object[] getElements(Object inputElement) {
194
mySendPostFix.getControl().setLayoutData(theGriddata);
195
mySendPostFix.setContentProvider(new ArrayContentProvider());
196
mySendPostFix.setLabelProvider(new LabelProvider());
197
+ // TODO remove the comment line below
198
+ // just add a line to make jenkins publis
199
mySendPostFix.setInput(Common.listLineEndings());
200
mySendPostFix.getCombo().select(ArduinoInstancePreferences.GetLastUsedSerialLineEnd());
201
0 commit comments