Ticket #4098 (closed enhancement: fixed)
[has-patch] Add arduino .ino file extension to those recognized by the C++ syntax highlighter
Reported by: | purdeaandrei | Owned by: | andrew_b |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.25 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: | committed-master |
Description
.ino is used by the Arduino IDE, and a number of other IDEs, and it's effectively the same thing as a c++ source file, but with some added magic, such as auto-generated function prototypes.
Attachments
Change History
Changed 4 years ago by purdeaandrei
- Attachment 0001-Add-the-.ino-extension-to-the-list-of-extensions-rec.patch added
comment:1 Changed 4 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Milestone changed from Future Releases to 4.8.25
comment:2 Changed 4 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset set to committed-master
- Resolution set to fixed
Thanks!
Applied as [1f4b5ae3962729b6fa5998a9ee02c5b9da88cfe0].
Note: See
TracTickets for help on using
tickets.
patch