mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 10:37:53 +00:00
* src/mathed/BUGS: remove old stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17908 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5756cddc64
commit
3ac4f80ef4
@ -1,67 +1,10 @@
|
|||||||
Items marked with
|
|
||||||
|
|
||||||
// - are probably fixed, the reporter is asked to verify this
|
|
||||||
and report success or failure
|
|
||||||
|
|
||||||
?? - are not reproducable, the reporter is asked to verify this
|
|
||||||
and report success or failure
|
|
||||||
|
|
||||||
:: - are questions or comments to the reporter, containing question
|
|
||||||
on how to reproduce the bug exactly or things like that
|
|
||||||
|
|
||||||
!! - mark "not a bug, a feature" replies, usually with a request for
|
|
||||||
further discussion
|
|
||||||
|
|
||||||
pp - partially fixed
|
|
||||||
|
|
||||||
Unmarked items are known unfixed but probably unverified bugs.
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
|
|
||||||
General hints for bug reports:
|
|
||||||
|
|
||||||
- keep the items small
|
|
||||||
|
|
||||||
- do not provide excessive information on how to reproduce the bug
|
|
||||||
if this is obvious
|
|
||||||
|
|
||||||
- if a bug is partly fixed, report it as "fixed" and a new bug item
|
|
||||||
that contains the unfixed part only
|
|
||||||
|
|
||||||
- check this list regularly, comment on the marked items.
|
|
||||||
|
|
||||||
- plain ASCII text please, not much more than 70 chars per column
|
|
||||||
|
|
||||||
Dekel:
|
|
||||||
|
|
||||||
- InsetFormula::validate is broken
|
|
||||||
|
|
||||||
|
|
||||||
Eran Tromer:
|
Eran Tromer:
|
||||||
|
|
||||||
|
|
||||||
- When selecting, maybe give a visual indication of the "original"
|
- When selecting, maybe give a visual indication of the "original"
|
||||||
anchor, when it differs from the "actual" one.
|
anchor, when it differs from the "actual" one.
|
||||||
|
|
||||||
Rainer Dorsch:
|
|
||||||
|
|
||||||
- I know the latex code of a lot of math symbols displayed by lyx,
|
Álvaro Tejero Cantero <alvaro@antalia.com>
|
||||||
but not all of them. Thus I have to use the math panel for only a single
|
|
||||||
symbol in a formula. I think it would be very useful, if the latex code
|
|
||||||
of the symbol would be displayed as a hint, if the mouse positioned over
|
|
||||||
it.
|
|
||||||
|
|
||||||
|
|
||||||
Marcus (Suran@gmx.net)
|
|
||||||
|
|
||||||
- In math-mode I can switch back to text-mode in a formula but then I am
|
|
||||||
not able to type Umlauts.
|
|
||||||
|
|
||||||
- If the math-panel has the focus I can type text but not switch into
|
|
||||||
math-mode or use some of the other keyboard-shortcuts.
|
|
||||||
|
|
||||||
|
|
||||||
From: Álvaro Tejero Cantero <alvaro@antalia.com>
|
|
||||||
|
|
||||||
- I suggest creating a different "kewybinding namespace" for the formulas,
|
- I suggest creating a different "kewybinding namespace" for the formulas,
|
||||||
since you could put to good use all those keybindings from the menu (M-?,
|
since you could put to good use all those keybindings from the menu (M-?,
|
||||||
@ -69,10 +12,6 @@ From:
|
|||||||
Seriously, it'd be great to have more keys free, so M-d t would be time
|
Seriously, it'd be great to have more keys free, so M-d t would be time
|
||||||
derivative and M-d ? derivative with respect to the variable ?. And so on.
|
derivative and M-d ? derivative with respect to the variable ?. And so on.
|
||||||
|
|
||||||
- I'm no experienced C++ programmer, but if you consider it appropriate, I
|
|
||||||
could write a scritp in python for this one (I'm also very optimistic). Tell
|
|
||||||
me what you think:
|
|
||||||
|
|
||||||
Flattening macros. Sometimes it's annoying the fact that once you have
|
Flattening macros. Sometimes it's annoying the fact that once you have
|
||||||
written a macro, you can't touch at it's "constant parts". I call flattening
|
written a macro, you can't touch at it's "constant parts". I call flattening
|
||||||
to the process of substituting all macros with LaTeX code.
|
to the process of substituting all macros with LaTeX code.
|
||||||
@ -91,30 +30,10 @@ From:
|
|||||||
- cut&paste inside math-mode doesn't work the X fashion (middle button doesn't
|
- cut&paste inside math-mode doesn't work the X fashion (middle button doesn't
|
||||||
paste anything).
|
paste anything).
|
||||||
|
|
||||||
- I remember having heard that a search-replace function was planned, so I
|
|
||||||
won't repeat that. Only that the flattening option would be then easier to
|
|
||||||
implement on top of that.
|
|
||||||
|
|
||||||
- Some math symbols aren't very well supported (to my knowledge). I'm
|
|
||||||
thinking of [] options.
|
|
||||||
|
|
||||||
Jules Bean:
|
Jules Bean:
|
||||||
|
|
||||||
a) If something's easy & quick in LaTeX then it should be easy & quick in
|
The number of characters which need to be typed
|
||||||
LyX (unless it really isn't very common). b) Actions which are used
|
|
||||||
frequently should be a single key-press, even if that's not very easy to
|
|
||||||
remember. You learn it. c) Actions which are used rarely should be
|
|
||||||
mnemonic -- easy to remember -- even if they are multiple keypresses.
|
|
||||||
Things you do rarely you care less about the time it takes to perform.
|
|
||||||
|
|
||||||
As an aside, you may think that I'm whining over nothing. However, when
|
|
||||||
you enter math mode as often as I do (often more than once a sentence) it
|
|
||||||
gets very annoying, especially as compared to simply typing '$' in plain
|
|
||||||
emacs. Also, you may say 'why don't you just change your bindings file?'. I
|
|
||||||
will ;) but I wanted to start some discussion on this since it can benefit
|
|
||||||
everyone!
|
|
||||||
|
|
||||||
More serious, though, than the number of characters which need to be typed
|
|
||||||
is the confusing nature of the command. 'M-c m', typed once, puts you into
|
is the confusing nature of the command. 'M-c m', typed once, puts you into
|
||||||
math-mode. However, typing 'M-c m' again doesn't put you out of math-mode
|
math-mode. However, typing 'M-c m' again doesn't put you out of math-mode
|
||||||
--- it puts you into math-text mode. Then hitting it again puts you back
|
--- it puts you into math-text mode. Then hitting it again puts you back
|
||||||
|
Loading…
x
Reference in New Issue
Block a user