Commit Graph

299 Commits

Author SHA1 Message Date
ChunEon Park 38520e73af enventor - renamed help to about 2013-08-31 01:40:15 +09:00
ChunEon Park b2bfabf89c enventor - removed disabled functions 2013-08-29 13:25:49 +09:00
ChunEon Park f9ef6c0659 enventor - implementing template code insert. 2013-08-28 23:42:33 +09:00
ChunEon Park 4132b57605 enventor - fix the short-cut key problem when you open a new file in the menu 2013-08-28 23:23:45 +09:00
ChunEon Park 995bb31ee4 enventor - updated menu ui 2013-08-28 23:15:00 +09:00
ChunEon Park 76eab51421 enventor - removed periods for msg consistency 2013-08-28 21:58:25 +09:00
ChunEon Park 2c9f23af61 enventor - support auto indentation short-cut key. 2013-08-28 21:55:39 +09:00
ChunEon Park 8e7e671cd6 enventor - implemented data path entry ui 2013-08-28 13:22:46 +09:00
ChunEon Park 9cc06885dc enventor - support data path set in edc compiling 2013-08-28 13:16:34 +09:00
ChunEon Park 77a9d74817 enventor - free strbuf memory at termination. 2013-08-28 02:28:29 +09:00
ChunEon Park a485774263 enventor - now you can set the font path 2013-08-28 02:26:13 +09:00
ChunEon Park 68d0a99bf3 enventor - added template code... 2013-08-28 01:38:56 +09:00
Daniel Juyung Seo 9402d4eef4 enventor: removed unnecessary macros. 2013-08-27 10:51:54 +09:00
ChunEon Park 9a7c8f12ef enventor - remove unnecessary declare 2013-08-27 03:47:44 +09:00
Leonid Dydnik c0a930c235 enventor - fix building error
Submitted-By: Leonid Dudnick
2013-08-27 03:44:22 +09:00
ChunEon Park d41642bb34 enventor - safe memory access 2013-08-26 02:31:43 +09:00
ChunEon Park cbd0c32869 enventor - toogle menu open states correctly when you create a new file. 2013-08-26 02:26:45 +09:00
ChunEon Park d3f066b9f2 enventor - support f2, f3, f4, f12 short cut keys 2013-08-26 02:17:57 +09:00
ChunEon Park 88db53d98e enventor - internal refactoring. split a function 2013-08-26 01:53:19 +09:00
ChunEon Park 42a7d087d9 enventor - changed load short cut key to F4 2013-08-25 14:47:46 +09:00
ChunEon Park 9cea964760 enventor - fixed typo 2013-08-25 14:30:09 +09:00
ChunEon Park 01418bc66e enventor - dont print statusbar msgs if user change some states in setting menu. 2013-08-25 03:39:39 +09:00
ChunEon Park 0903e0e352 enventor - rename from option_data to config_data 2013-08-25 02:41:53 +09:00
ChunEon Park 6f8611a671 enventor - support font size up/down short-cut keys 2013-08-25 01:46:56 +09:00
ChunEon Park 6557426ca0 enventor - set slider min max value before set the current value. 2013-08-24 13:27:30 +09:00
ChunEon Park fbdf69c69a enventor - support font size select. 2013-08-22 21:47:23 +09:00
ChunEon Park 2d0385eab5 enventor - implementing edc font size setting 2013-08-22 02:04:24 +09:00
ChunEon Park 600d519e43 enventor - updated fileselector menu 2013-08-22 01:43:52 +09:00
ChunEon Park f4fffe4b21 enventor - more message prints and removed an unused internal function. 2013-08-21 09:52:55 +09:00
ChunEon Park 302ccbf301 enventor - reset all toogles correctly. 2013-08-21 02:30:56 +09:00
ChunEon Park 9aced4aa58 enventor - removed panes double clicked event. 2013-08-21 02:07:38 +09:00
ChunEon Park a98f78455f enventor - changed panes behavior a little.
now, you can switch the full <-> split view by press/click the arrows again.
2013-08-21 02:00:45 +09:00
ChunEon Park 47cb4450cf enventor - renamed internal variable. 2013-08-21 01:22:44 +09:00
ChunEon Park ea919365fe enventor - enable auto indent option in the menu window. 2013-08-21 01:19:09 +09:00
ChunEon Park 2691cfc909 enventor - skip applying syntax color if the edc just increase/decreased lines. 2013-08-20 02:46:37 +09:00
ChunEon Park 7d35de25e1 enventor - implementing auto-indentation 2013-08-20 02:39:03 +09:00
ChunEon Park 294473900f enventor - implementing indentation 2013-08-19 23:51:16 +09:00
ChunEon Park d7e522bdbf enventor - don't reset the entry but set the entry text directly when the translating syntax color is finished. 2013-08-19 23:29:43 +09:00
ChunEon Park 5b3127f228 enventor - base code for auto-indentation 2013-08-18 20:43:01 +09:00
ChunEon Park aeed6f742d enventor - refactoring code for future features comming.
introduce syntax_help and inline the syntax_color inside it.
later, synax_helper share some resources (i.e string buffer) with syntax_color and indent
2013-08-16 00:47:31 +09:00
ChunEon Park a34d85f9fa enventor - return a value that indicates the success actually. 2013-08-16 00:20:28 +09:00
ChunEon Park 8bbcc5da08 enventor - renamed theme to themes 2013-08-10 03:08:14 +09:00
ChunEon Park 5c8fbabe61 enventor - put the include folder under src 2013-08-10 02:43:14 +09:00
ChunEon Park 164a7ec6f8 Merge branch 'master' of git+ssh://git.enlightenment.org/devs/hermet/enventor
Conflicts:
	configure.ac
	data/.proto/Makefile.am
	src/bin/main.c

fix to install proto properly
2013-08-10 02:38:19 +09:00
ChunEon Park c503005250 enventor - install default files properly 2013-08-10 02:26:37 +09:00
Cedric Bail 4d0a962c4c enventor: get initialization correctly. 2013-08-09 10:35:18 +09:00
Cedric Bail 891dc0849b enventor: fix build information. 2013-08-09 10:34:58 +09:00
ChunEon Park df862207c6 enventor - refactoring code.
split ctxpopup funtions from edc editor to it's own file.
2013-08-09 02:22:56 +09:00
Cedric Bail 5deb9ee755 enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00