Al Poole
57d2c5810a
edi_theme: Add support for colour themes in EDI.
...
Finally adding theme support for Elm_Code_Widget. Fairly
self-explanatory. Settings-> Display -> Choose theme. Work
from both myself and Andy Williams on this one. A good one!
5 years ago
Al Poole
3e3e0fde8d
edi_settings: set the default debugger as the selected if none set.
...
This will use the first and default debug command when no user
preference has been set. This is gdb.
5 years ago
Andy Williams
03d3a45c01
Remove trailing symbols from translations
...
Fixes T6189
5 years ago
Al Poole
29c5ecb538
edi_debug: improve debugging support.
...
This improves support and simplifies some of the debugging tasks.
5 years ago
Andy Williams
49b8b3f5b9
l10n: Update strings to remove non-translation and trailing symbols we can add in code
5 years ago
Andy Williams
08547bbd3a
Add translation support
...
Fixes T5901
5 years ago
Andy Williams
fae8350ea1
settings: fix graphical glitch on smaller screens
6 years ago
Al Poole
d75cbafda2
popups/focus: add improvment to popup visuals. Also select items in settings panel to improve behaviour.
...
Reviewers: ajwillia.ms
Reviewed By: ajwillia.ms
Differential Revision: https://phab.enlightenment.org/D4958
6 years ago
Al Poole
c115f95cd2
settings: project panel - make entry widgets inset.
...
Reviewers: ajwillia.ms
Reviewed By: ajwillia.ms
Tags: #edi
Differential Revision: https://phab.enlightenment.org/D4948
6 years ago
Andy Williams
784236a787
Update to changed EFL setup for frame titles
6 years ago
Andy Williams
b257e81955
scm: Fix naming and hide implementation details
...
Also don't set credentials for push - only needed for commit
6 years ago
Andy Williams
9cf9fa415c
scm: make remote adding not overwrite previous remotes
...
Also set upstream tracking by default not fixing retrospectively
6 years ago
Andy Williams
38e971647c
scm: Update settings screen to be a little smoother
...
Hide when there is no scm detected for the current project.
Add to news :)
6 years ago
Andy Williams
e69cdf44d1
scm: add safety in code and in git branching
...
We assume origin is the name of our remote in some places so must
do so everywhere - otherwise we can overwrite the wrong remote
6 years ago
Al Poole
d208afac91
scm: add support for SCM (git) in library and the UI.
...
Reviewers: ajwillia.ms
Reviewed By: ajwillia.ms
Tags: #edi
Differential Revision: https://phab.enlightenment.org/D4938
6 years ago
Andy Williams
2262d7bf1c
elm_code: Removed and migrated to using the elementary merged version
7 years ago
YeongJong Lee
9f112d07ae
ui:fix title bar attribute of settings, about window
...
Summary:
ui:fx title bar attribute of settings, about window.
when using not enlightenment but other window manger, settings,about window can't be closed with one click.
they need close button.
Test Plan:
1. start edi.
2. select project.
3-1. click settings icon.
3-2. click About icon.
Reviewers: ajwillia.ms
Reviewed By: ajwillia.ms
Differential Revision: https://phab.enlightenment.org/D3979
7 years ago
Andy Williams
70742e1c73
ui: use standard icon names
...
remove deprecated lookup order calls as icon theme is set by user
7 years ago
Andy Williams
b3a9bd0f2c
Update to latest eo syntax
...
Thanks for the script Tom :)
7 years ago
Andy Williams
557fb79396
[editor] Support space insertion instead of tabs
...
Elm_Code support and option in Edi to use spaces when the
Tab key is pressed - make this default too.
7 years ago
Andy Williams
2f0347b108
[editor] Make whitespace trimming an option
...
Add a global setting to turn off the behaviour
8 years ago
Andy Williams
fdd2a69333
[settings] Fix typo causing compile error
...
Fixes github issue #4
8 years ago
Andy Williams
e3ed8806c3
elm_code: add legacy API.
...
Refactor eo API in line with elm_obj_* elsewhere
8 years ago
Andy Williams
78252cefc1
run: Add args to settings for default run button
8 years ago
Andy Williams
d4670583df
builds: Add a run button and the launch config to support.
...
I expect we can support a list of these later so for now
support passing around the launch config.
8 years ago
Andy Williams
10dc1c77bd
setting: Add a font picker
...
Monospace only so we get a deccent looking result.
Mostly from the terminology project - thanks guys
8 years ago
Andy Williams
fe5411b5c3
settings: Split into project and global settings
...
This should clarify what the user is setting.
Need to make the "headers" non-clickable but not sure how
8 years ago
Andy Williams
b4224ff36c
settings: Fix alignment of display settings
8 years ago
Andy Williams
bd55404b42
Allow hiding of the toolbar
8 years ago
Andy Williams
bf17d7c8af
config: save project config in the project dir
...
globally storing info about projects loaded, file associations
and the general user preference.
GUI and usage settings stored in <project>/.edi folder
8 years ago
Andy Williams
0da1c9a5e3
Settings: add a background to the window
8 years ago
Andy Williams
efec7c1f37
editor: add tabstop configuration
...
Allow setting of the tabstop. App wide for now.
8 years ago
Andy Williams
f1571f296e
settings: Allow configuration of line width marker
8 years ago
Andy Williams
4db1c2b826
settings: Fix compile error due to wrong type name
8 years ago
Andy Williams
0509eb1841
settings: configure the display of whitespace
...
Refresh this when config changes
8 years ago
Andy Williams
e62ddd5bc1
config: add settings screen
...
Add a new autosave flag, upgrade config so it's set.
Listen to a config_changed event to update UI where required.
8 years ago