[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branch_1_6: kdeextragear-2/kile/kile
From:       Jeroen Wijnhout <wijnhout () science ! uva ! nl>
Date:       2004-02-15 20:03:23
Message-ID: 20040215200323.960EF9672 () office ! kde ! org
[Download RAW message or body]

CVS commit by wijnhout: 

fix bug: [Bug 75307] New: 16270..16270 should not be used


  M +1 -1      kilestdactions.cpp   1.13.2.2


--- kdeextragear-2/kile/kile/kilestdactions.cpp  #1.13.2.1:1.13.2.2
@@ -185,5 +185,5 @@ void setupMathTags(KMainWindow *parent, 
 
         plist->append(new KileAction::Tag("$...$","mathmode",Qt::ALT+Qt::Key_M, \
parent, SLOT(insertTag(const KileAction::TagData&)), \
                parent->actionCollection(),"tag_mathmode","$","$",1));
-        plist->append(new KileAction::Tag("$$...$$",Qt::ALT+Qt::Key_E, parent, \
SLOT(insertTag(const KileAction::TagData&)), \
parent->actionCollection(),"tag_equation", "$$","$$", 2)); +        plist->append(new \
KileAction::Tag("\\[...\\]",Qt::ALT+Qt::Key_E, parent, SLOT(insertTag(const \
KileAction::TagData&)), parent->actionCollection(),"tag_equation", "\\[","\\]", 2));  \
(void) new KileAction::Tag("\\begin{equation}",0, parent, SLOT(insertTag(const \
KileAction::TagData&)), \
parent->actionCollection(),"tag_env_equation","\\begin{equation}\n","\n\\end{equation} \
",0,1);  (void) new KileAction::Tag("\\begin{eqnarray}",0, parent, \
SLOT(insertTag(const KileAction::TagData&)), \
parent->actionCollection(),"tag_env_eqnarray","\\begin{eqnarray}\n","\n\\end{eqnarray} \
",0,1);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic