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

Plugin is no longer available in the Eclipse Marketplace #48

Closed
PhilippSchick opened this issue Jan 4, 2023 · 4 comments
Closed

Plugin is no longer available in the Eclipse Marketplace #48

PhilippSchick opened this issue Jan 4, 2023 · 4 comments

Comments

@PhilippSchick
Copy link

It looks like the plugin has been temporarily removed from the Eclipse Marketplace because the install page only uses HTTP and not HTTPS. For more informations see https://gitlab.eclipse.org/eclipsefdn/security/public-tasks/-/issues/1

@Rasmus-Fink
Copy link

Any news on this? We cannot use the plugin as company policy dictates HTTPS.
It it possible for you to add https to http://www.zhanwei.wang/CppStyle/update?
//Fink

@ChristianStadelmann
Copy link

ChristianStadelmann commented Feb 13, 2023

Workaround:

  1. Clone this git repository to your local computer, e.g. to D:\OpenSource\CppStyle
  2. Check out the gh-pages branch by executing git checkout gh-pages in that folder
  3. In Eclipse, open Help → Install new Software → Add….
    • Give it any name.
    • For Location, you need to construct the path like this: Take the path from above, prefix it with file: and add the sub-folder oxygen. Example: file:D:\OpenSource\CppStyle\oxygen
  4. After loading the data, check CppStyle and click Finish.

@MegaJules3000
Copy link

MegaJules3000 commented Jun 16, 2023

There is a work around that seems to work for CCS (TI Code Compose Studio) under Windows. Maybe works for other Eclipse environments.

First download and install LLVM
https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/LLVM-16.0.0-win64.exe

Install CppStyle

  1. Startup up CCS
  2. Go to Help Menu ->Install New Software, enter http://www.cppstyle.com/update/ in the “Work with” field, press enter.
  3. Select the CppStyle check box.
  4. Click next.
  5. Click finish on the next screen.
    (Note - I found the process failed after step 5 with unable to find artifacts errors the first time, but if you do it again from step 2 CppStyle installs)
  6. All CCS to restart.

Configuring CppStyle

  1. When CCS restarts go to the Window Menu->Preferences
  2. At the bottom click “Show advances settings”
  3. In the search bar at top left enter cppstyle
  4. Select the CppStyle option.
  5. Clang-format path set to C:\Program Files\LLVM\bin\clang-format.exe
  6. Cpplint path set to C:\Program Files\LLVM\bin\clang-tidy.exe
  7. Set the checkboxes as desired.

@wangzw
Copy link
Owner

wangzw commented Jan 22, 2024

Back online

@wangzw wangzw closed this as completed Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants