Skip to content

feature request: enable to load .h and .c files (from arbitrary libs) into Arduino IDE #6370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tofrnr opened this issue Jun 11, 2017 · 3 comments
Labels
Type: Duplicate Another item already exists for this topic

Comments

@tofrnr
Copy link

tofrnr commented Jun 11, 2017

feature request:
enable to load .h and .c files (from arbitrary /proprietary libs ) into the Arduino IDE
When designing, creating, and reworking libs for a current project it's extremely cumbersome to use external editors and the Arduino edtor side by side.
Instead, it shoud be possible to open the .h and .c files in extra tabs additionally to the tab for the current .ino main file.

@per1234
Copy link
Collaborator

per1234 commented Jun 11, 2017

Duplicate of #3512

From https://github.com/arduino/Arduino/blob/master/CONTRIBUTING.md#1-before-using-the-issue-tracker:

But check the following boxes before posting an issue:
...

  • Your issue is not a duplicate. So search for similar open and closed issues and pull-requests.

@facchinm facchinm added the Type: Duplicate Another item already exists for this topic label Jun 12, 2017
@tofrnr
Copy link
Author

tofrnr commented Jun 12, 2017

I don't care if it's a duplicate or not, it's finally not resolved, and BTW, it's not even a duplicate actually (see below!)

@tofrnr
Copy link
Author

tofrnr commented Jun 13, 2017

as stated elsewhere:
editing entire libraries is not my intention but just opening arbitrary .c and .h files (even if part of a Arduino "library", or even if not), and so I would search for "open .c and .h files", not "editing libraries" to check if such a topic would already exist or not.

Apart from that "editing libraries" is misleading as libraries actually are .so and .a files in C. So I never would come to the idea to search for "edit libraries" to see if one ever wanted to load a .c or a .h file into an extra IDE tab.

To clarify:
It must be possible to open such standard C files from where ever they may come (e.g., mostly from other library code but optionally also from other C, C++, or ino sources ), then to store the files as .c or .h files at a different place and then #include them into proprietary .ino code. I do not want to create entire "libraries", and I do not want to edit entire existing libraries, neither in the sense of standard C (.so, .a) nor of the way how Arduino constructs them out of other files in proprietary subdirectories plus extra properties and keywords files.

In that respect my intention is perhaps an extremely small subset of "editing libaries" which is actually out of my scope, and so I did not search for "edit libraries" before posting this and OTOH "load .h and .c files into Arduino IDE" does not match to any different existing and still opened and still unresolved topic.

So after all, THIS IS NOT A DUPLICATE of the referenced topic #3512 !!

@arduino arduino locked and limited conversation to collaborators Jun 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

3 participants