Added a visible scrollbar to the console.#3
Merged
Sinaloit merged 8 commits intowildstarnasa:masterfrom Jun 15, 2014
Merged
Conversation
added 8 commits
June 5, 2014 01:10
…be replaced by "return" everywhere.
Add <<n at the end of an inspect line to set a limit. inspect _G <<2
set call 0/1 - turns off/on automatic calling of Get* and Is* funcs find blablabla - finds string in last inspect results
Contributor
|
Sorry for the delay. I saw this but haven't had a chance to review it yet. I noticed its not just a fix for the scroller, I'll try and look at it tonight. |
Author
|
No biggie, take your time :) |
Contributor
|
@draftomatic since you're reviewing #4 can you take a look at this one too? |
Member
There was a problem hiding this comment.
Why was 'local' removed here?
Author
There was a problem hiding this comment.
I re-added it in a subsequent commit. I globalized it just for debugging purposes and forgot to re-localize before committing.
Member
|
Sinaloit you're welcome to merge these if they look good to you. |
Sinaloit
added a commit
that referenced
this pull request
Jun 15, 2014
Merged Commit, Misc fixes. Scrollbar, custom depth limits auto expand function options, I shortcut and search ability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Somehow the console had an invisible scroller, so here's one that is visible.