Commit Graph

572 Commits

Author SHA1 Message Date
ChunEon Park c77cf29ec2 menu - close search window if the warning popup is showed at enventor exit. 2014-03-07 00:46:47 +09:00
ChunEon Park 94be5e3753 search - find a next word as soon as it replaced one word. 2014-03-07 00:35:34 +09:00
ChunEon Park acaca0129c search - improve usage
replace text if user press the enter key at the replace entry.
2014-03-06 23:26:44 +09:00
ChunEon Park 29220f99d9 syntax_color - added more keyword "data, item" 2014-03-06 21:53:43 +09:00
ChunEon Park 5c76c22614 search - fix the search window size. 2014-03-05 16:33:34 +09:00
ChunEon Park 70490cec70 search - fix the replace all misbehavior.
I missed the offset of the delta length between replace and find.
it found the position of the next incorrectly.
now it's fixed.
2014-03-05 03:15:33 +09:00
ChunEon Park f6e9eb495b search - change the find/replace function.
put the find forward, find backward instead of the find, find/replace

once, you replace the word, it will find the next word automatically.
2014-03-05 03:07:28 +09:00
ChunEon Park 1c3b249c14 search - add replace all function. 2014-03-05 02:52:06 +09:00
ChunEon Park 7053d30454 update dependent efl version. 2014-03-05 02:32:32 +09:00
ChunEon Park 91070a5054 adjust years for copying. 2014-03-03 01:02:28 +09:00
ChunEon Park 8e8603b33f search - on implementing.
find and replace works pretty well.
still "find/replace", "replace all" is not enough.
2014-03-02 20:38:27 +09:00
ChunEon Park f4efd84905 + missed efreet package requirement. 2014-03-02 16:59:30 +09:00
ChunEon Park 5c68216676 stats/hotkeys - set invisible state as default 2014-03-02 16:57:22 +09:00
ChunEon Park 1414c92397 search - on implementing find/replace 2014-03-02 16:52:53 +09:00
ChunEon Park 052876b7d3 refactoring - removed unnecessary object show calls.
Since the edje sets the visibility of the contents according to it's own layout description
we don't need to set the content visibility additionally.
2014-03-02 14:48:58 +09:00
ChunEon Park de8164bcb9 search - on implementing. 2014-03-02 13:34:22 +09:00
ChunEon Park 24d00b6125 menu - no need entry have style set here. 2014-03-02 04:24:19 +09:00
ChunEon Park 1175060055 search - on implementing find/replace 2014-03-02 03:17:34 +09:00
Daniel Juyung Seo e39f8674d3 editor - added missing function declaration. 2014-03-01 23:53:54 +09:00
Daniel Juyung Seo 373a23745e editor/search - fix build warnings as some of the codes were commented out. 2014-03-01 23:53:36 +09:00
ChunEon Park 06be86982c search - on implementing find/replace 2014-02-28 23:41:16 +09:00
ChunEon Park dd135280f6 search - implementing the gui 2014-02-28 02:45:49 +09:00
ChunEon Park 145549c201 editor - resolved recalculation edje err log message 2014-02-28 01:34:24 +09:00
ChunEon Park 4786fd67d3 editor - apply syntax color when you paste the text.
if the text was started with empty character, the syntax color won't be applied.
now it's fixed to check the string length additionally.
2014-02-28 01:07:06 +09:00
ChunEon Park 8835f7117c search - added missed header file. 2014-02-28 01:06:37 +09:00
ChunEon Park c4b685bdbe about - removed inset image in the about scroller. 2014-02-27 16:38:35 +09:00
ChunEon Park 144ec65ee6 edc_editor - set the default font size to the default entry size.
now editor doesn't need to customize the entry theme.
2014-02-27 16:29:23 +09:00
ChunEon Park f16fc6e53e syntax_color - support more keywords 2014-02-26 22:24:56 +09:00
ChunEon Park 9d8513f005 menu - fixed warning message typo 2014-02-26 10:57:35 +09:00
ChunEon Park fb1b4d861f search - on implementing search function. 2014-02-26 10:36:53 +09:00
ChunEon Park c8e5b4d6c4 parser - as simple code as possible. 2014-02-26 10:03:23 +09:00
ChunEon Park 2847bfe4cb hotkeys - fix the init state of the toggle button icon.
previous, toggle button is always open states
but it should follow actual config state.
2014-02-26 09:45:15 +09:00
ChunEon Park b2ed0e516c hotkeys - removed reserved slots.
they will be added later with real contents
2014-02-26 09:41:14 +09:00
ChunEon Park e93ff21211 Merge branch 'master' of git+ssh://git.enlightenment.org/tools/enventor
Conflicts:
	data/themes/default/images.edc
	data/themes/default/images/Makefile.am
2014-02-23 01:04:26 +09:00
ChunEon Park 496444ffc0 hotkey - improve ui. 2014-02-22 15:42:17 +09:00
ChunEon Park 9178443524 search - start to implement search/relace 2014-02-22 15:24:53 +09:00
ChunEon Park 5000b3c3a2 about - adjust font size from 12 -> default 2014-02-22 15:10:50 +09:00
ChunEon Park a020bbe71e hotkeys - adjust hotkey area height 2014-02-22 15:05:47 +09:00
ChunEon Park e442bc8d4c hotkeys - improve ui. apply icons 2014-02-22 15:01:07 +09:00
ChunEon Park cb7c6f085f ctxpopup - adjust button size in the slider. 2014-02-22 13:53:26 +09:00
ChunEon Park 409d97f43c panes - fix the panes view recovery.
added missed signals in customized theme.
2014-02-22 13:44:58 +09:00
ChunEon Park bb22983b4b config - fix the side effect again.
caused by bd0d0008de.

the prefix should not fixed and function name is incorrect.

fixed.
2014-02-18 22:48:15 +09:00
ChunEon Park bd0d0008de config - fix the side effect that paths buf weren't intialized.
it's caused by 5b69d97f8c.
2014-02-18 22:38:02 +09:00
ChunEon Park 5b69d97f8c config - use the EET_DATA_DESCRIPTOR_ADD_LIST_STRING for paths i/o
it's better simple and easy. cool!
2014-02-18 21:11:47 +09:00
ChunEon Park ec5c4242bb config - default hotkey status is on. 2014-02-18 20:34:47 +09:00
ChunEon Park b229686519 config - override the paths only those are actually existed. 2014-02-18 20:34:03 +09:00
ChunEon Park f662c73b22 statsbar - save/load the hotkey status. 2014-02-18 20:14:15 +09:00
ChunEon Park f4c8ab7558 config - reuse the function as possible. 2014-02-18 20:10:00 +09:00
ChunEon Park e1ac55873e config - just sort up the func position. (static first) 2014-02-18 20:07:30 +09:00
ChunEon Park 4fe36539b0 config - use the eet_data_descriptor for streaming data io. 2014-02-18 20:02:39 +09:00