Commit Graph

572 Commits

Author SHA1 Message Date
ChunEon Park d49f88e927 bump up version to 0.3.2 2014-08-30 15:11:24 +09:00
Mykyta Biliavskyi 8d5e5c847b dummy_object: change input param for edje_object_add from Evas_Object* to Evas*
Reviewers: Hermet

Subscribers: NikaWhite

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1355
2014-08-30 14:56:59 +09:00
Daniel Juyung Seo c687b539a7 edc_editor, edc_parser: fixed resource leak.
This fixes coverity CID 47576, 47577, and 47578.
2014-08-30 14:54:59 +09:00
Daniel Juyung Seo 7571783f4a config: fixed buffer not null terminated bug.
This fixes coverity CID 47570.
2014-08-30 14:54:28 +09:00
Daniel Juyung Seo 229a9e2a68 search: initialize the local variable.
This fixed coverity CID 47575.
2014-08-30 14:54:19 +09:00
ChunEon Park a985f33cae auto_comp: reset tooltip at better proper position.
it's better to reset tooltip content callback when it's going off.
2014-08-30 14:53:00 +09:00
ChunEon Park f8fb99a5ab auto_comp: correct candidates lists.
Reset content_cb to have guarantee the callback call.
If anchor is changed faster than tooltip hide,
the callback won't be called since tooltip regards the content callback is same with before.
2014-08-30 14:52:14 +09:00
ChunEon Park 43e0887f4e updated AUTHORS 2014-08-30 14:51:08 +09:00
Alex-P. Natsios 6a006ad32f auto_completion - fix typo for 'relative'
Summary:
Fixes a typo in the completion popup.

relatvie -> relative

Test Plan: try to open a popup that suggests autocompletion for 'relative'

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1299
2014-08-30 14:50:45 +09:00
ChunEon Park 13db2e20bc ctxpopup: free the resource after use 2014-08-30 14:50:06 +09:00
Mykyta Biliavskyi f113552e43 menu: Update window title on creation empty project.
Summary:
empty file creation changes window title.
Sets filepath into title. @fix

Reviewers: Hermet

Reviewed By: Hermet

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1287
2014-08-30 14:49:38 +09:00
Mykyta Biliavskyi e8786202a5 menu: Fix change window title.
Summary: When file saved with new name -  changes title of main window. @fix

Reviewers: Hermet

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1286
2014-08-30 14:49:03 +09:00
ChunEon Park 6be82f90cd edc_editor: update file path on title exactly. 2014-08-30 14:48:19 +09:00
ChunEon Park a79c423b37 updated AUTHORS
Conflicts:

	AUTHORS
2014-08-30 14:47:41 +09:00
Mykyta Biliavskyi 310e5feb89 edc_editor: fix segfault on last character undo.
Summary:
In case when undone character(s) in entry, was call updating syntax highlight. If entry is empty, then pointer of text  didn't cleared and it was cause segfault in evas_textblock module.
@fix Fixes T1480

Reviewers: Hermet

Subscribers: kfesyna

Projects: #enventor

Maniphest Tasks: T1480

Differential Revision: https://phab.enlightenment.org/D1272

Conflicts:

	src/bin/edc_editor.c
2014-08-30 14:47:11 +09:00
ChunEon Park be786d617f indent: free the used memory. 2014-08-30 14:45:51 +09:00
ChunEon Park 10848a3c99 bump up version. 2014-08-02 18:50:25 +09:00
ChunEon Park 7b711c9fc8 editor: update current line status properly.
put the line updation in the line inc/dec functions to be ensure.

Conflicts:

	src/bin/redoundo.c
2014-08-02 18:48:47 +09:00
ChunEon Park cdd1f989fe editor: set line number status correctly when edc is empty. 2014-08-02 18:48:08 +09:00
ChunEon Park cfa983db58 editor: update line status when text is changed. 2014-08-02 18:47:09 +09:00
Kateryna Fesyna 46b5582e4f edc_editor: focus lose on left-arrow key is pressed
Summary:
Call elm_object_focus_allow_set() function for en_line entry to
forbid focusing it, so en_editor would not lose its focus.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1246
2014-08-02 18:46:19 +09:00
ChunEon Park 9505d24711 edc_editor - fix the vertical scroller disappear on ctrl+v
Reproduce Step:
  a. Open new empty project.
  b. Input 'collections {'
  c. Copy and paste edc text (for example elementary video.edc text) to the Enventor edit window.

Current result: vertical scroller is not shown
Expected result: vertical scroller is shown

Signed-Off-By:Kateryna Fesyna<k.fesyna@samsung.com>
2014-07-26 14:10:14 +09:00
ChunEon Park 3771fc8afb edc_editor - fix the disappear scrollable functionality.
Reproduce Step:
 a. Set font scale to 2.0;
 b. Set entry cursor to 1st position;
 c. Press Enter;
 d. Set cursor to 1st position;
 e. Press backspace;
 f. Press Del;

Current result: disappear scrollable functionality;
Expected result: delete 1st line.

Signed-Off-By:Kateryna Fesyna(k.fesyna@samsung.com)
2014-07-26 14:08:27 +09:00
ChunEon Park 32d1df73ae updated AUTHORS 2014-07-19 16:17:30 +09:00
ChunEon Park bdc865a84c dummy_obj - update properly when the swallow part is changed. 2014-07-19 16:03:46 +09:00
ChunEon Park 515efc710b fixed some memory leaks. 2014-07-19 15:50:40 +09:00
ChunEon Park c5d1467513 edc_parser - fixed memory leaks 2014-07-19 15:34:47 +09:00
ChunEon Park 6d0c720b20 fixed some memory leaks that detected by valgrind. 2014-07-19 15:07:25 +09:00
ChunEon Park 3d8ca8112f statusbar - enable in default 2014-07-19 14:45:07 +09:00
ChunEon Park 9c7debc87c get ready to release v0.3.0 2014-07-19 14:38:27 +09:00
ChunEon Park 9d7c89b7b9 added missed a header. 2014-07-19 14:09:59 +09:00
ChunEon Park 873d212cd4 fix indentation. 2014-07-19 14:06:51 +09:00
ChunEon Park 1430eb9741 auto_completion - adjust scale value 2014-07-19 13:56:26 +09:00
ChunEon Park 408e6fd04d template - add a new template, minimum 2014-07-19 13:55:24 +09:00
ChunEon Park e84a03968a newfile - allow enter key for selecting an item. 2014-07-19 13:39:07 +09:00
ChunEon Park 3c0f61b4aa auto_completion - fix indentation 2014-07-19 13:35:35 +09:00
ChunEon Park adae9b6fd3 introduce new feature, auto completion. 2014-07-19 13:31:08 +09:00
ChunEon Park 4c8f205d2c templates - fix an indentation of a textblock template code. 2014-07-19 12:59:59 +09:00
ChunEon Park 4b45c690f3 change the desktop category to Development/Utility 2014-07-19 01:35:13 +09:00
ChunEon Park 4db65212a7 goto,search - fix gui scalability 2014-07-15 22:59:39 +09:00
ChunEon Park 544965020c editor - increase lines by one function call. 2014-07-15 22:16:23 +09:00
ChunEon Park fb754511d8 added more templates 2014-07-13 18:30:26 +09:00
ChunEon Park 01ceaa935c set focus on editor correctly.
previous menu_open_depth() is invalid bacause the menu would have close animation.
so right after closing the menu, the menu depth was invalid.

now get the menu depth and set focus on the editor after closing animation is finished.
2014-07-12 17:17:18 +09:00
ChunEon Park 464e84a6de syntax color - updated table. 2014-07-12 16:24:29 +09:00
ChunEon Park 17db0c8e96 newfile - support double click item selection. 2014-07-12 16:14:16 +09:00
ChunEon Park 5b6785e252 edj_viewer - recover the live view feature.
Since the edje has been lost the edj file watching,
enventor implement it by it's own way.
2014-07-12 16:01:50 +09:00
ChunEon Park 302ad65f7d fancy up template codes. 2014-07-12 15:05:07 +09:00
ChunEon Park 265ec4fe5a makefile - drop file dependencies at edc compilie. 2014-07-12 14:56:53 +09:00
ChunEon Park d216fd9c42 fixed compile warnings. 2014-07-12 14:21:02 +09:00
ChunEon Park 6d26867030 newfile - get focus as it opened. 2014-07-10 16:21:07 +09:00