Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Fixed #163 - REPL results can be selected and copied.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongilman committed Dec 4, 2016
1 parent 18d0a95 commit 91ed05e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 1.5.0
# 1.4.9

* Added ability to execute the var under cursor using the execute-selected-text event. If nothing is selected it will look for a Clojure var under the cursor to evaluate and display the value of.
* Fixed #163 - REPL results can be selected and copied.
* Default Atom auto completion will still work even if REPL not running or compliment not present

# 1.4.8

Expand Down
3 changes: 3 additions & 0 deletions styles/proto-repl.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ ink-console {
.items {
> .cell {
.result {
-webkit-user-select: text;
cursor: text;

> .editor.editor-colors.proto-repl-console {
padding: 1px;
background-color: rgba(0, 0, 0, 0);
Expand Down

0 comments on commit 91ed05e

Please sign in to comment.