Skip to content

Removed reference for retired Edison and Galileo boards #9627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions app/src/processing/app/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -1146,34 +1146,6 @@ private JMenu buildHelpMenu() {

menu.addSeparator();

item = new JMenuItem(tr("Galileo Help"));
item.setEnabled(false);
menu.add(item);

item = new JMenuItem(tr("Getting Started"));
item.addActionListener(event -> Base.showReference("reference/Galileo_help_files", "ArduinoIDE_guide_galileo"));
menu.add(item);

item = new JMenuItem(tr("Troubleshooting"));
item.addActionListener(event -> Base.showReference("reference/Galileo_help_files", "Guide_Troubleshooting_Galileo"));
menu.add(item);

menu.addSeparator();

item = new JMenuItem(tr("Edison Help"));
item.setEnabled(false);
menu.add(item);

item = new JMenuItem(tr("Getting Started"));
item.addActionListener(event -> Base.showReference("reference/Edison_help_files", "ArduinoIDE_guide_edison"));
menu.add(item);

item = new JMenuItem(tr("Troubleshooting"));
item.addActionListener(event -> Base.showReference("reference/Edison_help_files", "Guide_Troubleshooting_Edison"));
menu.add(item);

menu.addSeparator();

item = newJMenuItemShift(tr("Find in Reference"), 'F');
item.addActionListener(event -> handleFindReference(event));
menu.add(item);
Expand Down
16 changes: 0 additions & 16 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,22 +233,6 @@
<param name="final_folder" value="${target.path}/reference/www.arduino.cc" />
<param name="dest_folder" value="${target.path}/reference/" />
</antcall>
<antcall target="unzip">
<param name="archive_file" value="shared/Galileo_help_files-1.6.2.zip" />
<param name="archive_url" value="https://downloads.arduino.cc/Galileo_help_files-1.6.2.zip" />
<param name="final_folder" value="${target.path}/reference/Galileo_help_files" />
<param name="dest_folder" value="${target.path}/reference/" />
</antcall>
<antcall target="unzip">
<param name="archive_file" value="shared/Edison_help_files-1.6.2.zip" />
<param name="archive_url" value="https://downloads.arduino.cc/Edison_help_files-1.6.2.zip" />
<param name="final_folder" value="${target.path}/reference/Edison_help_files" />
<param name="dest_folder" value="${target.path}/reference/" />
</antcall>

<!-- Fix wrong permissions from zip file root folder -->
<chmod perm="755" dir="${target.path}/reference/Galileo_help_files" />
<chmod perm="755" dir="${target.path}/reference/Edison_help_files" />
</target>

<!-- copy library folder -->
Expand Down
1 change: 0 additions & 1 deletion build/shared/Edison_help_files-1.6.2.zip.sha

This file was deleted.

1 change: 0 additions & 1 deletion build/shared/Galileo_help_files-1.6.2.zip.sha

This file was deleted.