Ticket #4098 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

[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

0001-Add-the-.ino-extension-to-the-list-of-extensions-rec.patch (982 bytes) - added by purdeaandrei 4 years ago.
patch

Change History

Changed 4 years ago by purdeaandrei

patch

comment:1 Changed 4 years ago by andrew_b

  • Status changed from new to accepted
  • Owner set to andrew_b
  • 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

comment:3 Changed 4 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.