puzzlepaint / cide

A fast, lightweight C/C++ IDE for Linux and Windows
BSD 3-Clause "New" or "Revised" License
50 stars 12 forks source link

Discussion about possible features. #2

Open Petross404 opened 4 years ago

Petross404 commented 4 years ago

I think it's a good idea to discuss various ideas and features. So, my two cents here:

Feel free to share your concerns and your thoughts.

All the best, Petros

puzzlepaint commented 4 years ago

Thanks for your input!

Petross404 commented 4 years ago

Good to hear from you. Indeed project name setup works fine. Colour and text manipulation looks very good, although it's almost midnight and I can't test them thoroughly.

Let me know if I can help you with the mac icon with a specific branch in which you could experiment with some solutions. I would be very happy to help with code but not only my coding skills aren't sharp, it's a matter of free time too.

Last but not least, what do you think about how one could open a project after closing one. I mean, menu File -> Open seems to open a file and not parsing a project. Any ideas on this?

Other than that and in my opinion, your changes are very good and CIDE is quite customisable to fit many needs ;) Well done once again.

puzzlepaint commented 4 years ago

I think that it might be difficult to make the Mac-specific changes without being able to test them directly. So, I think it would be better if someone with a Mac would attempt to do them.

Yes, File -> Open is intended to open files as text files. For opening projects, Project -> Open project... can be used.

Petross404 commented 4 years ago

Maybe I will try to experiment with this. If I start doing so, I will open a new issue so I can get help and information.

Petross404 commented 4 years ago

Hey there, I managed to add the icon in the dock when CIDE is running but the code looks terrible like the fonts are lost.

CMake created an CIDE.app (it's basically a directory that can be ran as executable) which is the what a mac application should like. While cide.icns is located under Resources dir inside CIDE.app, I don't know where to copy the Inconsolata dir. I tried various ways but cide executable inside CIDE.app can't pick up the fonts.

It's weird because the About CIDE dialog uses just fine the fonts. Also I know that on other platforms you copy the resources dir inside CMAKE_CURRENT_BINARY_DIR in order cide executable can load the fonts. But it seems that cmake's MACOSX_BUNDLE works in a different way.

Do you have any experience on this?

Screenshot 2020-05-04 at 4 57 09 PM

puzzlepaint commented 4 years ago

Do you have any experience on this?

I have near-zero experience with Mac OS. I suspect that it should be relatively easy to Google this problem though, as it seems like this could be a common problem.

Petross404 commented 4 years ago

I will read again this in case I missed something.

ghost commented 4 years ago

What about add cppcheck as plugin?

Petross404 commented 3 years ago

It's been some time since I last wrote here and I hope you are doing well.

I was was reading about libclang support in CIDE and I was wondering if you are interested in experimenting with clangd and LSP which Kate also gained support for.

puzzlepaint commented 3 years ago

Thanks for the comment, I am well and I hope you are too.

Regarding the C/C++ support, I am very happy with the current libclang-based implementation in CIDE. But LSP seems like a potentially interesting option for the next time I would like to add support for another language.

A cppcheck integration might be interesting as well.

But currently I can only justify working on things that I directly need for my work.

ghost commented 3 years ago

But currently I can only justify working on things that I directly need for my work.

Any plans on next release? Maybe, you already has some ROADMAP.md?

Petross404 commented 3 years ago

Regarding the C/C++ support, I am very happy with the current libclang-based implementation in CIDE. But LSP seems like a potentially interesting option for the next time I would like to add support for another language.

Yeah, I remember you wrote a mail to kdevelop-devel in which you introduced CIDE and talked about keeping "two libclang translation units". Nice.

Off-topic but while fast autocomplete times are one very much wanted feature for KDevelop, I wish there were more tutorials for developing kdevelop plugins so I could implement something like a compiler-explorer inside (example). It would feature live translation to assembly as the user is coding. Sometime I hope I will undertake it using this feature.

puzzlepaint commented 3 years ago

Any plans on next release? Maybe, you already has some ROADMAP.md?

I would first like to test the recent changes for a while before making a new release.