Files
micromelon-website/content/resources/micromelon-code-editor-260.mdx
Tim Hadwen 1f8c46597b Site audit: fix broken images, add activity metadata, clean up content
- Remove broken image references from 25 MDX files (deleted spacer/content images)
- Add codingSkills and roverConcepts frontmatter to 24 activity pages
- Fix "Activity Demonstration" headings in 15 activity files (plain text -> h3)
- Remove unused "All" category from 89 MDX files
- Decode HTML entities (> <  ) in 9 content files
- Escape bare < > characters in MDX to fix build errors
- Standardize contact email to contact@micromelon.com.au
- Add missing description to rover-repair-request metadata
- Include previous session work: about-us updates, difficulty filtering,
  LearningPathway component, expanded schools list, new product/resource images

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:49:15 +10:00

31 lines
2.9 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Micromelon Code Editor 2.6.0"
date: "2022-08-01"
categories: ["News & Updates"]
tags: []
excerpt: "Micromelon Code Editor 2.6.0 was released on the 2nd August 2022 Here at Micromelon we are continually making changes and improvements to all our product lines, including hardware and software. Previously the best place to find out about these update"
featuredImage: "/images/resources/micromelon-code-editor-260.png"
---
Micromelon Code Editor 2.6.0 was released on the 2nd August 2022
Here at Micromelon we are continually making changes and improvements to all our product lines, including hardware and software. Previously the best place to find out about these updates was the “Whats new” section within the Code Editor software itself. Going forward we will be writing up our changes and communicating them in blog style here on the resources page of the website. Well also offer sneak peeks at things that might be changing and coming soon. So lets get to it, whats new in Code Editor version 2.6.0.
**Create New Project**
The first change that weve made is to encourage students to name their projects in ways that make code easy to find. We still randomise project names as an option, but prompt when new projects are created if the student should change their project name to what they are working on. This also helps them set an intent on what theyll be working on for the next little while.
![](/images/content/5c716d-screen-shot-2022-06-02-at-4.35.40-pm.jpg)
**Project Explorer**
The biggest change weve made this time around is the addition of the Project Explorer on the left hand side of the code editor. After working with students for a few months at a time, we found that students would end up with too many projects to easily navigate in the top tab bar. With the project explorer, projects can now be closed and therefore only have the projects youre currently working on active in the tab bar.
For teachers, this also means student projects can be viewed at the bottom of the Project Explorer, with the “Class Folders” tab. Each class you belong to is shown here and each students work can be selected for viewing, without needing to enter the Teacher Dashboard to select students. We find this to be a much better way to navigate through student projects, during marking or just checking in on progress through sessions. Its also a really great way to show the class students interesting code and new ways to solve problems.
Once youre done with all the tabs youve got open, you can easily close them all by pressing the “Close all open tabs” button in the project explorer next to Open Tabs. You can also open and close the project explorer at any time.
![](/images/content/71bc9a-screen-shot-2022-06-02-at-4.38.47-pm.png)
And thats it for now! To get the latest version, jump into the Code Editor and click File -> Check for Updates or on Mac click Micromelon IDE -> Check for updates.