Tag Archives: The plug-in

Installing markdown viewer 3.9 plug-in for Chrome

Download at https://github.com/simov/markdown-viewer/archive/3.9.zip. Unzip the Markdown-Viewer 3.9.zip and put the folder in place.
Open extensions in Your Chrome browser: Chrome :// Extensions /.

To install the MarkDown Viewer plug-in, open developer Mode in the upper right corner, click the Load Unzipped Extension button, and select the Markdown-Viewer directory.

Then drag the extension *.md file into the Chrome browser to view the Markdown document.

Atom live server plug-in installation

Github search plugin

copy plugin address:
The default directory is: C:\Users\14041\.atom\packages
Win +R — CMD goes to the command line.
Enter CD C:\Users\14041\.atom\packages enter the installation directory.
Enter git clone https://github.com/jas-chen/atom-server.git (where the first step of the plugin is copied), return to the car, and start to download.
once downloaded, the packages directory contains an additional atom-lie-server folder:
3. The first installation requires node. js environment configuration
. Download the official website address: node. js
.
4, install
into the directory of plug-ins: CD C:\Users\14041\ atom\packages\atom-live-server
enter: NPM install

Successful installation. Atom shows

The build report plug-in reported an error in importing unit script (BRT_ Util.cs :error CS1525: Unexpected symbol `;’, expecting `)’, or `,’)


You’ve probably used many types of plug-ins in Unity, but here’s an error that happened when you imported Unity with the BuildReport plug-in.

The error was caused by a script in the plug-in, brt_util.cs, in line 1147. After checking various materials, a solution was found:

Open this script with the MOno editor that comes with Unity4.2 and save it as a copy. Note: Select “ChineseSimplified (GBK)” in the CharacterCoding area when saving. If this cannot be found

ChineseSimplified (GBK), click “Add or Remove…” Look it up (it should be said that “ChineseSimplified (GBK)” is not available in the MONO editor in some Unity versions and you can change it

Try a Unity version of MOno, here with Unity4.2.0).



Save and then replace the project in the OK.

If any resemblance is purely coincidental,

An error occurred while collecting items to be installed

When installing p3C plug-ins in eclipse, I will not elaborate here. This is a plug-in developed by Ali’s internal code standards that can help developers better regulate the code. If necessary, it can be installed. In addition ali Java development manual you can also read, the specification of the purple code style. Okay, theme, the following error will be reported when installing the plug-in:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.aspectj.runtime.source,1.7.0.20120507134200
No repository found containing: osgi.bundle,org.eclipse.contribution.weaving.jdt.source,2.2.0.e36x-20120507-1400
No repository found containing: org.eclipse.update.feature,org.eclipse.contribution.weaving.source,2.2.0.e36x-20120507-1400
No repository found containing: osgi.bundle,org.eclipse.contribution.xref.core.source,2.2.0.e36x-20120507-1400
No repository found containing: org.eclipse.update.feature,org.eclipse.contribution.xref.source,2.2.0.e36x-20120507-1400
No repository found containing: osgi.bundle,org.eclipse.contribution.xref.ui.source,2.2.0.e36x-20120507-1400
No repository found containing: osgi.bundle,org.eclipse.net4j.jms.api,3.0.0.v20110215-1551
No repository found containing: osgi.bundle,org.springframework.roo.wrapping.protobuf-java-lite,2.3.0.0001

This is because some libraries can not connect, resulting in online installation failed, just add the url address of the library where the installation is.
The specific steps are as follows:

    click on the Windows of the Eclipse window — > Perference go to Install\update and click Available Software Sites
    3. Click Add and, after calling the name, copy the missing path in the error message.

The above errors, for example, add the following path:
name: eclipse
location:https://www.eclipse.org/ajdt/downloads/
Therefore, if you encounter similar errors later, you can first look at what library is missing, and then add the corresponding library address.