Commit Graph

81 Commits

Author SHA1 Message Date
Hermet Park 8ffc1e0a68 bump up version, 0.9.0 2016-06-05 13:34:24 +09:00
Hermet Park fe4cc81da1 updated about 2016-05-25 02:34:00 +09:00
Hermet Park d74f4afed0 updated about 2016-05-22 11:08:20 +09:00
Jaehyun Cho 2be4e6c3d3 file_browser: Show workspace directory.
File browser shows workspace directory and its sub files.
Workspace directory is set with argument "-w" and directory path.
(e.g. enventor -w ./workspace)

This commit implements T3389.
2016-04-15 21:06:45 +09:00
Jaehyun Cho ff8136dbf3 file_browser: Add file browser.
File browser shows "collections" main EDC.

This commit implements T3388.
2016-04-15 18:54:02 +09:00
taehyub df7a9f51f8 tools: support mirror mode
Summary: Added new toolbar item to support mirror mode

Test Plan:
1. luanch enventor
2. toggle mirror mode item of toolbar at the left-top or press ctrl + M
3. see the mirror mode working well

Reviewers: Jaehyun_Cho, NikaWhite, Hermet

Differential Revision: https://phab.enlightenment.org/D3813
2016-03-25 13:30:33 +09:00
Hermet Park 87820ee919 updated README 2016-03-07 20:19:54 +09:00
Hermet Park b891b071be edc_navigator: not completed. but first patch set for base layout & infra 2016-02-22 20:44:41 +09:00
Hermet Park 0eacf2eb08 one more doc updation. 2016-02-19 17:32:14 +09:00
Hermet Park 956141c920 update readme/about guide. 2016-02-19 17:29:29 +09:00
Hermet Park d35a229eab update dummy parts interfaces.
change toggle dummy swallow to dummy parts
because now dummies include spacer and swallow.
2016-01-02 14:06:59 +09:00
Hermet Park 175a4355bf i hope this is the final. :-@ 2016-01-01 15:21:59 +09:00
Hermet Park d38f12313e clean the enventor description once again. 2016-01-01 15:20:50 +09:00
Hermet Park 4b5cd462c6 make enventor description clean and tidy. 2016-01-01 15:15:58 +09:00
Hermet Park d17e5b14b1 bump version up for v0.7.0 release. 2016-01-01 15:09:58 +09:00
Stephen Houston b56a87b550 Enventor: Fix some grammatical/spelling issues. 2015-10-30 07:40:21 -05:00
ChunEon Park b4a80c112d get prepare for v0.6.0 2015-06-23 21:38:16 +09:00
ChunEon Park 099b87186f modify zoom behavior.
changed zoom up/down behavior only if view size is set.
it's been quitely useless zoom up/down function without any base size.
2015-06-23 21:30:26 +09:00
ChunEon Park 149faa3f35 updated README/ABOUT 2015-06-23 08:40:39 +09:00
ChunEon Park 5b7bdd95ba change the short-cut key usage.
previous panes toggle is triggered by ctrl + arrow keys.
But editor itself uses ctrl key for cursor move/jump.
To conserve the cursor key, we change the panes short-cut.

Thanks jpeg to report this.
2015-06-11 17:19:52 +09:00
ChunEon Park d8bac599a7 removed template code insert feature.
now enventor supports inserting part with live view editor,
i don't think this is required in enventor anymore.
2015-06-11 16:39:26 +09:00
ChunEon Park 02dca36f69 update help description. 2015-06-11 16:24:09 +09:00
Mykyta Biliavskyi 512e12c970 Update README and ABOUT files.
Update information accordingly to usage Enventor in CLI.
2015-06-03 20:06:52 +09:00
ChunEon Park a84a34a779 updated README 2015-02-28 14:34:40 +09:00
ChunEon Park 7720ce5cf5 bump up version 2015-02-28 13:43:36 +09:00
ChunEon Park 6c6afadf25 about: fix wrong shortcut keys info. 2014-12-15 09:27:23 +09:00
Lee Gwang-O b1259eb6b6 enventor: add description in README
Reviewers: Hermet

Reviewed By: Hermet

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1639
2014-11-05 20:39:15 +09:00
ChunEon Park 15b5363bda fix wrong package dependency.
Thanks Scimmia!
2014-11-03 23:24:35 +09:00
ChunEon Park 66d5c37320 updated docs 2014-11-01 00:18:15 +09:00
ChunEon Park 89eaac3468 bump up version 2014-11-01 00:14:24 +09:00
ChunEon Park 7c16c5731d update command line usage manual. 2014-10-14 15:49:28 +09:00
ChunEon Park 4ab0c5609c fix grammatic fault. 2014-09-11 11:30:14 +09:00
ChunEon Park 17e8a13303 about: add about file.
previousely, Enventor just showed the README file in about view.
now it just has own ABOUT file for better proper content.
2014-08-18 17:56:41 +09:00
ChunEon Park eccb47a28d add author list in readme 2014-08-15 20:16:10 +09:00
ChunEon Park eca2bb7889 live_edit: changed short cut key. 2014-08-13 19:38:46 +09:00
ChunEon Park f6fe9b7955 live_edit: revise the code 2014-08-11 16:32:35 +09:00
ChunEon Park 0cbf3b38be panes: support top/bottom drag for console. 2014-08-10 18:33:17 +09:00
ChunEon Park 7a771f79e2 console: implemented basic infra 2014-08-10 17:46:14 +09:00
ChunEon Park 950d2943a1 revise redo/undo code 2014-08-02 16:41:24 +09:00
ChunEon Park b98f837d81 updated README 2014-07-31 22:33:36 +09:00
ChunEon Park 9c7debc87c get ready to release v0.3.0 2014-07-19 14:38:27 +09:00
ChunEon Park adae9b6fd3 introduce new feature, auto completion. 2014-07-19 13:31:08 +09:00
ChunEon Park 0cf6bf5b51 goto - added new feature, go to line 2014-06-01 15:35:54 +09:00
ChunEon Park b653cf3b28 main - Modified font size short cut key.
Now you can change font size by using mouse wheel.

If the cursor is on the edje view, the view scale will be changed,
if the cursor on the editor, on the other hand, the font size will be changed.
2014-05-12 23:44:49 +09:00
ChunEon Park 21ea32d789 ready for v0.2
added README and bumpup the version.
2014-03-18 01:55:50 +09:00
ChunEon Park 8dcd605806 editor - now u can delete a current line with Ctrl+D 2014-03-11 00:01:23 +09:00
ChunEon Park 438ce976b0 enventor - added empty spaces for paragraphs change. 2014-03-09 02:37:12 +09:00
ChunEon Park fb2b1f1dc4 updated README 2014-03-09 01:14:01 +09:00
ChunEon Park a565c48f24 statusbar - updated statusbar
reset shortcut key from f6 to f10
refactored internal function.
2014-03-09 01:12:28 +09:00
ChunEon Park dc3ce7be3f hotkeys - redesign ui 2014-03-08 22:55:48 +09:00