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

Highlighting matching parentheses #3437

Closed
ghost opened this issue Jun 16, 2013 · 7 comments
Closed

Highlighting matching parentheses #3437

ghost opened this issue Jun 16, 2013 · 7 comments
Milestone

Comments

@ghost
Copy link

ghost commented Jun 16, 2013

I have seen references to CodeMirror in the HTML of Ipython notebook, but I don't know how much has been implemented. One feature I'd really like to see is highlighting matching parentheses, similar to what CodeMirror does in this demo: http://codemirror.net/mode/python/index.html

I just came across this SO question: http://stackoverflow.com/questions/15715837/bracket-matching-in-ipython that suggests that it can be done but I don't know whether anyone is working on it or not.

@Carreau
Copy link
Member

Carreau commented Jun 16, 2013

You should try master, it should be implemented on it, I personally see it.
Do you run on master and don't see it?

@ghost
Copy link
Author

ghost commented Jun 16, 2013

I pip installed the latest version a few days ago (0.13.2) but I can't see that feature. Is it dependent on platform? I'm using Linux Mint 15, Google Chrome 27 and Firefox 21.

@Carreau
Copy link
Member

Carreau commented Jun 17, 2013

0.13.x is stable branch, only bug-fix, i think bracket highlight is
disponible only on last dev version. If you want to install it by you will
have to clone the repo and install it. Or use pip -e git+http and the URL
of Ipython master.

Le lundi 17 juin 2013, rsmith31415 a écrit :

I pip installed the latest version a few days ago (0.13.2) but I can't see
that feature. Is it dependent on platform? I'm using Linux Mint 15, Google
Chrome 27 and Firefox 21.


Reply to this email directly or view it on GitHubhttps://github.com//issues/3437#issuecomment-19521225
.

@ghost
Copy link
Author

ghost commented Jun 17, 2013

Thank you very much. It works great.

Do you recommend to use 1.0 dev on a daily basis or are there important things to sort out to make it stable?

@Carreau
Copy link
Member

Carreau commented Jun 17, 2013

Well, that depends on how confortable you are with running from dev and moving through git commit.
We do our best to keep master usable at all time (i'm working from master for my phd every day or so), but things can break every 2 weeks or so (not badly, just small issues) but still keep a backup of your data there have been some data loss here and there.

We are close from release, so the chance of something breaking are low (except for 1 or 2 big PR, but that might break git and not IPython itself), once 1.0 is released, things might become a little more dangerous to follow for a few weeks.

If you are using mint (base on ubuntu or lmd?) you might be able to use Julian taylor PPA that daily build IPython-dev, which is a little more secure, but in the other hand can get fixes a little slower (you have to wait 24h+...)

@Carreau
Copy link
Member

Carreau commented Jun 17, 2013

Closing the issue also, but you can still add comment.

@Carreau Carreau closed this as completed Jun 17, 2013
@ghost
Copy link
Author

ghost commented Jun 17, 2013

Thanks. Sure. I keep a back up anyway. I think I will keep 1.0 dev installed for now. Let's see how it goes. By the way, I'm using Mint based on Ubuntu.

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

No branches or pull requests

1 participant