Indent Guide plugin is not available anymore for Eclipse Photon 2018? - eclipse

Is there a new plugin for guide Indention in Eclipse ?
As we know, this link from Github https://sschaef.github.io/IndentGuide/update provides us Indention Guide for Eclipse but it doesn't work anymore.
Question is : Is there a new plugin for guide Indention in Eclipse ?

There is a fork of the initial plugin available here: https://marketplace.eclipse.org/content/indent-guide.
If you don't find it in the Eclipse plugin manager, one other way to install it is to drag and drop the "Install" button into your Eclipse window.
Tested on Eclipse 2019-09 (4.13) and it is working.

A quick Google search reveals there is no obvious replacement plugin available. However, a fork of the original Git repository for the IndentGuide plugin has been upload to Github.
https://github.com/kiritsuku/IndentGuide

Related

How to run and debug apps script projects in Eclipse Oxygen

After the Google Plugin for Eclipse has been deprecated the options are to install Cloud Tools for Eclipse and/or the GWT Eclipse Plugin:
Developing Apps Script Projects in Eclipse
I have installed both as recommended in Eclipse Oxygen but now I couldn't find a way to import Apps Script Projects from Google Drive.
Is this still possible or has been removed as a possibility?
If it's possible is there any documentation on how to do it?
Don't use the plugin by Google.
Use the one from branflake instead : https://github.com/gwt-plugins/gwt-eclipse-plugin
On the github page there are links to excellent video tutorials of how to use this plugin : https://www.youtube.com/watch?v=DU7ZQVLR5Zo&list=PLBbgqtDgdc_TqzA-qXrjgTFMC_6DKAQyT
Installation is done by simply clicking the install button on the github page under the "Marketplace" header.

Velocity editor plugin for Eclipse Luna

I was searching for a Velocity editor plugin for Eclipse Luna but I could not find any. I found couple of editor plugins like:
Veloeclipse
Velocity Editor
Veloedit <--------------- This is now working on Luna 4.4.1!
QIQU
Velocity Web Edit
None of this worked for Eclipse Luna. Does anyone else know any other plugin for editing Velocity files in Eclipse Luna?
Thank you in advance!
You can install support for 2.0 style plugins using Help > Install New Software.
Select the 'Eclipse Project Updates' site (http://download.eclipse.org/eclipse/updates/4.4).
You will find 'Eclipse 2.0 Style Plugin Support' in the 'Eclipse Tests, Examples and Extras' section.
Install it.
After, simply install Veloeclipse or other old "2.0 style" plugin
Veloedit worked, following the installation instructions from their github page: https://github.com/vaulttec/veloedit
Installation
Online updates are available from
https://raw.githubusercontent.com/vaulttec/veloedit/updatesite/.
Define a site bookmark in Eclipse's Update Manager view,
navigate to the update site via this bookmark and install
the Velocity UI feature.
Veloedit seems the most prominent option for file editing, but it has installation problems currently. More information about the current status in active SourceForge bug.
I can confirm that installing 'Eclipse 2.0 Style Plugin Support' made the plugin work in Eclipse Luna. Thanks.

Using the Eclipse Marketplace on Aptana Studio 3

I'm currently trying out Aptana Studio 3 for PHP development (I'm pretty new to all these), and I've stumbled upon a problem. I've noticed Eclipse has a Marketplace that hosts a wide variety of plugins, and I'd like to install one that helps me for version control.
However, I can't find the Eclipse Marketplace dialog under Aptana. Is there anybody out there who's done this before (installing Eclipse Marketplace stuff in Aptana)?
Also, this is a little out-of-topic but I'd like to use Java.net as the place where I'll be storing my repository. To my knowledge, NetBeans has a built-in support for Java.net; is there anything similar for Eclipse/Aptana Studio?
EDIT: If it helps, I installed Aptana Studio as a standalone version, and not as a plugin on Eclipse.
Try Help / Install New Software, and click on the Available Software Sites link. You'll probably have the eclipse Helios release directory in the list, just check it to activate it. A lot of third-party packages have their own release sites, you can add them in the same dialog.

Eclipse Marketplace not showing up (missing) on 3.7 Indigo

I installed the Eclipse Marketplace via http://download.eclipse.org/mpc/indigo/ and Help>Install New Software... and it's not showing up under the help menu as expected after a complete reboot and I can't seem to find anyone else who is having this problem?
What led me to installing the Eclipse Marketplace in the first place was my attempt to install Eclipse Color Themes (http://eclipse-color-theme.github.com/update/). Eclipse Color Themes did not appear where indicated in it's documentation either so I thought I would attempt installing through the marketplace but I think I may have a larger plug-in related issue however plug-ins like Aptana and other misc. custom plug-ins installed correctly.
I'm running Eclipse on Windows 7 64-bit if that's of any help as well.
I had same problem.
I add http://download.eclipse.org/releases/indigo repo and install MPC and Maven.
I tried #d_pilot's answer which didn't work but found the repo at http://download.eclipse.org/mpc/indigo/
You should be able to change the /mpc/(version)/ to get whatever you want from there, which is nice for all the other eclipse classic versions.
more current link: http://www.eclipse.org/mpc/archive.php
To add some Google search terms:
I had this issue when installing via Ubuntu apt-get package management and ransom bot's answer worked for me.

Egit plugin file download

We want to integrate EGIT plugin to our current eclipse android project. But could not able to get such plugin software from "http://download.eclipse.org/egit/updates/" and also not found any other download site for getting software any way. I need urgent to start working with EGIT plugin to manage the project between our team member. Please suggest how to get EGIT plugin asap.Thanks in advance for help / answer.
Below is the url for git for eclipse:
"Eclipse EGit updates - latest release - Composite P2 Repository" - http://www.jgit.org/updates
In your Eclipse IDE, go to Help>Install New Software
and add this link to the "work with:" form and click add. then click next until finished
http://download.eclipse.org/egit/updates-2.3
then follow the instructions here
http://wangpidong.blogspot.com.es/2012/05/how-to-use-bitbucket-with-egit-in.html
hope this helps you. :)