Alastair Poole
4cf0d7cbaa
0.8.0: RELEASE
3 years ago
Alastair Poole
876101cf95
panel: Fix mainview_goto_end()
...
Andy already added some of these APIs :)
3 years ago
Alastair Poole
ecfbe9c608
panel: Fix
3 years ago
Alastair Poole
a5aa6c2ee5
editor: control + insert.
3 years ago
Alastair Poole
3848c35c72
editor: shift+del
3 years ago
Alastair Poole
3c4d9529b9
editor: Add support for moving to file start/end.
...
Add API to mainview/mainview panel. Also add key combination
for ctrl+home and ctrl+end.
3 years ago
Alastair Poole
5a3e9864fa
tab: Focus Tab On Drag.
...
This is prettier
3 years ago
Alastair Poole
db2bdaf309
tabs: When we drag a tab, drag a tab.
...
Let's drag a tab visually when we drag the tab.
3 years ago
Alastair Poole
39b87b68f1
edi_exe: delete server object correct path.
...
The server wasn't deleted at the correct location. By fixing this
we ensure all object references are removed and destructor code
called which cleans up (including removing the socket etc).
Linux was much more lenient, though the BSD-specific lock code
brought this to light. Now this works properly.
3 years ago
Alastair Poole
29552d71c9
edi: Focus. Return to normal for release.
3 years ago
Alastair Poole
94c34fb185
config: default settings for release.
3 years ago
Alastair Poole
8135060177
menu: Add link to EFL documentation.
3 years ago
Alastair Poole
56d65bfee6
examples/templates: Update descriptions.
...
API is mostly out of BETA. Reflect this in examples.
3 years ago
Alastair Poole
b3b6933c9a
language: Tidy up loose ends (C #)
3 years ago
Alastair Poole
16d1d20480
meson: specify 0.50 due to features.
...
Require 0.50.
3 years ago
Alastair Poole
dbfb4ba30d
skeleton: Tidy up C EFL Skeleton
3 years ago
Alastair Poole
65878bab36
welcome: apply to correct obj
3 years ago
Alastair Poole
3de27c4297
UPDATE NEWS.
3 years ago
Alastair Poole
7c8c58016c
desktop: Fix
3 years ago
Alastair Poole
5cc4e13247
desktop: Fix missing
3 years ago
Alastair Poole
210f43a736
efl_project: Move from autotools to meson.
3 years ago
Alastair Poole
9f834e35bb
Welcome: Don't Pop Naviframe.
...
This fixes the annoying "feature" where pressing "Escape" in the
EDI wizard will remove all content from the window.
3 years ago
Alastair Poole
036773e57f
README: Update
3 years ago
Alastair Poole
80fed3d586
Release: Prepare for 0.8.0
3 years ago
Alastair Poole
e24efedb52
theme: Solarized Fix w/libclang syntax.
...
Colour issues with syntax highlighting using libclang for
syntax highlighting and code aware ness. This fixes the
token :)
3 years ago
Alastair Poole
551c885fec
tasks: Search only when specified.
...
This can be quite intensive with a LARGE software project
such as EFL. Let's only search when instructed.
3 years ago
Alastair Poole
3ff2ebdbf9
settings: Use Global as Title.
...
This item is used as a title. Let's not allow focus
3 years ago
Alastair Poole
9e76b4523d
screens: welcome text and image (revert).
...
Andy's right about this one. The image isn't any better.
3 years ago
Alastair Poole
8bb0f7ba18
scm: Correct SCM file panel behaviour.
...
Track untracked files. SCM menu options were listing wrong in
the file panel menu, this corrects this
3 years ago
Alastair Poole
7ae7ee13aa
mainview: refactor tab swap.
3 years ago
Alastair Poole
b36d44edf6
mainview: rename struct members.
3 years ago
Alastair Poole
58d9e3dc37
save: wrong thread for this api
3 years ago
Alastair Poole
0782c959df
mainview: hide tab tooltip on drag.
3 years ago
Alastair Poole
ae186d22e5
mainview: Changes.
...
Add edi_mainview_select_path API.
Improve tab dragging behaviour.
Improve behaviour on stash or undo changes.
Tidying.
3 years ago
Alastair Poole
301b8c009f
mainview: Introduce Edi_Mainview_Item Tab.
...
We really need more than an Elm_Object_Item to associate with
our visible tabs. This refactor adds this.
This work should've been committed together but we're in develop
so I say that's okay...not ideal.
3 years ago
Alastair Poole
51b5ccb76e
tabs: Make this move faster.
...
This is much faster.
3 years ago
Alastair Poole
29afbac89d
mainview: allow panel tab dragging.
...
For now this only works with one panel. Further testing and
changes may be required. This one might not work out.
Let's see.
3 years ago
Alastair Poole
98af64fd4a
scm: Add clone depth.
...
It's useful to either clone a full git history or one commit in
depth. One for cloning an existing (welcome screen) and one
shallow clone for our examples repo which is massive now!
This probably could become useful later on. It resolves the issue
of our examples being huge now.
3 years ago
Alastair Poole
9b29a396d9
editor: Fix build break.
...
Not very good. Fix this.
3 years ago
Alastair Poole
fc975f7196
editor: small change.
...
This should all be kept together.
3 years ago
Alastair Poole
90af33f893
editor: Use a separate thread to save.
...
Move elm_code_file_save into a thread. Else we can block the UI.
3 years ago
Alastair Poole
2e4a141c98
filepanel: Use edi_theme_icon_path_get.
...
Let's try to ensure our file panel will always display icons
even if the installed system has no icon themes installed.
I think this is the whole point of edi_theme_icon_path.. that
we are able to provide a UI that looks "okay" without messing
about with themes. People can do that themselves if they like
but an empty app GUI might put people off...let's not do it.
Again lovely icons from Faenza's author Mattieu James.
3 years ago
Alastair Poole
6311340663
editor: Typo.
3 years ago
Alastair Poole
c9500ca7e5
editor: Changes in Editor Mode.
3 years ago
Alastair Poole
1ae1048960
settings: Line numbers (enable/disable).
...
Add an option for this as we support it.
3 years ago
Alastair Poole
7602963bd2
config: Place all UI changes into one function.
...
When our config changes we can update UI elements. Move all
config changed events that affect our UI into one function.
3 years ago
Alastair Poole
d81ec35efe
welcome: clear templates on welcome.
...
If we go back we should clear our examples to avoid an ever-
growing list.
3 years ago
Alastair Poole
879ed821fe
main: logic fix for icon changes.
3 years ago
Alastair Poole
26f422bfd5
Examples: Introduce C# Examples.
...
We introduce C# examples to EDI.
Also the icon data/extra/examples/images/mono-runtime.png, which
is based on Faenza is released under the GPLv3 license (included).
The author, who goes by madmaxms or Marcus has no e-mail contact
information. His works can be found on Github at:
https://github.com/madmaxms .
Thanks very much for such a lovely icon for our Mono/C# templates.
3 years ago
Alastair Poole
77be4c4516
DEBUG: Add Mono Debugging Support.
3 years ago