Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an option for disable shift + clear #368

Open
wants to merge 16 commits into
base: upsilon-dev
Choose a base branch
from

Conversation

cartoone222
Copy link

i have code this issue #285

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478589 bytes 226520 bytes 1820 bytes 228340 bytes 1303053 bytes
+168 bytes +272 bytes +0 bytes +0 bytes +0 bytes +440 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

Copy link
Member

@Yaya-Cout Yaya-Cout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some things to change and I didn't built, but it looks OK.

escher/src/text_area.cpp Outdated Show resolved Hide resolved
@@ -81,3 +81,4 @@ ExtAppWriteExplanation1 = "By default, external applications"
ExtAppWriteExplanation2 = "cannot write to memory"
ExtAppWriteExplanation3 = "flash (persistent) of your calculator."
ExtAppEnabled = "Pin up"
Clearshiftlock = "shortcut shift + clear"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to capitalize first letter ? (in others languages too)

@@ -36,6 +36,8 @@ class GlobalPreferences {
void setAutocomplete(bool autocomple) { m_autoComplete = autocomple; }
bool syntaxhighlighting() const { return m_syntaxhighlighting; }
void setSyntaxhighlighting(bool syntaxhighlight) { m_syntaxhighlighting = syntaxhighlight; }
bool clearalphalockshift() const { return m_clearalphalockshift; }
void setclearalphalockshift(bool clearalphalockshift) { m_clearalphalockshift = clearalphalockshift; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why alphalock ? Isn't this about Shift + Clear ?

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478589 bytes 226520 bytes 1820 bytes 228340 bytes 1303053 bytes
+168 bytes +272 bytes +0 bytes +0 bytes +0 bytes +440 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478589 bytes 226520 bytes 1820 bytes 228340 bytes 1303053 bytes
+168 bytes +272 bytes +0 bytes +0 bytes +0 bytes +440 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

@cartoone222
Copy link
Author

i hope i havent break all

@cartoone222
Copy link
Author

cool is ok

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478589 bytes 226520 bytes 1820 bytes 228340 bytes 1303053 bytes
+168 bytes +272 bytes +0 bytes +0 bytes +0 bytes +440 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478597 bytes 226520 bytes 1820 bytes 228340 bytes 1303061 bytes
+168 bytes +280 bytes +0 bytes +0 bytes +0 bytes +448 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

Copy link
Member

@Yaya-Cout Yaya-Cout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, why is it named "clearalphalockshift" ?

apps/settings/sub_menu/code_options_controller.cpp Outdated Show resolved Hide resolved
escher/src/text_area.cpp Outdated Show resolved Hide resolved
@cartoone222
Copy link
Author

ok is beacaus i have change function name and e not variable name

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478597 bytes 226520 bytes 1820 bytes 228340 bytes 1303061 bytes
+168 bytes +280 bytes +0 bytes +0 bytes +0 bytes +448 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

1 similar comment
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478597 bytes 226520 bytes 1820 bytes 228340 bytes 1303061 bytes
+168 bytes +280 bytes +0 bytes +0 bytes +0 bytes +448 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478597 bytes 226520 bytes 1820 bytes 228340 bytes 1303061 bytes
+168 bytes +280 bytes +0 bytes +0 bytes +0 bytes +448 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

@cartoone222
Copy link
Author

thank you for your patience I think everything is ok now

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822476 bytes 478317 bytes 226520 bytes 1820 bytes 228340 bytes 1302613 bytes
Head 822644 bytes 478597 bytes 226520 bytes 1820 bytes 228340 bytes 1303061 bytes
+168 bytes +280 bytes +0 bytes +0 bytes +0 bytes +448 bytes
+0.0 % +0.1 % +0.0 % +0.0 % +0.0 % +0.0 %

@cartoone222
Copy link
Author

why the test dosent complet ?

apps/global_preferences.h Show resolved Hide resolved
apps/global_preferences.h Outdated Show resolved Hide resolved
apps/global_preferences.h Show resolved Hide resolved
apps/settings/base.de.i18n Show resolved Hide resolved
@cartoone222
Copy link
Author

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants