Sources/Links
Notes
Wikis
- https://github.com/Requarks/wiki - not ready, being rewritten...
| // Place your settings in this file to overwrite the default settings | |
| { | |
| // General | |
| "extensions.autoUpdate": true, | |
| "telemetry.enableTelemetry": false, | |
| "update.channel": "none", | |
| // Visual | |
| "window.zoomLevel": 0, | |
| "window.restoreWindows": "all", |
| "*": | |
| "Sublime-Style-Column-Selection": | |
| selectKeyTrigger: "Alt" | |
| "atom-beautify": | |
| general: | |
| _analyticsUserId: "e8aab51c-9613-4a07-9d70-5175a6db4da3" | |
| core: | |
| disabledPackages: [ | |
| "atom-mermaid" | |
| "markdown-preview" |
Sources/Links
Notes
Wikis
Custom shortcuts
ctrl + o -> (quick) outline view
ctrl + alt + h -> call hierarchy
shift + alt + l -> extract variable
shift + alt + m -> extract method
ctrl + shift + r -> search resource
ctrl + shift + t -> search class
| //org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false | |
| ColorsAndFontsPreferencePage.expandedCategories=Torg.eclipse.ui.workbenchMisc | |
| ColorsAndFontsPreferencePage.selectedElement=Forg.eclipse.ui.workbench.texteditor.blockSelectionModeFont | |
| ENABLED_DECORATORS=org.eclipse.m2e.core.mavenVersionDecorator\:false,org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator\:true,org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:true,org.eclipse.m2e.core.maven2decorator\:true,org.eclipse.mylyn.context.ui.decorator.interest\:true,org.eclipse.mylyn.tasks.ui.decorators.task\:true,org.eclipse.mylyn.team.ui.changeset.decorator\:true,org.eclipse.team.cvs.ui.decorator\:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.SymlinkDecorator\:true,org.eclipse.ui.VirtualResourceDecorator\:true,org.eclipse.ui.ContentTypeDecorator\:true,org.eclipse.ui.Re |
| MemberFilterActionGroup.org.eclipse.jdt.ui.JavaOutlinePage.4=true | |
| MemberFilterActionGroup.org.eclipse.jdt.ui.JavaOutlinePage.8=true | |
| Refactoring.savealleditors=true | |
| breadcrumb.org.eclipse.jdt.ui.JavaPerspective=true | |
| cleanup.add_default_serial_version_id=true | |
| cleanup.add_generated_serial_version_id=false | |
| cleanup.add_missing_annotations=true | |
| cleanup.add_missing_deprecated_annotations=true | |
| cleanup.add_missing_methods=true | |
| cleanup.add_missing_nls_tags=false |
| <keymap version="1" name="Eclipse my^^" parent="Eclipse"> | |
| <action id="ChooseRunConfiguration"> | |
| <keyboard-shortcut first-keystroke="shift alt f10" /> | |
| <keyboard-shortcut first-keystroke="shift ctrl altGraph space" /> | |
| </action> | |
| <action id="CommentByLineComment"> | |
| <keyboard-shortcut first-keystroke="ctrl slash" /> | |
| <keyboard-shortcut first-keystroke="ctrl divide" /> | |
| <keyboard-shortcut first-keystroke="shift ctrl c" /> | |
| </action> |
| <templateSet group="scala"> | |
| <template name="T" value="<$TAG$>$SELECTION$</$TAGNAME$> " description="Surround with <tag></tag>" toReformat="true" toShortenFQNames="true"> | |
| <variable name="TAG" expression="" defaultValue="" alwaysStopAt="true" /> | |
| <variable name="TAGNAME" expression="firstWord(TAG)" defaultValue="""" alwaysStopAt="false" /> | |
| <context /> | |
| </template> | |
| <template name="logger" value="val log: Logger = Logger[$CLASS_NAME$]" description="Template to import Logger" toReformat="false" toShortenFQNames="true"> | |
| <variable name="CLASS_NAME" expression="fileName()" defaultValue="" alwaysStopAt="true" /> | |
| <context> | |
| <option name="SCALA_CODE" value="true" /> |
Windows 10 Linux/Ubuntu Subsystem
Install Arch Linux
| #SingleInstance force ; needs to be first | |
| SetCapsLockState, alwaysoff ; needs to be second | |
| ; --------------Put File into---------- | |
| ; C:\Users\[Username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup | |
| ; --------------Keyboard--------------- | |
| z::y | |
| y::z |