Commit Graph

235 Commits

Author SHA1 Message Date
ChunEon Park 9d2e70f631 panes - fixed memory double free crash.
caused by this commit. 29e4aa94c6
2014-02-04 22:23:14 +09:00
ChunEon Park d72b0756d2 edj_mgr - refactoring.
removed edj_mgr instance handling outside of the edj_mgr.
edj_mgr is also singleton instance.
don't need to handle the instant unnecessarily.
2014-02-04 22:20:40 +09:00
ChunEon Park 542e2a9075 enventor - code clean up.
hide data types as possible.
2014-02-04 21:48:06 +09:00
ChunEon Park 29e4aa94c6 panes - refactoring.
it's now singleton style.
only base gui access this panes internally.
2014-02-04 21:37:49 +09:00
ChunEon Park 13d1a9f2c8 statusbar - ellipsis group name when the string is long. 2014-02-04 19:18:43 +09:00
ChunEon Park 21e992a341 statusbar - use a exist function for setting initial cursor position. 2014-02-04 17:58:07 +09:00
ChunEon Park 79eb7b7f88 modify gui.
display file path on the window title not on the statusbar.
2014-02-04 17:55:56 +09:00
ChunEon Park afb618365a refactoring.
Added base_gui for handling basic window, layout and panes so that other files refer them.
2014-02-04 17:20:39 +09:00
Daniel Juyung Seo 34f3e57d9e enventor - fixed build warnings in build.c 2014-02-04 00:50:36 +09:00
Daniel Juyung Seo 7c5c7dd999 enventor - fixed build warnings. 2014-02-03 20:34:33 +09:00
Jihoon Kim fa85c1bf15 Use key not keyname for considering setxkbmap
ex> setxbmap -layout fr
In french layout, 'q' key will be replaced with 'a'. Therefore, key should be used instead of keyname.
2014-02-01 16:22:00 +09:00
ChunEon Park efab2b76a1 menu, config - hide internal structure type since they are private.
affected by these patchs

4fcf8eaef7
9af9369c79
2014-01-30 12:28:07 +09:00
ChunEon Park 9651c0dddd ctxpopup - rename part name for consistency. 2014-01-30 12:25:35 +09:00
ChunEon Park 3aefa8ff8a hotkeys - add a trigger button for hotkey gui enable/disable 2014-01-30 12:18:31 +09:00
ChunEon Park 0f8a545b48 menu - removed redundant code.
there is no such style since dark theme has become default.
2014-01-30 11:44:23 +09:00
ChunEon Park faf6a5f803 hotkeys - enable f5, f6 hotkeys. 2014-01-30 03:17:59 +09:00
ChunEon Park f4f65b7fc9 hotkeys - code refactoring.
removed duplicated code by using a common func.
2014-01-30 02:59:51 +09:00
ChunEon Park f16c21a0dc menu - set global menu instance as possible as soon.
we aren't sure when the global menu instance is accessed in the future.
so make it safe as possible.
2014-01-30 02:49:22 +09:00
ChunEon Park 4fcf8eaef7 config - got rid of config instance handling outside of the config_data scope.
count config as a singletone instance also.
since we won't handle multiple configs in the enventor.
2014-01-30 02:45:10 +09:00
ChunEon Park b4b5c1b112 config - refactoring.
arrange function positions from static to external in a file.
2014-01-30 02:11:21 +09:00
ChunEon Park 93a82c8882 menu - code refactoring.
removed duplicated codes bu common funcs.
2014-01-30 02:05:51 +09:00
ChunEon Park 0f873f5f17 menu - code refactoring.
arrange the functions position from static to external in a file.
2014-01-30 01:46:02 +09:00
ChunEon Park f2e4f53c59 menu - don't need to return menu instance anymore.
menu is handled globally with the singleton way.
2014-01-30 01:19:29 +09:00
ChunEon Park 9af9369c79 refactoring - got rid of menu instance handling.
count menu as a singleton instance.
since we can not image multiple menus in the enventor.

now code is getting simpler.
2014-01-30 01:15:33 +09:00
ChunEon Park 39fb929aeb fix build break -- oops missed files.
added them all.
2014-01-29 22:29:45 +09:00
ChunEon Park 4542644e81 implementing hotkey menu 2014-01-29 22:28:02 +09:00
ChunEon Park 3024ee6cca refactoring - removed menu_opened variable from the main.
it's duplicated variable to require sync.
menu itself keeps the menu_open status.
2014-01-29 21:56:29 +09:00
ChunEon Park 92ed6d5e65 keep the current view scale even if new views are come. 2014-01-29 15:42:30 +09:00
ChunEon Park 98e6664c13 don't say any message if the scale value is not changed. 2014-01-29 15:08:44 +09:00
ChunEon Park 6ab7716874 apply gui to set the view scale in the option menu. 2014-01-28 15:22:26 +09:00
ChunEon Park 867c6bf2ed support view scale factor change.
use ctrl + mouse wheel up/down
2014-01-27 01:21:02 +09:00
ChunEon Park 967644fb2c improve panes left/right button gui. 2014-01-26 04:14:42 +09:00
ChunEon Park d404e197be enventor - more syntax color keywords 2013-12-31 11:29:47 +09:00
ChunEon Park f753843dc4 enventor - more syntax color keyword support. 2013-12-27 20:04:02 +09:00
Daniel Juyung Seo eaf349394d enventor - use eina_stringshare_refplace instead of
eina_stringshare_replace in case of both strings are stringshared.

Thanks to zmike.
2013-12-13 03:04:57 +09:00
Daniel Juyung Seo 27cb2ab4e7 enventor - use eina_stringshare_replace instead of eina_stringshare_add
+ del.
2013-12-13 02:30:44 +09:00
Ryuan Choi 234e37c519 Store last accessed path of load/save dialog to revisit next time.
Summary:
There are some use cases.
User may re-open dialog when wrong file are selected.
And user may want to save edc file which he loaded and modified.

Reviewers: Hermet

Reviewed By: Hermet

CC: seoz

Differential Revision: https://phab.enlightenment.org/D353
2013-12-12 21:54:39 +09:00
Cedric BAIL f4e52b15de autotools: update to simplified quicklaunch build. 2013-12-11 15:21:38 +09:00
ChunEon Park cafa7052de enventor - enable auto indentation 2013-11-28 12:58:34 +09:00
ChunEon Park f821df405a enventor - add a syntax color word. 2013-11-23 19:34:15 +09:00
ChunEon Park cfbfc6ee2f enventor - support color syntax "rotation" 2013-11-11 09:33:18 +09:00
ChunEon Park 61c8e00df6 enventor - specify the file lists those are included.
now make distcheck could be finished successfully.
2013-11-09 15:28:43 +09:00
ChunEon Park c4467b2d37 Revert "enventor - no more workaround code. it works now...?"
This reverts commit 27530e9d2d.

no, still it has the problem. when you insert the template code,
the cursor will be set to 0 position.
2013-10-20 02:26:52 +09:00
ChunEon Park 27530e9d2d enventor - no more workaround code. it works now...? 2013-10-19 00:28:50 +09:00
ChunEon Park 6b37c2b9de enventor - increase lines less 1 when insert template code.
since it doens't considered the current empty line, it increases the lines much more than 1.
2013-10-19 00:09:15 +09:00
ChunEon Park 4915eb89d0 enventor - fix the invalid object access.
don't delete callbacks if it failed to find new part object.
2013-10-18 23:50:46 +09:00
ChunEon Park 2d26f4ec5a enventor - update ctxpoup style along with dark theme. 2013-10-18 18:23:47 +09:00
ChunEon Park 2f474818af enventor - elaborate syntax color. 2013-10-18 17:01:51 +09:00
ChunEon Park 6f06d145e7 enventor - update the status of the cursor position correctly.
status of the cursor position should be updated whenever cursor is changed regardless of it's mechanism.
2013-10-18 14:58:40 +09:00
ChunEon Park 303bd779e1 enventor - no more support theme change.
now enventor works only on the dark theme based.
2013-10-18 13:41:47 +09:00