Build Your Kit page and full Micromelon website

Complete website build including:
- Build Your Kit store page with cart system, sectioned layout
  (Hardware, Software, Attachments, Spare Parts), inline quote
  request form, and sticky sidebar summary
- 16+ pages: Education, Platform, Resources, News, About Us,
  Download, Contact, Rover, Code Editor, Robot Simulator, etc.
- 89+ MDX resource articles and 18 news posts
- Store product images scraped from micromelon.com.au
- Quote request API route with Airtable integration
- Dynamic back links and cover photos on resource pages
- Redesigned downloads page
- Fixed corrupted MDX code blocks
This commit is contained in:
Tim Hadwen
2026-02-28 19:00:42 +10:00
parent 5233233662
commit 707c49dd3f
320 changed files with 22333 additions and 107 deletions

View File

@@ -0,0 +1,30 @@
---
title: "Micromelon Code Editor 2.6.0"
date: "2022-08-01"
categories: ["News & Updates", "All"]
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.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/228191ca-573e-44ca-adc4-06a666cfd5d9/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.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/e6cb93c4-ed04-4c29-afca-40764af280bf/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.