Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve js-completer logic. #4292

Merged
merged 1 commit into from Oct 17, 2013
Merged

improve js-completer logic. #4292

merged 1 commit into from Oct 17, 2013

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Sep 27, 2013

Partial fix to #3653 (from foo import <tab>)

Some configurability for Julia
(change the regexp because ! is a valid char in token from them)

In notebook you can deactivate tooltip on tabIPython.config.tooltip_on_tab = false in js console (shift tab still request tooltip). Then doing a from numpy import <tab> should work.

this.close();
return;
}

this.autopick = false;
if (ff != 'undefined' && ff == true) {
if ( first_invocation ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just cosmetic... but why spaces around first_invocation? ;-)

@Carreau
Copy link
Member Author

Carreau commented Sep 28, 2013

spaces fixed.

Some configurability for Julia
(change the regexp because ! is a valid char in token from them)
@Carreau
Copy link
Member Author

Carreau commented Oct 6, 2013

Rebased / Squashed and pass jslint on it to clean up a little more.

@damianavila
Copy link
Member

Great! Looks good.

@Carreau
Copy link
Member Author

Carreau commented Oct 17, 2013

I'll merge this guy.
Thanks.

Carreau added a commit that referenced this pull request Oct 17, 2013
improve js-completer logic.
@Carreau Carreau merged commit eb6d398 into ipython:master Oct 17, 2013
@Carreau Carreau deleted the more-cpl branch October 17, 2013 16:59
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants