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

cond⇒ declaration button should not overwrite selection #9

Open
clange opened this issue Nov 9, 2012 · 1 comment
Open

cond⇒ declaration button should not overwrite selection #9

clange opened this issue Nov 9, 2012 · 1 comment
Assignees

Comments

@clange
Copy link

clange commented Nov 9, 2012

I had an expression E selected and pressed the "cond⇒" button from "structure→declarations".

  • Expected result: E⇒
  • Actual result: □⇒
@ghost ghost assigned windsteiger Nov 12, 2012
@windsteiger
Copy link
Owner

There is more to that

  • multiple declaration cells following one another form a group (this behaviour is necessary in order to work properly inside environments. The grouping, however, restricts the scope. We have to enforce that they won't group (probably with some sort of separator cell that breaks the grouping) or modify the algorithm that decides which globals shall apply (I would prefer the former).
  • Check different situation: there is already a cell of style "GlobalDeclaration" and something is selected when pressing the button, nothing is selected, there is no cell, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants