Skip to content
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

c-c++ Layer needs improvement #7628

Closed
psamim opened this issue Nov 2, 2016 · 2 comments
Closed

c-c++ Layer needs improvement #7628

psamim opened this issue Nov 2, 2016 · 2 comments
Labels
- Mailling list - C/C++ Feature request PR pending stale marked as a stale issue/pr (usually by a bot)

Comments

@psamim
Copy link

psamim commented Nov 2, 2016

Hi,

I am using Spacemacs for 6 months now, today I started using c-c++ layer for the first time. I feel it needs major improvements. It needs some major mode key bindings (SPC m) for

  • Compile/debug of one file
  • Compile/debug of project (using projectile)
  • clang-format (buffer/file) (SPC m =) (fixed in develop branch)
  • Refer to gtags layer in README

Thanks


Edit:

  • syl20bnr on 19th December 2017 Strikethrough "clang-format (buffer/file) (SPC m =)"
@TheBB
Copy link
Collaborator

TheBB commented Nov 2, 2016

Compile/debug of project (using projectile)

SPC c c. See also #7187

Compile/debug of one file

In C/C++ this typically doesn't make sense, but you can do it with SPC c c if you use a build system that lets you do it.

clang-format (buffer/file) (SPC m =)

PR welcome.

Refer to gtags layer in README

PR welcome. See also #2834

delaanthonio added a commit to delaanthonio/spacemacs that referenced this issue Aug 1, 2017
Solve part of syl20bnr#7628. Additionally, syl20bnr#7629 is no longer needed.

Add support for formatting lines, functions, and buffers with clang-format. Each
function produces a clear message on success.

The README was updated to reflect the usage of the new key bindings. References
to binding clang-format to the tab key were removed.
delaanthonio added a commit to delaanthonio/spacemacs that referenced this issue Oct 8, 2017
Solve part of syl20bnr#7628. Additionally, syl20bnr#7629 is no longer needed.

Add support for formatting lines, functions, and buffers with clang-format. Each
function produces a clear message on success.

The README was updated to reflect the usage of the new key bindings. References
to binding clang-format to the tab key were removed.
delaanthonio added a commit to delaanthonio/spacemacs that referenced this issue Oct 11, 2017
Solve part of syl20bnr#7628. Additionally, syl20bnr#7629 is no longer needed.

Add support for formatting lines, functions, and buffers with clang-format. Each
function produces a clear message on success.

The README was updated to reflect the usage of the new key bindings. References
to binding clang-format to the tab key were removed.
syl20bnr pushed a commit that referenced this issue Dec 19, 2017
Solve part of #7628. Additionally, #7629 is no longer needed.

Add support for formatting lines, functions, and buffers with clang-format. Each
function produces a clear message on success.

The README was updated to reflect the usage of the new key bindings. References
to binding clang-format to the tab key were removed.
buckarooch pushed a commit to profilech/.emacs.d that referenced this issue May 19, 2018
Solve part of syl20bnr#7628. Additionally, syl20bnr#7629 is no longer needed.

Add support for formatting lines, functions, and buffers with clang-format. Each
function produces a clear message on success.

The README was updated to reflect the usage of the new key bindings. References
to binding clang-format to the tab key were removed.
CodingSolo pushed a commit to CodingSolo/spacemacs that referenced this issue Oct 29, 2018
Solve part of syl20bnr#7628. Additionally, syl20bnr#7629 is no longer needed.

Add support for formatting lines, functions, and buffers with clang-format. Each
function produces a clear message on success.

The README was updated to reflect the usage of the new key bindings. References
to binding clang-format to the tab key were removed.
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Mailling list - C/C++ Feature request PR pending stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

2 participants