Repository: incubator-apex-core Updated Branches: refs/heads/release-3.3 cb128016b -> 4caa19e5e
Moved the styles files to .settings sub-folders in the respective IDE folders. Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/4caa19e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/4caa19e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/4caa19e5 Branch: refs/heads/release-3.3 Commit: 4caa19e5ea61e56d70fdc4ecdc2b54404b3ac35c Parents: cb12801 Author: Pramod Immaneni <[email protected]> Authored: Sat Jan 30 23:51:20 2016 -0800 Committer: Pramod Immaneni <[email protected]> Committed: Sat Jan 30 23:51:20 2016 -0800 ---------------------------------------------------------------------- .../ide-templates/intellij/.settings/apex-style.jar | Bin 0 -> 1459 bytes misc/ide-templates/intellij/README.md | 2 +- misc/ide-templates/intellij/apex-style.jar | Bin 1459 -> 0 bytes .../ide-templates/netbeans/.settings/apex-style.zip | Bin 0 -> 2278 bytes misc/ide-templates/netbeans/README.md | 2 +- misc/ide-templates/netbeans/apex-style.zip | Bin 2278 -> 0 bytes 6 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/4caa19e5/misc/ide-templates/intellij/.settings/apex-style.jar ---------------------------------------------------------------------- diff --git a/misc/ide-templates/intellij/.settings/apex-style.jar b/misc/ide-templates/intellij/.settings/apex-style.jar new file mode 100644 index 0000000..23ac4a7 Binary files /dev/null and b/misc/ide-templates/intellij/.settings/apex-style.jar differ http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/4caa19e5/misc/ide-templates/intellij/README.md ---------------------------------------------------------------------- diff --git a/misc/ide-templates/intellij/README.md b/misc/ide-templates/intellij/README.md index d65ab1d..4363af7 100644 --- a/misc/ide-templates/intellij/README.md +++ b/misc/ide-templates/intellij/README.md @@ -4,7 +4,7 @@ Importing APEX Code Style in IntelliJ With IntelliJ you can either import settings globally for all the workspaces or apply the style to a specific project. ##Import settings globally -To share settings between all the workspaces you can import the `apex-style.jar` which contains the apex-style. +To share settings between all the workspaces you can import the `apex-style.jar` which contains the apex-style. This file can be found under the .settings sub-folder in this folder. ####To import the settings from the jar archive 1. On the main menu, choose File | Import Settings. http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/4caa19e5/misc/ide-templates/intellij/apex-style.jar ---------------------------------------------------------------------- diff --git a/misc/ide-templates/intellij/apex-style.jar b/misc/ide-templates/intellij/apex-style.jar deleted file mode 100644 index 23ac4a7..0000000 Binary files a/misc/ide-templates/intellij/apex-style.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/4caa19e5/misc/ide-templates/netbeans/.settings/apex-style.zip ---------------------------------------------------------------------- diff --git a/misc/ide-templates/netbeans/.settings/apex-style.zip b/misc/ide-templates/netbeans/.settings/apex-style.zip new file mode 100644 index 0000000..791cc0a Binary files /dev/null and b/misc/ide-templates/netbeans/.settings/apex-style.zip differ http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/4caa19e5/misc/ide-templates/netbeans/README.md ---------------------------------------------------------------------- diff --git a/misc/ide-templates/netbeans/README.md b/misc/ide-templates/netbeans/README.md index f2dbfcb..10dda29 100644 --- a/misc/ide-templates/netbeans/README.md +++ b/misc/ide-templates/netbeans/README.md @@ -1,7 +1,7 @@ Importing APEX Code Style in NetBeans ===================================== NetBeans supports importing settings bundled in a zip. -This directory contains apex-style.zip which contains Apex format and import order configurations. +This sub-directory .settings in this directory contains apex-style.zip which contains Apex format and import order configurations. ##To import Apex code style 1. On the main menu, choose NetBeans | Preferences. http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/4caa19e5/misc/ide-templates/netbeans/apex-style.zip ---------------------------------------------------------------------- diff --git a/misc/ide-templates/netbeans/apex-style.zip b/misc/ide-templates/netbeans/apex-style.zip deleted file mode 100644 index 791cc0a..0000000 Binary files a/misc/ide-templates/netbeans/apex-style.zip and /dev/null differ
