Branch: refs/heads/master
Home:
https://github.com/forge/core
Commit: 10a0b76d34f971f83cd2af90c667a3a0d74e3f2c
https://github.com/forge/core/commit/10a0b76d34f971f83cd2af90c667a3a0d74e...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M shell/src/main/java/org/jboss/forge/shell/buffers/ConsoleInputSession.java
Log Message:
-----------
Yield the console reader thread.
This is done instead of forcing a sleep every 10ms for better response in copy-paste
operations.
Commit: 93456f3bde6083c39579124214d12c66d51030bc
https://github.com/forge/core/commit/93456f3bde6083c39579124214d12c66d510...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M shell-api/src/main/java/org/jboss/forge/resources/FileResource.java
M shell-api/src/main/java/org/jboss/forge/shell/util/PathspecParser.java
M
shell/src/main/java/org/jboss/forge/shell/completer/OptionValueResolverCompleter.java
M shell/src/main/java/org/jboss/forge/shell/plugins/builtin/Echo.java
Log Message:
-----------
FORGE-93 Return correct qualified path on Windows
The fix was to ensure that the absolute path is returned for File resources.
Also corrected the manner in which the prompt displayed, since the entire path was
displayed on Windows due to the above described fix.
Also incidentally fixed an issue related to FORGE-554 involving relative paths. The
earlier fix only resolved the issue involving absolute paths.
Commit: d027ff551dbb9b2352edf463c2a627d98ee99e49
https://github.com/forge/core/commit/d027ff551dbb9b2352edf463c2a627d98ee9...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M shell-api/src/main/java/org/jboss/forge/resources/FileResource.java
M shell-api/src/main/java/org/jboss/forge/shell/util/PathspecParser.java
M shell/src/main/java/org/jboss/forge/shell/buffers/ConsoleInputSession.java
M
shell/src/main/java/org/jboss/forge/shell/completer/OptionValueResolverCompleter.java
M shell/src/main/java/org/jboss/forge/shell/plugins/builtin/Echo.java
Log Message:
-----------
Merge pull request #336 from VineetReynolds/FORGE-93
FORGE-93 Return correct qualified path on Windows
Compare:
https://github.com/forge/core/compare/5121b8e38cdb...d027ff551dbb