My question is essentially a copy of (Install Kite plugin in GitHub's Atom Editor) for Sublime Text 3, specifically the portable no-install version (I'm on Windows 10, but this possibly applies cross platform).
How do I install the plugin for this please?
I tried the "Add Repository" option in Sublime Text 3, with URL: https://github.com/kiteco/plugins
but this doesn't seem to have added any functionality or add Kite to my package list.
Thanks
open Preferences>Package Settings>Kite> Sublime Kite Settings - User
add
"expand_panel_on_select": true
That enabled the context dialog for me when I clicked on an import or def.
1. Demonstration
I successful install Kite to my portable Sublime Text on disk D:\.
2. Relevancy
This answer relevance at February 2018. I hope, that soon Kite plugin would be possible install simply as another Sublime Text plugins and this answer will be obsolete.
3. Installation
Download and install Kite service from home Page of Kite site.
Run installed Kite. You need always run Kite service, when you use Kite.
Download Kite Sublime Text plugin from here.
Place Kite.sublime-package archive to <path_to_your_Sublime_Text_folder>\Data\Installed Packages. For example, I add Kite.sublime-package to D:\Sublime Text 3 x64\Data\Installed Packages folder.
If you use Anaconda or any conflicted plugins, Kite will prompt you to change your settings.
4. Read more
“Custom Windows installation section” in “Managing editor integrations” article.
5. Testing environment
Windows 10 Enterprise LTSB 64-bit EN,
Sublime Text Build 3143 portable on disk D:\,
Kite 1.2018.124.0,
Sublime Text Kite plugin from https://s3-us-west-1.amazonaws.com/kite-plugin-binaries/latest/Kite.sublime-package source.
The structure they use is not natively supported by Sublime Text, because it does not load plugins from subfolders. However you can
Clone/download the repository.
In Sublime Text select Preferences > Browse Packages.... This should open a folder.
In that folder create a subfolder Kite and copy the files from the kite sublime-text folder into it.
As an alternative you can also create a symlink.
4 years later:
Clone the repo https://github.com/kiteco/KiteSublime or download and extract the latest KiteSublime
to
DRIVE:\[Sublime Path]\Data\Packages
That's it.
Related
I have set up a minecraft mod in eclipse before, only it was in 1.12.2. I installed the ´src´ forge for 1.12.2, but there is no src option for 1.14.4. I have heard that the code for minecraft was changed, so modding minecraft in 1.14.4 is different to modding 1.12.2 minecraft. Can somebody please help?
Go here: https://files.minecraftforge.net/
Click this:
You may alternatively download the recommended build. Forge for 1.14 is still under active development and some features may not be present in the recommended build.
Create a folder where you would like your workspace to live, eg workspace (I name it with the Forge version number, personally). Inside it create another folder, I name it project, but the name isn't important, just that having this extra layer will make things play nice (I will use these names in this answer only to make it clear which folder I'm talking about).
Extract the downloaded zip into the project folder
Shift-right click on the project folder and "open power shell here."
Run the two commands listed in the readme: ./gradlew genEclipseRuns and ./gradlew eclipse (note: do not do steps 4 and 5 of the readme, they are outdated)
Open eclipse, switch workspace (File -> Switch Workspace -> Other) to the workspace folder. Eclipse will restart.
File -> Import...
General -> Existing projects into workspace
Where it says "select root directory" point it at the project folder and check "search for nested projects"
Pretty much hit next until its done (or you can hit Finish right away).
This should leave you with a Package Explorer that looks like this:
Your code and assets will go inside src/main/java and src/main/resources (note that assets will contain both "assets" and "data" folders, for client-side assets and datapack assets respectively). Minecraft read-only source is available in the Project and External Dependencies group, note that many of the vanilla assets (including data packs) are found in the client-extra.jar file.
Lastly:
Find the src/main/resources/META-INF/mods.toml file
Edit as necessary with your mod ID and other information. The file is well commented.
Any further issues should be directed to the Modder Support forum.
I am running IntelliJ IDEA 2017.2.3. I installed Groovy 2.4.12 via Homebrew (OS X). When I open a Groovy source file (or a Jenkinsfile), I get the following:
Groovy SDK is not configured for module 'my-module' . . . . . Configure Groovy SDK...
Clicking "Configure Groovy SDK..." leads me to the following dialog:
I tried hitting "Create..." and selecting many different Groovy-related folders and executables, but nothing works.
How can I get IntelliJ IDEA to accept my Groovy SDK?
IntelliJ IDEA expects the standard Groovy SDK layout which is provided with the official distributions available at https://groovy.apache.org/download.html. Just download, unpack into any directory, specify this directory as the library home.
Homebrew package layout may be different, however it may have the standard layout in the libexec subdirectory in some cases. Try /usr/local/opt/groovy/libexec (use Cmd + Shift + G to navigate to it).
Another suggestion to add to this solution here described in MAC OS you can also add symbolic link in Library. This will make it easy to select it within IntelliJ:
sudo ln -s /usr/local/opt/groovy/libexec /Library/Groovy
This first answer it excellent, but not sufficient. The hidden folder in Mac blocked me one more day.
On Mac system, you can press
Cmd + Shift + G
to invoke the input dialog and input "/usr/local/opt/groovy/libexec" directly to resolve the issue that you cannot find the lib folder.
CrazyCoder gave the correct hints. But some of us use brew as our standard.
brew install groovysdk
In intellij when you get the dialog, as stated by haltTim, Cmd + Shift + G
Navigate to /usr/local/opt/groovysdk/libexec or the cellar path /usr/local/Cellar/groovysdk/???/libexec
From the main menu select File | Project Structure ⌘;.
In the Project Structure dialog, under Platform Settings, select
Global Libraries.
Image depicting the Intellij environment
Select Global Libraries, if nothing is there, click on add(+) icon at the top.
Then a small dialog box will appear, Select "from Maven", then another dialog box as shown below appears, iamge showing dialog box
Type in Groovy, then several options will pop up, select an option which has groovy:groovy-all and version 2.4.1(change version according to your need) and click ok. then apply and ok,
After this go to the same dialog box, of Configure SDK and select from drop-down.
From here I downloaded:
SciTE4AutoIt3.exe
SciTE.exe
But AutoIt Recorder is not in the tools menu. Also tried downloading AutoIt Recorder, though I could not. How to get AutoIt Recorder?
As of AutoIt v3.3.14.1 AU3Recorder is not included anymore. The only way is:
Download AutoIt v3.3.14.0.
Copy autoit-v3.3.14.0.zip\install\Extras\Au3Record to {AutoIt-Install-Dir}\Extras\Au3Record.
Start AU3Recorder:
Run {AutoIt-Install-Dir}\Extras\Au3Record\Au3Record.exe.
Or open SciTE and click Tools > AU3Recorder (Alt + F6):
Notes:
Version 3.3.14.0 has AU3Recorder.
Version 3.3.14.2 does not.
Changelog / history does not mention it.
Explained here and here.
It has been removed from the main installer from v3.3.14.1 as it triggers many AV false positives. You can find an old version here:
https://www.autoitscript.com/autoit3/files/archive/autoit/autoit-v3.3.14.0.zip
A little explanation of the rather strange link above:
If we give you a direct link to the file (or the zip file which includes it) the site gets flagged as hosting malware (yes really!) - so what you have is a link to the AutoIt archive page and the name of the zip file you need to download from it.
https://www.autoitscript.com/forum/topic/176009-where-is-au3recordexe/
It is then located in the zip file at:
.\install\Extras\Au3Record
It sounds like you might be looking for the AU3Recorder. You'll find this in one of the following paths (depending on your build), so long as you went with a full installation.
C:\Program Files\AutoIt3\Extras\Au3Record
C:\Program Files (x86)\AutoIt3\Extras\Au3Record
Install AutoIt v3 (This is the latest version as for now)
After installation:
2.1 Click Windows Start icon -> Click "AutoIt v3" -> Click "Browse Extras"
2.2 Extras folder of AutoIt will open in Windows Explorer. Click on "Au3Record" folder -> Double click on "Au3Record.exe"
AU3Record will open
Another way using AutoIt Script Editor(SciTE4AutoIt3.exe):
Download AutoIt Script Editor from https://www.autoitscript.com/site/autoit-script-editor/downloads/
Install it
After installation:
3.1 Open AutoIt Script Editor
3.2. Click Tools menu -> click AU3Recorder from context menu
I do not have access to the internet from eclipse so I can not add software using update sites. I have tried several different methods but none seems to be working.
I am using the JBoss Dev Studio version of kepler, but I figured this might be a general eclipse question.
Tried Help- Install New Software - Add... - browse to zip file and I get "could not find jar:file:/blahblahblah/jautodoc_1.10.0.zip!/" Nothing.
Tried unzipping it so we end up with eclipse/dropins/jautodoc_1.10.0/[features | plugins followed by restart. Nothing.
Tried unzipping it so we end up with eclipse/dropins/[features | plugins] followed by restart. Still nothing.
What is the definitive way to do this?
Follow these steps for Installation:
Download jautodoc_1.11.0.zip file from :
http://jautodoc.sourceforge.net/index.html#download
Unzip the jautodoc_1.11.0.zip file from the eclipse folder.
Verify the following files get copied:
Plugin folder :
net.sf.jautodoc.velocity_1.11.0.jar
net.sf.jautodoc_1.11.0.jar
Features folder :
net.sf.jautodoc.feature_1.11.0
Restart eclipse.
The JAutodoc feature should be available in Windows --> Preferences
Usage :
Select the whole file or method or attribute --> Rightclick --> Add Javadoc
Visit the following link for further info :
http://www.roseindia.net/IDE/Eclipse/jautodoc-plugin.shtml
I finally figured it out. The correct place to install the plugin and features folders is in
$ECLIPSE_HOME/studio/dropins/jautodoc
I had to create the dropins and jautodoc folders.
Perhaps it goes without saying that you can name the sub-folder containing features and plugins to whatever you want.
How do i refresh the workspace / project in notepad++ when the file-system changes ( files and folders added or removed ).
at the moment it does not keep up with the local file system and i have to re-create the project each time!! frustrating..
I followed Rechtar's suggestion.
I had a similar issue. Notepad++'s Project pane doesn't update when I change or create new files. What I ended up doing was downloading the explorer plugin through
PLUGINS > PLUGIN MANAGER > SHOW PLUGIN MANAGER
Then install the explorer plugin.
After it's installed go to PLUGINS > EXPLORER and select the explorer.
It's not really comparable to something like Eclipse's project navigation.
In Notepad++ 7.5.8, this issue has been fixed. I suggest you update your notepad++ to the latest version.
In order to do this, go to ? -> Update Notepad++ and it will automatically detect a new update package. Update Notepad++ normally.
Otherwise, you could download the update from here:
https://notepad-plus-plus.org/news/notepad-7.5.8-released.html
In case you're curious, here's the changelog for 7.5.8:
Notepad++ v7.5.8 bug-fixes:
1. Remove annoying "no update" notification.
2. Fix Folder as Workspace not updating regression.
3. Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.
4. Fixed a crash when trying to launch a secondary instance with command line arguments.
5. Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma.
Included plugins:
1. NppExport v0.2.8 (32-bit x86 only)
2. Converter 4.2.1
3. Mime Tool 2.1
4. DSpellCheck 1.3.5
Updater (Installer only):
* WinGup (for Notepad++) v5.0.2
I'm currently running version 6.3.3 of notepad ++ and instead of adding the entire project all over again, you can right-click the folder in your project that has the new file and choose: "Add files...". From there, you can select your new file and open it. This will add it to your project in the appropriate folder.
There doesn't seem to be a proper way to do this in Notepad++. The Project panel was born just 2 or 3 releases ago, so it's naturally immature. I suggest that you install either the Explorer plugin or the Light Explorer plugin - they are much more usable.
Or better yet, go learn Vim and fall in love with the NERDTree ;-)