branch: scratch/javaimp-wip
commit aa0f9324cddc5cb13f9f4239b52cf6182e13a7c1
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-parse.el | 51 +--
javaimp-util.el | 7 ---
javaimp.el | 21 ++---
3 files
branch: scratch/javaimp-wip
commit 4ac5cb48db9fa6d57b937d33a336dcda8cc8c3a1
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-parse.el | 13 ++-
javaimp-tests.el | 177 +++
javaimp-util.el | 60
branch: scratch/javaimp-wip
commit 5d00e712d18a585594b946eaa96d24bd5ef44757
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-gradle.el | 7 --
javaimp-maven.el | 21 ++---
javaimp-parse.el | 180
javaimp-tests.el | 161
branch: externals/javaimp
commit 894f4284b6d9fbf728fd7e9767925b757a56d94f
Author: Filipp Gunbin
Commit: Filipp Gunbin
Support imenu, first working version
---
javaimp-gradle.el | 17 +-
javaimp-maven.el | 18 +-
javaimp-parse.el
fgunbin pushed a change to branch scratch/javaimp-wip.
was 5d00e71 wip
This change permanently discards the following revisions:
discards 5d00e71 wip
discards dcc6bed wip
discards 4ac5cb4 wip
discards fe080eb wip
discards aa0f932 wip
discards a5c00a7 wip
branch: externals/javaimp
commit a328ea0af5be6c0c49dfc0879377a525e71a277c
Author: Filipp Gunbin
Commit: Filipp Gunbin
Suppress compilation warnings
---
javaimp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp.el b/javaimp.el
index c1ba563..abe7653 100644
--- a
branch: externals/javaimp
commit e24822e89171963069536e36da672169e1218fbd
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp.el (javaimp-imenu-create-index): Update doc
---
javaimp.el | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/javaimp.el b
branch: externals/javaimp
commit 8eb3e3c2b08af273e8d105e09487ec6b18439dc8
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp.el (javaimp-imenu--make-entry): Respect imenu-use-markers
---
javaimp.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/javaimp.el b
branch: externals/javaimp
commit 048a0761547ccb7cf6a7a78a79f03169bcf65bd5
Author: Filipp Gunbin
Commit: Filipp Gunbin
Simplify initialization, reshuffle code a bit
---
javaimp-parse.el | 49 +-
javaimp-tests.el | 197
branch: externals/javaimp
commit 766cc2e30096bf9b1d423a2266a1a26fc2e2b098
Author: Filipp Gunbin
Commit: Filipp Gunbin
Don't save excursion or restriction in parse entry points
---
javaimp-parse.el | 85 ++--
javaimp-tests.el
branch: externals/javaimp
commit 7fc2b51924ef0a4c16f38674f7428637050bf85f
Author: Filipp Gunbin
Commit: Filipp Gunbin
More simplifications
---
javaimp-parse.el | 18 ++--
javaimp-tests.el | 308 +++
javaimp-util.el | 26
branch: externals/javaimp
commit 8a25b3954ddd9904f8af46696a1fd5acbe66e438
Author: Filipp Gunbin
Commit: Filipp Gunbin
Support Java 9+
* javaimp.el (javaimp--get-jdk-classes): New function.
(javaimp--jdk-classes): New variable.
(javaimp-reset): Also reset it.
(javaimp
branch: externals/javaimp
commit 4a64b0e32343149774054966b2ee77000c120663
Author: Filipp Gunbin
Commit: Filipp Gunbin
Miscellaneous fixes & improvements
* javaimp-maven.el (javaimp--maven-visit): Fix bug when tree contains
subtrees rooted somewhere else: the function
branch: externals/javaimp
commit 1102deb2dd5f3a0d27d43b47db795d1af173e1da
Author: Filipp Gunbin
Commit: Filipp Gunbin
javaimp-maven.el (javaimp--maven-visit): Improve comment
---
javaimp-maven.el | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/javaimp
branch: externals/debbugs
commit 5899367ccefb6c7eb0df1cd1ebb6b4867bdec097
Author: Filipp Gunbin
Commit: Filipp Gunbin
* debbugs-gnu.el (debbugs-gnu-pick-commits): Fix small misprint in docstring
---
debbugs-gnu.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a
fgunbin pushed a change to branch scratch/javaimp-list.
at b65b4db wip
This branch includes the following new commits:
new b65b4db wip
branch: scratch/javaimp-list
commit b65b4dbec0e2cca07c94170471c8418ac0ab0310
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-list.el | 137
javaimp-util.el | 38
javaimp.el | 47
branch: externals/javaimp
commit a41f0375d561aa08fcb190401005637b9956ea7f
Author: Filipp Gunbin
Commit: Filipp Gunbin
Read jmod files in jmods jdk dir on Java 9+
* javaimp.el (javaimp-jmod-program): New defvar.
(javaimp--fetch-jar-classes): Read jar or jmod depending on file
branch: externals/javaimp
commit 01cd02315b80582328b65e734a96ffc737565b32
Author: Filipp Gunbin
Commit: Filipp Gunbin
Revert javaimp--split-native-path to split-string
* javaimp-util.el (javaimp--split-native-path): Revert change made in
commit
branch: externals/debbugs
commit b65acf34f31276cd02dde6c81322b16e670aaf96
Author: Filipp Gunbin
Commit: Filipp Gunbin
* debbugs-gnu.el (debbugs-gnu-pick-commits): Remove duplicate
comment line
---
debbugs-gnu.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/debbugs-gnu.el b
branch: externals/javaimp
commit 9b49ee123c652a5ef5630badbcc8ae91b240c457
Author: Filipp Gunbin
Commit: Filipp Gunbin
Include inner classes in completion candidates
---
javaimp-tests.el | 22 +-
javaimp-util.el | 52
fgunbin pushed a change to branch scratch/javaimp-list.
was b65b4db wip
This change permanently discards the following revisions:
discards b65b4db wip
fgunbin pushed a change to branch scratch/javaimp-list.
at b9280ed *** empty log message ***
This branch includes the following new commits:
new 295c799 merge
new ac2efd7 *** empty log message ***
new b9280ed *** empty log message ***
branch: scratch/javaimp-list
commit ac2efd70483b0e12adebda64c743511ce989ccca
Author: Filipp Gunbin
Commit: Filipp Gunbin
*** empty log message ***
---
javaimp-list.el | 10 +-
javaimp.el | 6 +++---
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/javaimp
branch: scratch/javaimp-list
commit 295c799a9e0132f463761d7f4b4f8a1b5e604186
Author: Filipp Gunbin
Commit: Filipp Gunbin
merge
---
javaimp-list.el | 137
javaimp-util.el | 38
javaimp.el | 47
branch: scratch/javaimp-list
commit b9280edc002b0cff2dd6086f5a2a5ef0f55b7387
Author: Filipp Gunbin
Commit: Filipp Gunbin
*** empty log message ***
---
javaimp-list.el | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/javaimp-list.el b/javaimp-list.el
branch: externals/javaimp
commit 905739268dd4765847e9c083074c2796c8c6f400
Author: Filipp Gunbin
Commit: Filipp Gunbin
Minor fixes
---
javaimp.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/javaimp.el b/javaimp.el
index 1ea804d..8b368ea 100644
--- a
fgunbin pushed a change to branch scratch/javaimp-parse.
at fbe2426 wip
This branch includes the following new commits:
new fbe2426 wip
branch: scratch/javaimp-parse
commit fbe24265529a8c898a49b4f64bbf896a98a7d24e
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-util.el | 127 ++--
1 file changed, 96 insertions(+), 31 deletions(-)
diff --git a/javaimp-util.el
branch: externals/javaimp
commit 62d9fcaae4c667ecb6644ad8befbd94081b086a0
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add javaimp-parse.el
---
javaimp-parse.el | 145 +++
javaimp-tests.el | 8 +--
javaimp-util.el | 52
fgunbin pushed a change to branch scratch/javaimp-parse.
was fbe2426 wip
This change permanently discards the following revisions:
discards fbe2426 wip
fgunbin pushed a change to branch scratch/javaimp-parse.
at cbf9169 wip
This branch includes the following new commits:
new cbf9169 wip
branch: scratch/javaimp-parse
commit cbf916981a29f6857a96d224d8d7ca3c1c52b2df
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-parse.el | 116 +--
1 file changed, 104 insertions(+), 12 deletions(-)
diff --git a/javaimp
fgunbin pushed a change to branch scratch/javaimp-parse.
from cbf9169 wip
new e884e02 wip
new 6caed64 wip
Summary of changes:
javaimp-parse.el | 216 +--
javaimp-tests.el | 21 ++
2 files changed, 150 insertio
branch: scratch/javaimp-parse
commit e884e0297b4faaefabc6b4f8bc5969e79021604e
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-parse.el | 162 ---
javaimp-tests.el | 21
2 files changed, 127 insertions(+), 56
branch: scratch/javaimp-parse
commit 6caed642add4555f570361934e0507577e7eaedf
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-parse.el | 104 +--
javaimp-tests.el | 2 +-
2 files changed, 49 insertions(+), 57 deletions
branch: scratch/javaimp-parse
commit e777d1bf285c66379f92cc75aab9333bc5184519
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-parse.el | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/javaimp-parse.el b/javaimp-parse.el
index 4255aae
branch: externals/javaimp
commit 9c834db1a69168f25498c0f2c3fe49ecc71f29d9
Author: Filipp Gunbin
Commit: Filipp Gunbin
javaimp-parse.el: Add parsing of methods and statements
---
javaimp-parse.el | 268 ---
javaimp-tests.el | 46
fgunbin pushed a change to branch scratch/javaimp-parse.
was e777d1b wip
This change permanently discards the following revisions:
discards e777d1b wip
discards 6caed64 wip
discards e884e02 wip
discards cbf9169 wip
branch: externals/javaimp
commit 25c6df06d44f0dd33451ad51ac053e076a1717a8
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp--parse-scope-method-throws): Bugfix
---
javaimp-parse.el | 48 +++-
1 file changed, 23 insertions
fgunbin pushed a change to branch scratch/javaimp-list.
was b9280ed *** empty log message ***
This change permanently discards the following revisions:
discards b9280ed *** empty log message ***
discards ac2efd7 *** empty log message ***
discards 295c799 merge
fgunbin pushed a change to branch scratch/javaimp-list.
at d198b49 wip
This branch includes the following new commits:
new d198b49 wip
branch: scratch/javaimp-list
commit d198b496b910e2fd76d16eecf7db109782bb92b5
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-list.el | 148
1 file changed, 148 insertions(+)
diff --git a/javaimp-list.el b/javaimp-list.el
branch: externals/javaimp
commit 774de30a0d7a9e0f175f901ff727ed74c2949eb2
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-util.el: Move tree search/building utils from javaimp.el. Minor
fixes.
---
javaimp-parse.el | 4 +++-
javaimp-tests.el | 24
javaimp
fgunbin pushed a change to branch scratch/javaimp-list.
was d198b49 wip
This change permanently discards the following revisions:
discards d198b49 wip
fgunbin pushed a change to branch scratch/javaimp-list.
at 4d69695 wip
This branch includes the following new commits:
new 4d69695 wip
branch: scratch/javaimp-list
commit 4d696952327171b2d6fbf3c437bf24c67de533fd
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-list.el | 148
1 file changed, 148 insertions(+)
diff --git a/javaimp-list.el b/javaimp-list.el
branch: externals/javaimp
commit 07e1327afdb02832bf1964554b41499ede1415fb
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add javaimp--rsb-outside-context and use it
---
javaimp-parse.el | 81 +++-
javaimp-util.el | 12 +
2 files
branch: externals/javaimp
commit df479b68d342e99b91a3a362545a24f02eb9d727
Author: Filipp Gunbin
Commit: Filipp Gunbin
Various parsing improvements
---
javaimp-parse.el | 99
javaimp-tests.el | 58
branch: externals/javaimp
commit 09c93e43a246b04a9737f2aea558aeaa67dc8974
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el: Improve handling of ws / comments
---
javaimp-parse.el | 202 +++
javaimp-tests.el | 88
branch: externals/javaimp
commit 6af25f120e5dbc8146718d947f51675c500cab97
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el: Add 'array' scope
---
javaimp-parse.el | 15 +--
javaimp-tests.el | 8
2 files changed, 21 insertions(+), 2 deletion
branch: externals/javaimp
commit 25d163257eb1dd65b3380bda4156d0171e4924e6
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el: Fix array scope, add lambda scope into simple-stmt
---
javaimp-parse.el | 30 +-
javaimp-tests.el | 10 --
2 files
branch: externals/javaimp
commit 8adea17f56cb0cdf2d79628bb8c155770a6d0b98
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el: Add comments, reshuffle code.
---
javaimp-parse.el | 87
1 file changed, 43 insertions(+), 44
branch: externals/javaimp
commit d9ea64a751433a23191ce08ef59111536775450a
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp.el: Rename and improve javaimp-show-scopes-at-point
---
javaimp.el | 75 +-
1 file changed, 64
branch: externals/javaimp
commit 8f38c94daaa26caf0875a3b7017f43b8841fbbf3
Author: Filipp Gunbin
Commit: Filipp Gunbin
Cosmetic patch
* Remove redundand :group of defcustoms.
* Mark unused function arguments as such.
Suggested by Stefan Monnier .
---
javaimp-parse.el
branch: externals/javaimp
commit 315e5711006c04d670edecc133d3e9615c9c8856
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp--parse-arglist): Use syntax-ppss-flush cache
before/after with-syntax-table
---
javaimp-parse.el | 33 ++---
1 file
branch: externals/javaimp
commit 8f82ff3762393733851635b3e244d30ac90a6645
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp--parse-scope-class): Add "permits" to support
sealed classes
---
javaimp-parse.el | 2 ++
1 file changed, 2 insertions(+)
diff --git
fgunbin pushed a change to branch scratch/javaimp-list.
at 1596955 wip
This branch includes the following new commits:
new 1596955 wip
fgunbin pushed a change to branch scratch/javaimp-list.
was 4d69695 wip
This change permanently discards the following revisions:
discards 4d69695 wip
branch: scratch/javaimp-list
commit 1596955467486fb3be6569a55f2beb5193953a27
Author: Filipp Gunbin
Commit: Filipp Gunbin
wip
---
javaimp-list.el | 148
1 file changed, 148 insertions(+)
diff --git a/javaimp-list.el b/javaimp-list.el
branch: externals/javaimp
commit 8d518d7d22a5262c6671483373aff483a3d016ea
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el: Some performance fixes
---
javaimp-parse.el | 114 ++-
1 file changed, 62 insertions(+), 52
branch: externals/javaimp
commit 4e6ed4fdcc92d41c5cba08bf229609493be79af9
Author: Filipp Gunbin
Commit: Filipp Gunbin
Fixes
---
javaimp-parse.el | 88
javaimp-tests.el | 12 ++--
javaimp.el | 1 +
3 files changed, 49
branch: externals/javaimp
commit e1e233ed3e04a00f321dd2c64510a743fa4bbfa2
Author: Filipp Gunbin
Commit: Filipp Gunbin
Improve javaimp-help-show-scopes
---
javaimp-util.el | 12
javaimp.el | 12 ++--
2 files changed, 18 insertions(+), 6 deletions(-)
diff --git a
branch: externals/javaimp
commit fc39dc0ffabf6700e9618e0dd282373f9ed3b56d
Author: Filipp Gunbin
Commit: Filipp Gunbin
Use already existing buffer for javaimp--get-file-classes, if there is one
---
javaimp-parse.el | 43 +--
javaimp.el | 36
fgunbin pushed a change to branch externals/javaimp.
from fc39dc0 Use already existing buffer for
javaimp--get-file-classes, if there is one
new d7d4c72 Add class abstract methods to imenu support
new 691f0ec Imenu & scopes improvements
Summary of changes:
javaimp-
branch: externals/javaimp
commit 691f0ec7a0aee8f598bae969508c0b7b3966c7d6
Author: Filipp Gunbin
Commit: Filipp Gunbin
Imenu & scopes improvements
---
javaimp-parse.el | 83 --
javaimp-tests.el | 204 +++
jav
branch: externals/javaimp
commit d7d4c72d2941f39d1e1da8e68532c28c42b5abf5
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add class abstract methods to imenu support
---
javaimp-parse.el | 82 +---
javaimp-tests.el | 77
branch: externals/javaimp
commit 80d4a95f7244904ff6eb7a9ec024c91abfe68579
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add interface abstract methods to imenu support
---
javaimp-parse.el | 55 +++
javaimp-tests.el | 18
branch: externals/javaimp
commit f2b61a6b3c0a61984b0251c5b7041cb802390f04
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add javaimp-handler-regexp-alist
* javaimp.el (javaimp-handler-regexp-alist): New var.
(javaimp-visit-project): Use it.
---
javaimp.el | 91
branch: externals/javaimp
commit fce5fa9dc4c604d88eae7997ec6c18cccd49fd76
Author: Filipp Gunbin
Commit: Filipp Gunbin
Fix for previous commit
---
javaimp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp.el b/javaimp.el
index c739064..50e49a7 100644
--- a
branch: externals/javaimp
commit 7de7b2b872bd464086c0e0c4e97198b175f0c723
Author: Filipp Gunbin
Commit: Filipp Gunbin
And one more fix
---
javaimp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp.el b/javaimp.el
index 50e49a7..ed4cc16 100644
--- a/javaimp.el
branch: externals/javaimp
commit 3c5faf1432e3e5d6b3c42d6220483549ad8f3bf2
Author: Filipp Gunbin
Commit: Filipp Gunbin
Remove 'unknown' scope and parse only classes in javaimp--get-file-classes
This gives 2.5x perfomance improvement.
---
javaimp-par
branch: externals/javaimp
commit e9a8fbbd9685150ffb19bbf1f23514680d742dad
Author: Filipp Gunbin
Commit: Filipp Gunbin
Some renames & cosmetics
---
javaimp.el | 69 +-
1 file changed, 32 insertions(+), 37 deletions(-)
diff --g
branch: externals/javaimp
commit c04cfe745fd50224a4e21b814d2ea955c7b569ac
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp--parse-scopes): Reset tail of unknown scope
---
javaimp-parse.el | 31 ++-
1 file changed, 22 insertions(+), 9
branch: externals/javaimp
commit 183ec3897693bc4d7a427e164c2da324a23da878
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp.el (javaimp-forget-all-cached): Rename to javaimp-flush-cache
---
javaimp.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/javaimp.el b
branch: externals/javaimp
commit 43013717e824b662cf14e76102439cd71c3fdd58
Author: Filipp Gunbin
Commit: Filipp Gunbin
Introduce javaimp-source-file-cache and use it
---
javaimp-util.el | 46 +
javaimp.el | 64
branch: externals/javaimp
commit 11f3f38a2448ca85eb79132b44ff05b248318517
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-tests-gradle.el: New file
---
javaimp-tests-gradle.el | 49 +++
javaimp-tests-maven.el | 18
branch: externals/javaimp
commit fa39a78fb0a6499b5838e51a7788337154e1821e
Author: Filipp Gunbin
Commit: Filipp Gunbin
Make javaimp--parse-dirty-pos a marker
---
javaimp-parse.el | 67
javaimp-tests.el | 9 ++--
2 files changed
branch: externals/javaimp
commit f4216f241ed8b8d78a7ba234af00c7430563a294
Author: Filipp Gunbin
Commit: Filipp Gunbin
Improve javaimp-organize-imports and friends
---
javaimp-parse.el | 58 +--
javaimp-tests.el | 32 ++-
javaimp.el | 166
branch: externals/javaimp
commit abec1e31382ed33e69cf41294268c7b9a18380c3
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp--parse-get-package): Fix
---
javaimp-parse.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp-parse.el b/javaimp
branch: externals/javaimp
commit f20e36e8bb067ba7e3579ebf56e002674652dc4b
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp--directive-regexp): Move above defconsts
---
javaimp-parse.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a
branch: externals/javaimp
commit df6ad62197bc863227c7c74ba6817312de9ba681
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp.el (javaimp-help-show-scopes): Add show-all arg
---
javaimp.el | 23 ---
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a
branch: externals/javaimp
commit 1c03357f3acd6462d9e4838cdaa7086f39dd83bf
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp--parse-scope-class): Add bound for search
---
javaimp-parse.el | 85 ++--
1 file changed, 46
branch: externals/javaimp
commit 4af23e9f0b3f50d6627cd0dab0bf05075987edb8
Author: Filipp Gunbin
Commit: Filipp Gunbin
Improve docs
---
javaimp.el | 113 -
1 file changed, 75 insertions(+), 38 deletions(-)
diff --git a/javaimp.el
branch: externals/javaimp
commit 2fb28124cc7a282ee3369ca11c9f0967b28d0a5a
Author: Filipp Gunbin
Commit: Filipp Gunbin
Doc fixes
---
javaimp.el | 65 +++---
1 file changed, 41 insertions(+), 24 deletions(-)
diff --git a/javaimp.el b
branch: externals/javaimp
commit 4221563a022cbb538ad0c1f9558e35c8de568f5a
Author: Filipp Gunbin
Commit: Filipp Gunbin
Version 0.8
---
javaimp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp.el b/javaimp.el
index 8d4f344..3ce295a 100644
--- a/javaimp.el
+++ b
branch: externals/javaimp
commit 7136693be13aaad4a4f6f49bd89489867b7efcd9
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add --no-configuration-cache to Gradle invocation
---
javaimp-gradle.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/javaimp-gradle.el b/javaimp-gradle.el
index
201 - 287 of 287 matches
Mail list logo