Juergen Spitzmueller
016393a0dd
Minor re-ordering of the Insert menu
2018-01-05 11:09:11 +01:00
Juergen Spitzmueller
8f86feb260
Prepend "Insert " in the context menu for environment separators.
2018-01-01 13:40:49 +01:00
Juergen Spitzmueller
c8abe0cf7b
Move environment-split from Edit to Insert, as requested.
2017-12-30 17:54:09 +01:00
Richard Heck
76214e6012
LFUN and basic code to enable cancellation of background
...
processes.
2017-12-21 18:55:39 -05:00
Guillaume MM
1acb42911a
Cosmetic
2017-05-07 14:18:17 +02:00
Daniel Ramöller
e2f864efe4
Lock toolbars ( #10283 )
...
- LFUNs to (un)lock toolbars positions (both individually and all at once)
- corresponding menu entry to "Lock Toolbars" menu.
2017-05-07 14:17:54 +02:00
Günter Milde
f5ac0580ff
special character "allowbreak" (ZWSP), fileformat change
...
New special character to mark an optional line break
without inserting a hyphen (ZWSP). See #10585 .
Corresponds to the Unicode character U+200B ZERO WIDTH SPACE
This isn't a “space”. It is an invisible character that can be used
to provide line break opportunities.
http://unicode.org/notes/tn27/
While the literal Unicode character can be used in the LyX
file, it is invisible in the GUI.
For visible feedback, the patch adds a new special character "allowbreak".
The small mark is inspired by LibereOffice.
A tooltip is added.
2017-04-20 23:28:48 +02:00
Guillaume Munch
841825aa56
Add default export to the menu
2017-03-05 08:45:52 +01:00
Juergen Spitzmueller
f653a41063
Adapt menu string
2017-01-02 12:00:56 +01:00
Juergen Spitzmueller
237193f8a8
Some new quote styles
...
* b `british' (``inner quotation'')
* w >>swedishg>> ('inner quotation') ["g" = Guillemets]
* f <<french>> (``inner quotation'')
* i <<frenchin>> (<<inner quotation>>) ["in" = Imprimerie Nationale]
* r <<russian>> (,,inner quotation``)
Rename "french" to "swiss"
Also rename "single/double" to "secondary/primary" ("inner/outer" in
the UI) and "left/right" to "opening/closing". Note that the inset
identifier string is left as is ("s/d" and "l/r")
2016-12-24 14:27:00 +01:00
Juergen Spitzmueller
1ed70d10fd
Add "Plain" quotation mark style
...
File format change
2016-12-21 15:17:30 +01:00
Enrico Forestieri
6c92075799
Amend fix for #10428
...
- Allow using logical values for icon sizes as the standard sizes may
differ among different icon sets
- Do not allow setting sizes smaller than smallIconSize
When the logical sizes differ and the icon set is changed, the correct
sizes are established only after a restart.
2016-11-23 17:30:49 +01:00
Daniel Ramöller
e91572a00b
Add the icon-size to the toolbar menu
...
- Adds LFUNs for setting the icon size
- Adds icons sizes to the Toolbars menu
- Uses the Toolbars menu as application context menu
- The context menu can now be user defined in stdcontext.inc
Fixes ticket #10428 .
2016-11-22 10:00:52 +01:00
Guillaume Munch
ca58674267
Better title for ViewSource
...
The title is changed to "LaTeX (pdflatex) Preview", etc. depending on the
format. The actual default format is computed.
The menu name "Source Pane" is replaced by "Code Preview Pane" to better reflect
its purpose.
2016-09-21 16:42:38 +02:00
Guillaume Munch
647b4efb1e
New LFUN tabular-feature: update bind and ui files
...
A simple run of development/tools/updatelfuns.sh
2016-01-27 18:22:32 +01:00
Richard Heck
070967b442
Example file for paralist module.
2016-01-19 06:50:13 -05:00
Richard Heck
1bf01a8ad3
Update format of bind and ui files.
2015-11-27 11:56:17 -05:00
Jean-Marc Lasgouttes
68217b1e4a
Implement toggling for longtabular and booktabs tabular features
...
This is needed for the tabular context menu. This menu is updated accordingly.
2015-11-17 09:18:50 +01:00
Scott Kostyshak
d264b3d8fb
Fix a shortcut conflict ( #9820 )
...
'o' is now taken by the new Pandoc export to "MS Word Office".
2015-11-17 00:25:51 -05:00
Georg Baum
d56980da95
Put logos in submenu as discussed on the list
2015-11-02 20:52:21 +01:00
Uwe Stöhr
f2a5dd0a1e
stdmenus.inc: resolve a shortcut conflict
2015-10-28 02:42:16 +01:00
Uwe Stöhr
ce933b1e14
colored-boxes.lyx: new example file for the tcolorbox.module
...
- also improve the tcolorbox.module
This is a fileformat change - only to be able to revert the new styles defined in the module.
2015-10-19 07:10:09 +02:00
Uwe Stöhr
2b125cc54a
stdmenus.inc: replace R-S statements by H-P statements
2015-05-28 21:39:12 +02:00
Richard Heck
3c2b3e6907
Remove printing support from LyX.
...
This was bug #6747 .
2015-05-27 18:13:08 -04:00
Juergen Spitzmueller
1175d44504
Fix shortcut conflict
2015-05-25 10:50:57 +02:00
Jean-Marc Lasgouttes
7db7a7fe4e
Add menu entry Document>Disable Editing
...
Fixes: bug #6692
2015-05-14 20:53:47 +02:00
Uwe Stöhr
5c5877b5fa
stdmenus.inc: add PDF forms example to Help menu
2015-05-11 01:13:05 +02:00
Georg Baum
3e9e6e344a
Replace automatic logofication with insets
...
Previously, LyX did replace some words with typeset logos, and there was no
way to prvent this except putting them, in ERT (bug #4752 ). Now we have
special insets for these words, and standard text is left alone.
2015-03-01 11:16:57 +01:00
Georg Baum
93be0e08a1
whitespace
2015-02-26 20:43:05 +01:00
Uwe Stöhr
23f9b71187
stdmenus.inc: add PDF-comment.lyx as special manual
2015-02-17 00:24:55 +01:00
Scott Kostyshak
f63146c019
Insert menu accelerator 'x' now goes to box menu
...
Before, 'x' would go to "TeX Code" but that already has a shortcut
in the common bind files.
Reported and discussed on lyx-devel at:
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg185082.html
2014-08-22 18:46:08 -04:00
Uwe Stöhr
30f2c2c4e3
stdmenus.inc: add move rows/columns feature to Edit menu
...
fixes bug #9047
2014-04-21 11:51:58 -04:00
Vincent van Ravesteijn
7cda8f36b2
Update uifiles to latest fileformat
2014-03-20 22:11:13 +01:00
Uwe Stöhr
225a48d0a7
stdmenus.inc: correct 2 expressions
2014-02-16 20:06:23 +01:00
Georg Baum
ac2c91be02
Document paste options (bug #8749 )
...
As discussed in trac. Unformatted Text is removed, since it is too similar to
Plain text, adn nobody knows why it is needed in the standard menu. The lfun
is kept, so users can easily activate it in private ui files if needed.
2014-02-05 21:53:02 +01:00
Uwe Stöhr
e8de2df4f9
stdmenus.inc: move menu entry of visible space
...
the visible space is a character and should therefore be treated as special character (also proposed by Jürgen)
2014-02-03 00:32:45 +01:00
Juergen Spitzmueller
5a3f1a731f
Extend environment-split to an 'outer' split function
...
This fixes a major beamer UI flaw reported by several users.
2014-01-27 08:01:24 +01:00
Georg Baum
8b3f3a02c7
Make the different paste menu items optional
...
This was suggested by Jean-Marc some time ago, and I simply forgot to apply.
With this change you do not see unusable menu entries like linkback on linux
anymore. I also added an entry for emf, since this will be quite useful on
windows.
2013-05-11 09:39:06 +02:00
Georg Baum
c14b9e67bc
Implement paste from LaTeX and HTML (bug #3096 )
...
As discussed on the list. No automatic contents detection is done, the user
needs to use the special paste menu instead. I used the new TempFile class
for safe temporary file handling.
The documentation would go into section 2.2 of UserGuide.lyx, but I am not
allowed to edit that document.
2013-04-14 19:45:36 +02:00
Georg Baum
0526eb9d47
Implement VCS copy and rename
...
The advantage of having this in LyX is the intelligent file name handling
of included files. Implementation as discussed on the list, but ensure also
that an attempt to use locked files fails.
2013-02-06 20:38:54 +01:00
Juergen Spitzmueller
1abfa1fd79
Add a beamer manual (introduction to the basics) which uses the new layouts
2012-12-31 13:19:20 +01:00
Juergen Spitzmueller
c246076ed5
Fix the 'caption inset mess' (bug #4647 )
2012-12-30 18:29:02 +01:00
Juergen Spitzmueller
2f7cd8cc8a
Add environment-split to the menu
2012-12-27 11:28:55 +01:00
Juergen Spitzmueller
2e69c66195
InsetArgument revision, first working version
2012-11-19 14:21:02 +01:00
Jean-Marc Lasgouttes
02ec8457c9
Continue menu tweaking
...
Move View/toolbar submenu together with the various pane entries.
2012-11-06 09:18:38 +01:00
Scott Kostyshak
24eae3d841
Remove repetitious "Manual" from specific manuals
2012-10-29 22:10:22 -04:00
Scott Kostyshak
d526c05df9
Add knitr manual to Help > Specific Manuals
2012-10-29 21:49:49 -04:00
Tommaso Cucinotta
1bd405a93b
Remove the "pleonastic" View word from View menu entries.
...
Adding the "pane" term to those entries seems also a nice thing,
at least according to the New Oxf. Dict. :-).
See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg175453.html
2012-10-17 00:27:42 +01:00
Tommaso Cucinotta
afa15e7649
Moved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu.
2012-10-15 21:29:59 +01:00
Pavel Sanda
7da8d9904d
Leftover from the famous bundle flame.
2012-10-01 12:35:32 +02:00
Pavel Sanda
d63b137ae6
Leftover from previous commit.
2012-09-29 17:38:15 +02:00
Pavel Sanda
a72b75c50c
Proper naming for tab-group-close.
2012-09-29 17:16:52 +02:00
Richard Heck
a0afcdb391
LFUN_CLOSE_TAB_GROUP does exactly the same thing as
...
LFUN_BUFFER_CLOSE_ALL if there's only one tab group open, so there's
no need to enable it in that case.
2012-07-14 22:13:40 -04:00
Vincent van Ravesteijn
c3ba1eb3e2
Consistent casing of menu items
2012-05-07 21:25:44 +02:00
Georg Baum
27733452f7
Native support for \lstlistoflistings
2012-04-16 21:40:59 +02:00
Jürgen Spitzmüller
f626cfb7a3
Implement a native IPA inset (bug #2591 ) with instant preview.
...
Currently only basic functionality (our math-tipa functionality plus multipar input). Further enhancements (such as proper unicode input and a specific toolbar) are planned. DocBook and XHTML output also need to be audited.
The lyx2lyx reversion routine surely can be improved (help appreciated), and I don't know tex2lyx enough to handle this file format change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40867 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-06 07:54:22 +00:00
Uwe Stöhr
6b01721dfa
new module: Multilingual captions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40414 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-07 01:06:06 +00:00
Uwe Stöhr
fa7687397f
stdmenus.inc: register the Sweave example file as specific manual (bug #7891 )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40187 a592a061-630c-0410-9148-cb99ea01b6c8
2011-11-13 18:01:24 +00:00
Tommaso Cucinotta
824d640227
Adding the capability to paste as simple unformatted text.
...
Documentation (and perhaps menu items) need still to be a bit
clarified in order to distinguish the various paste options
for the average user.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40060 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-29 15:42:01 +00:00
Tommaso Cucinotta
c5496cbf5d
Remove conflict for menu shortcut.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39862 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-15 13:27:00 +00:00
Tommaso Cucinotta
164ae1584a
Added Export As... dialog, exploiting the new destination path that can
...
be specified when exporting.
This fixes #3402 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39805 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-06 13:47:42 +00:00
Uwe Stöhr
7ba7ce4006
new module and example file for chemical risk and safety statements; requires the package rsphrase which is bundled with the package mhchem that we already support
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39545 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 03:59:16 +00:00
Jürgen Spitzmüller
6a3ff009db
Issue the math space dialog (not the text one) when in math (bug 7746).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39536 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-27 10:45:59 +00:00
Uwe Stöhr
960897aded
stdmenus.inc: correct previous commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39488 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-18 14:36:10 +00:00
Uwe Stöhr
a2e314206c
stdmenus.inc: new menu entry for inset-select-all
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39487 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-18 14:27:48 +00:00
Uwe Stöhr
9a7117af5b
- lilypond.lyx: adjust some formattings
...
- stdmenus.inc: add lilypond.lyx to the specific manuals, sort the entries, remove multicol as this is now gone (included in the Additional manual
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39450 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-09 14:44:46 +00:00
Pavel Sanda
5005facace
Add visible space. After long discussion the solution is part of InsetSpace.
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169847.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39367 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-23 18:40:21 +00:00
Pavel Sanda
1b53a52099
We have one missing string due to the bug in lyx_pot
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg167433.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38366 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-13 17:47:03 +00:00
Pavel Sanda
78263b1c19
Broken link, closing #7388 . Patch from Diego Queiroz.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38114 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-29 00:41:35 +00:00
Jürgen Spitzmüller
4a2d5b5177
resolve shortcut conflct
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37908 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-13 10:16:16 +00:00
Jürgen Spitzmüller
0489d3c496
Introduce new file format flag "menu=export" to define which document formats the File > Export menu should list. All other formats are available via the "More Formats & Options ..." (former "Custom ...") dialog.
...
The actual selection of formats needs to be audited.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37616 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-13 09:34:10 +00:00
Richard Heck
e5b25ce78e
Update all of our bind and ui files to format 1.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37253 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-18 15:42:27 +00:00
Uwe Stöhr
4cb349c468
stdmenus.inc: remove item that produced incorrect LaTeX code: a framed box can only have page breaks when there is no inner box, but this item created an framed box with a minipage as inner box _and_ allowed page breaks
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37142 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-06 23:53:32 +00:00
Richard Heck
c51838d3c9
Submenu for box insertion.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36788 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 13:01:59 +00:00
Georg Baum
4736356bf9
fix remaining bits of bug #6709
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36718 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-04 16:43:41 +00:00
Vincent van Ravesteijn
b20c579f5a
Fix bug #6709 : Inserting a numbered equation to a display equation toggles the display style.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36674 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 02:55:52 +00:00
Georg Baum
7edd656f21
Fix inserting subscript/superscript with nonempty selection by creating a dedicated lfun:
...
inset-insert simply swallows the selection, while box-insert, note-insert etc.
put the selection inside the new inset.
As a side effect the toolbar icons get better names, as requested by Uwe.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36451 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-23 20:09:08 +00:00
Georg Baum
dea050cb93
fix bug 3008: Add subscript/superscript inset for text
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36424 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-21 17:00:12 +00:00
Pavel Sanda
2d748d4f24
Shortcut clash
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36338 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-17 15:35:36 +00:00
Pavel Sanda
bf486d1ad9
Synchro menu items
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36322 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-16 19:43:32 +00:00
Uwe Stöhr
251da8a82a
stdmenus.inc: add entry for multirow
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35723 a592a061-630c-0410-9148-cb99ea01b6c8
2010-10-20 00:43:27 +00:00
Uwe Stöhr
a5776fcc64
FeynmanDiagrams: some cleanup for previous commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35471 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-21 02:53:03 +00:00
Uwe Stöhr
f61f5b9192
- Math.lyx: describe Feynman diagrams
...
- FeynmanDiagrams.lyx: new example file (specific manual)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35470 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-21 02:18:36 +00:00
Edwin Leuven
d4e4868aac
add regular expr to insert menu
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35430 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-18 08:36:09 +00:00
Abdelrazak Younes
d8981b13ae
* Get rid of LFUN_TOC_INSERT: we use LFUN_INSET_INSERT "toc".
...
* Fix usage of "inset-insert type" without CommandInset arguments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35345 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-12 07:56:08 +00:00
Abdelrazak Younes
a648c39b70
Get rid of LFUN_LINE_INSERT: we use LFUN_INSET_INSERT "line".
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35344 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-12 07:01:24 +00:00
Pavel Sanda
5e82a48f21
UI glitch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35315 a592a061-630c-0410-9148-cb99ea01b6c8
2010-09-07 12:52:46 +00:00
Uwe Stöhr
3b43bcbeb0
stdmenus.inc: I guess it is more logic to first show the source then the messages in the view menu
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35186 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-24 01:25:46 +00:00
Peter Kümmel
c09d33120d
UNDO: enc
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34943 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-17 16:09:26 +00:00
Uwe Stöhr
72292b98a6
support for formal math script
...
- fileformat change
- fixes #2340
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34941 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-17 15:51:11 +00:00
Peter Kümmel
56a7a67783
add first version of .lyx file encryption. It's disabled by default and could out-of-the-box only by compiled on Linux with cmake and with openssl-devel packeges.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34931 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-17 12:26:11 +00:00
Richard Heck
319ca06167
Rename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34597 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-04 22:53:44 +00:00
Pavel Sanda
ea24773537
Unify Inter-word and Interword space strings.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34335 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-28 21:48:03 +00:00
Pavel Sanda
98f106f2ca
Guify forward search.
...
No viewer set by default, which keeps context menu clean for uninterested users.
Settings are hinted at combobox.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34149 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-16 08:09:07 +00:00
Jean-Marc Lasgouttes
e8529a2ecf
Get rid of all-insets-toggle and explain how to replace it with inset-forall.
...
Change inset-forall so that screen is not repainted at each iteration, since this lead to very slow opeartion on large files. This is not a problem for current uses, but can potentially lead to crashes.
See ticket #6641 for more thoughts and possible solutions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34092 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-08 12:39:41 +00:00
Pavel Sanda
c942233de3
Unintentional part of previewinset stuff
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33993 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 21:25:05 +00:00
Vincent van Ravesteijn
bb69584112
Introduce InsetPreview.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33890 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-28 13:47:50 +00:00
Vincent van Ravesteijn
d415a1f554
Add "Info settings" to the Edit menu.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33647 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-06 17:51:40 +00:00
Pavel Sanda
3b120c8eeb
Also menu
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33530 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-22 02:00:51 +00:00
Abdelrazak Younes
1dce70d3d4
Forgot about this file in r33495, sorry.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33502 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-18 10:47:40 +00:00