You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Mac OSX) Improve Quick look and syntax highlighting under OSX
An exported UTI declaration means that the type is available for use by all other parties.
By adding an this declaration for ino files, it allows Quick Look to display file content and
external editors (like Xcode) to automatically syntax highlight .ino files as C++
Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ ARDUINO 1.5.9
5
5
* Sketch build process: fixed full rebuild on windows even if not needed
6
6
* Sketch build process: core.a rebuild only if needed (Matthijs Kooijman)
7
7
* Updated AStyle formatter to v2.04: http://astyle.sourceforge.net/notes.html
8
+
* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the content of the file and external editors to syntax highlight as C++ (Matt Lloyd)
8
9
9
10
[core]
10
11
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
0 commit comments