ARM-software / cmsis-pack-eclipse

CMSIS-Pack Eclipse Plug-ins
Other
66 stars 32 forks source link

Requesting changes. #69

Closed RobertCrossman closed 6 years ago

RobertCrossman commented 6 years ago

1) Manifest.mf change will allow creation of an editor in a package other than com.arm.cmsis.config 2) Parser change allows a client to control whether the dialog appears on a parser error 3) Scanner change provides a performance improvement for a client scanning 100's of header files

Change 1 allows us to create a new UI on top of the data provided by the parser. Change 2 allows us to provide a headless client which parses a folder of header files and generates a report of parsing errors. Change 3 provides an improvement which makes little difference when scanning a single header for an editor, but makes a large difference when scanning 100's of files.

edriouk commented 6 years ago

Hi Robert, Than you for the contribution. I like your changes. The request is merged Evgueni