Skip to content
Snippets Groups Projects
Commit 7d0ab61f authored by Anian Bühler's avatar Anian Bühler
Browse files

minor changes

parent 08329632
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,6 @@ public class Context
{
saveFile.createNewFile();
}
//TODO: change to Unicode?!?
FileOutputStream fos = new FileOutputStream(saveFile, false);
fos.write(saveString.getBytes("UTF8"));
fos.flush();
......
......@@ -516,10 +516,9 @@ public class OpenblocksFrame extends JFrame
//bottomPanel.add(blockreferenceButton);
bottomPanel.add(Box.createRigidArea(new Dimension(10, 0))); //std value 30,0
bottomPanel.add(saveImageButton);
//TODO: TEST
bottomPanel.add(saveDefaultButton);
bottomPanel.add(modeBasicButton);
bottomPanel.add(modeProButton);
bottomPanel.add(modeSimButton);
bottomPanel.add(Box.createRigidArea(new Dimension(10, 0))); //std value 30,0
bottomPanel.add(zoomSlider);
......@@ -530,9 +529,8 @@ public class OpenblocksFrame extends JFrame
bottomPanel.add(copyButton);
bottomPanel.add(pasteButton);
bottomPanel.add(Box.createRigidArea(new Dimension(10, 0))); //std value 30,0
bottomPanel.add(modeBasicButton);
bottomPanel.add(modeProButton);
bottomPanel.add(modeSimButton);
bottomPanel.add(saveImageButton);
bottomPanel.add(saveDefaultButton);
bottomPanel.add(Box.createRigidArea(new Dimension(10, 0))); //std value 30,0
bottomPanel.add(versionLabel);
bottomPanel.add(Box.createRigidArea(new Dimension(10, 0))); //std value 30,0
......
......@@ -25,7 +25,7 @@ ardublock.ui.delete_comment=Delete Comment
ardublock.ui.organize_blocks=Organize all blocks
ardublock.ui.create_refer=create reference
ardublock.ui.website=letsgoING Project
ardublock.ui.website.domain=https://letsgoing.de
ardublock.ui.website.domain=https://letsgoing.org
ardublock.ui.website.tooltip=goto letsgoING project-page
ardublock.ui.lmssite=Online LMS
ardublock.ui.lmssite.domain=moodle.letsgoing.org
......@@ -68,7 +68,7 @@ ardublock.ui.simulatorHelp.tooltip=About the letsgoING-simulator
ardublock.ui.simulatorHelp.title=About the letsgoING-simulator
ardublock.ui.simulatorHelp.text=
ardublock.ui.version=v2.2 beta2
ardublock.ui.version=v2.2 beta3
ardublock.ui.appprefix.standard=
ardublock.ui.appprefix.pro=Pro
......
......@@ -25,7 +25,7 @@ ardublock.ui.delete_comment=Kommentar l
ardublock.ui.organize_blocks=Alle Blcke neu anordnen
ardublock.ui.create_refer=Verweis erstellen
ardublock.ui.website=letsgoING Projekt
ardublock.ui.website.domain=https://letsgoing.de
ardublock.ui.website.domain=https://letsgoing.org
ardublock.ui.website.tooltip=ffnet die letsgoING-Homepage
ardublock.ui.lmssite=Online Lernen
ardublock.ui.lmssite.domain=moodle.letsgoing.org
......@@ -70,7 +70,7 @@ ardublock.ui.simulatorHelp.tooltip=Infos zum letsgoING-Simulator
ardublock.ui.simulatorHelp.title=Infos zum letsgoING-Simulator
ardublock.ui.simulatorHelp.text=TASTER\n**********************\nlinke Maustaste -> Taster-Funktion\nrechte oder mittlere Maustaste -> Schalterfunktion (bleibt aktiv)\n\n\n\nPOTI\n**********************\nSlider ziehen oder mit Mausrad verstellen (Mauszeiger ber Slider)\n\n\nSERIALMONITOR\n**********************\nHier werden die Nachrichten vom "Serial.Print"-Block ausgegeben\nAutoscroll:\n an -> neueste Nachrichten werden angezeigt\n aus -> Ausgabe kann manuell ausgewhlt werden\nReset SerialMonitor: bisherige Ausgabe wird gelscht\n\n\n\RESET ARDUINO\n**********************\nTaster startet das Programm neu\n\n\n\ONBOARD LED\n**********************\nLED kann ber Pin13 angesteuert werden
ardublock.ui.version=v2.2 beta2
ardublock.ui.version=v2.2 beta3
ardublock.ui.appprefix.standard=
ardublock.ui.appprefix.pro=Pro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment