diff --git a/src/gui/asmformattingwidget.ui b/src/gui/asmformattingwidget.ui index 98e50d9..845f21e 100644 --- a/src/gui/asmformattingwidget.ui +++ b/src/gui/asmformattingwidget.ui @@ -171,9 +171,6 @@ &Automatically format Microbe output - - Alt+A - diff --git a/src/gui/generaloptionswidget.ui b/src/gui/generaloptionswidget.ui index 1835a3a..03630d7 100644 --- a/src/gui/generaloptionswidget.ui +++ b/src/gui/generaloptionswidget.ui @@ -29,9 +29,6 @@ Reuse the same output view for code generation - - - @@ -40,9 +37,6 @@ Show voltage bars &on electronic components - - Alt+O - @@ -62,9 +56,6 @@ Show &grid: - - Alt+G - @@ -111,9 +102,6 @@ Restore opened doc&uments on startup - - Alt+U - @@ -122,9 +110,6 @@ Raise the &appropriate item selector on creating a new document - - Alt+A - @@ -133,9 +118,6 @@ Raise the &Messages log when compiling - - Alt+M - diff --git a/src/gui/gpasmsettingswidget.ui b/src/gui/gpasmsettingswidget.ui index 4beab8c..12722bc 100644 --- a/src/gui/gpasmsettingswidget.ui +++ b/src/gui/gpasmsettingswidget.ui @@ -56,9 +56,6 @@ Ign&ore case (-i) - - Alt+O - All user defined symbols and macros are case sensitive. This option makes them case insensitive. @@ -70,9 +67,6 @@ Generate DOS-formated hex file (-&n) - - Alt+N - By default, gpasm generates hex files using ISO format. However, some device programmers required a DOS formatted file. This option will cause gpasm to generate a DOS formatted hex file. diff --git a/src/gui/linkeroptionswidget.ui b/src/gui/linkeroptionswidget.ui index 18e0559..45ee0e6 100644 --- a/src/gui/linkeroptionswidget.ui +++ b/src/gui/linkeroptionswidget.ui @@ -81,9 +81,6 @@ &Output a map file (-m) - - Alt+O - diff --git a/src/gui/microsettingswidget.ui b/src/gui/microsettingswidget.ui index 1d43ea5..df11640 100644 --- a/src/gui/microsettingswidget.ui +++ b/src/gui/microsettingswidget.ui @@ -167,9 +167,6 @@ Drag it to set the type (input/output). Modif&y - - Alt+Y - @@ -178,9 +175,6 @@ Drag it to set the type (input/output). Rename - - - diff --git a/src/gui/newfilewidget.ui b/src/gui/newfilewidget.ui index 21d7afd..f207ec2 100644 --- a/src/gui/newfilewidget.ui +++ b/src/gui/newfilewidget.ui @@ -109,9 +109,6 @@ Creates a new circuit, with drag and drop editor. Real time simulation of the ci &Add to project - - Alt+A - true diff --git a/src/gui/oscilloscopewidget.ui b/src/gui/oscilloscopewidget.ui index 45f54da..610187e 100644 --- a/src/gui/oscilloscopewidget.ui +++ b/src/gui/oscilloscopewidget.ui @@ -200,9 +200,6 @@ Reset - - - diff --git a/src/gui/picprogrammerconfigwidget.ui b/src/gui/picprogrammerconfigwidget.ui index 0b2b381..8f54270 100644 --- a/src/gui/picprogrammerconfigwidget.ui +++ b/src/gui/picprogrammerconfigwidget.ui @@ -57,9 +57,6 @@ &Add ... - - Alt+A - @@ -68,9 +65,6 @@ Re&move - - Alt+M - diff --git a/src/gui/sdccoptionswidget.ui b/src/gui/sdccoptionswidget.ui index 99505d3..dc1c19b 100644 --- a/src/gui/sdccoptionswidget.ui +++ b/src/gui/sdccoptionswidget.ui @@ -44,9 +44,6 @@ Don't search in the standard librar&y directory (--nostdlib) - - Alt+Y - @@ -55,9 +52,6 @@ Don't search in the standard include directory (--nostdinc) - - - @@ -66,9 +60,6 @@ Disa&ble pedantic warnings (--less-pedantic) - - Alt+B - @@ -77,9 +68,6 @@ Use C&89 standard only (--std-c89) - - Alt+8 - Follow the C89 standard and disable SDCC features that conflict with the standard. @@ -91,9 +79,6 @@ Use C&99 standard only (--std-c99) - - Alt+9 - @@ -138,9 +123,6 @@ Stack auto&matic variables (--stack-auto) - - Alt+M - @@ -155,9 +137,6 @@ Integer li&braries were compiled as reentrant (--int-long-reent) - - Alt+B - @@ -172,9 +151,6 @@ Floating point librar&y was compiled as reentrant (--float-reent) - - Alt+Y - Floating point library is compiled as reentrant. @@ -186,9 +162,6 @@ Leave out the frame pointer (--fommit-frame-pointer) - - - @@ -197,9 +170,6 @@ Don't memcpy initialized &xram from code (--no-xinit-opt) - - Alt+X - Will not memcpy initialized data from code space into xdata space. This saves a few bytes in code space if you don't have initialized data. @@ -211,9 +181,6 @@ Callee will &always save registers used (--all-callee-saves) - - Alt+A - @@ -252,9 +219,6 @@ Disable overlaying leaf function &auto variables (--nooverlay) - - Alt+A - The compiler will not overlay parameters and local variables of any function, see section Parameters and local variables for more details. @@ -266,9 +230,6 @@ Disable the GCSE optimization (--nogcse) - - - @@ -277,9 +238,6 @@ Disable label optimi&zation (--nolabelopt) - - Alt+Z - Will not optimize labels (makes the dumpfiles more readable). @@ -291,9 +249,6 @@ Disable optimization of invariants (--noinvariant) - - - @@ -302,9 +257,6 @@ Disable loop variable induction (--noinduction) - - - @@ -313,9 +265,6 @@ Disable peep-hole optimization (--&no-peep) - - Alt+N - Disable peep-hole optimization. @@ -327,9 +276,6 @@ Disable loop reverse optimization (--noloopreverse) - - - Will not do loop reversal optimization. @@ -341,9 +287,6 @@ Opti&mize for compact code (--opt-code-size) - - Alt+M - The compiler will optimize code generation towards compact code, possibly at the expense of code speed. @@ -355,9 +298,6 @@ &Optimize for fast code (--opt-code-speed) - - Alt+O - The compiler will optimize code generation towards fast code, possibly at the expense of code size. @@ -369,9 +309,6 @@ Ena&ble inline assembly peephole optimization (--peep-asm) - - Alt+B - Pass the inline assembler code through the peep hole optimizer. This can cause unexpected changes to inline assembler code, please go through the peephole optimizer rules defined in the source file tree '<target>/peeph.def' before using this option. @@ -383,9 +320,6 @@ Don't generate boundary check for &jump tables (--nojtbound) - - Alt+J - @@ -424,9 +358,6 @@ Don't use default libraries (--nodefaultlibs) - - - @@ -435,9 +366,6 @@ Don't generate BANKSEL directives (--pno-banksel) - - - @@ -446,9 +374,6 @@ Use large stac&k model (--pstack-model=large) - - Alt+K - @@ -457,9 +382,6 @@ Show more debug info in assembl&y output (--debug-xtra) - - Alt+Y - @@ -468,9 +390,6 @@ E&xplicit enable of peepholes (--denable-peeps) - - Alt+X - @@ -479,9 +398,6 @@ Du&mp call tree in .calltree file (--calltree) - - Alt+M - @@ -490,9 +406,6 @@ Ena&ble stack optimizations (--fstack) - - Alt+B - @@ -501,9 +414,6 @@ Try to use conditional BRA instead of GOTO (--optimi&ze-goto) - - Alt+Z - @@ -512,9 +422,6 @@ Try to optimize some compares (--optimize-cmp) - - - @@ -523,9 +430,6 @@ Thorough data flow analyis (resource intensive) (--optimize-df) - - -