mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Added linux mate terminal option in setup
git-svn-id: svn://ultimatepp.org/upp/trunk@5314 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7cb52af854
commit
847ce4b98d
4 changed files with 594 additions and 579 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef _ide_Core_icpp_init_stub
|
||||
#define _ide_Core_icpp_init_stub
|
||||
#include "Esc/init"
|
||||
#include "Web/init"
|
||||
#include "coff/binobj/init"
|
||||
#include "plugin/bz2/init"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -315,9 +315,11 @@ void Ide::SetupFormat() {
|
|||
ide.kde.Hide();
|
||||
ide.gnome.Hide();
|
||||
ide.xterm.Hide();
|
||||
ide.mate.Hide();
|
||||
#endif
|
||||
ide.kde <<= callback2(SetConsole, &ide.console, "/usr/bin/konsole -e");
|
||||
ide.gnome <<= callback2(SetConsole, &ide.console, "/usr/bin/gnome-terminal -x");
|
||||
ide.mate <<= callback2(SetConsole, &ide.console, "/usr/bin/mate-terminal -x");
|
||||
ide.xterm <<= callback2(SetConsole, &ide.console, "/usr/bin/xterm -e");
|
||||
|
||||
edt.filetabs
|
||||
|
|
|
|||
|
|
@ -468,11 +468,12 @@ LAYOUT(SetupIdeLayout, 512, 264)
|
|||
ITEM(Button, xterm, SetLabel(t_("xterm")).LeftPosZ(108, 52).TopPosZ(196, 20))
|
||||
ITEM(Button, gnome, SetLabel(t_("Gnome")).LeftPosZ(164, 52).TopPosZ(196, 20))
|
||||
ITEM(Button, kde, SetLabel(t_("KDE")).LeftPosZ(220, 52).TopPosZ(196, 20))
|
||||
ITEM(Label, dv___15, SetLabel(t_("HYDRA threads:")).LeftPosZ(376, 80).TopPosZ(4, 19))
|
||||
ITEM(Button, mate, SetLabel(t_("Mate")).LeftPosZ(276, 52).TopPosZ(196, 20))
|
||||
ITEM(Label, dv___16, SetLabel(t_("HYDRA threads:")).LeftPosZ(376, 80).TopPosZ(4, 19))
|
||||
ITEM(EditIntSpin, hydra1_threads, Max(64).Min(1).LeftPosZ(460, 48).TopPosZ(4, 19))
|
||||
ITEM(Option, output_per_assembly, SetLabel(t_("Use unique output directory per assembly (append assembly name to output director)")).LeftPosZ(4, 492).TopPosZ(224, 16))
|
||||
ITEM(Switch, gdbSelector, SetLabel(t_("Current stable implementation \nGDB_MI2 (experimental)")).LeftPosZ(184, 168).TopPosZ(24, 32))
|
||||
ITEM(LabelBox, dv___19, SetLabel(t_("GDB Debugger interface")).LeftPosZ(176, 188).TopPosZ(4, 64))
|
||||
ITEM(LabelBox, dv___20, SetLabel(t_("GDB Debugger interface")).LeftPosZ(176, 188).TopPosZ(4, 64))
|
||||
END_LAYOUT
|
||||
|
||||
LAYOUT(SetupAstyleLayout, 544, 280)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue