Commit Graph

35 Commits

Author SHA1 Message Date
09098bd573 Merge branch 'master' of http://git.alemauri.eu/alema/lite 2021-12-10 00:02:09 +01:00
48aefa32f5 get scale 2021-12-10 00:01:55 +01:00
52e04febe2 todo: fix memory leak 2021-12-09 19:38:41 +01:00
00a2ecbd55 added an icon 64x64 2021-12-09 18:46:23 +01:00
277025f91f todo: resize treeview 2021-11-27 19:23:19 +01:00
6d995e71ed minor formatting 2021-11-27 19:20:25 +01:00
671c838b44 create direcotries in makefile 2021-11-27 18:54:58 +01:00
db269b6f2a updated TODO 2021-11-27 00:55:02 +01:00
68d436202f fix: not being abled to compile in alpine
as it is explained here[0] I put CFLAGS and LDFLAGS in the wrong order causing
a failure to link

[0]: https://stackoverflow.com/questions/58775599/what-could-be-causing-linking-errors-when-compiling-in-an-alpine-docker
2021-11-26 15:18:01 +01:00
73924ed0a6 why do I push without checking 2021-07-16 12:42:47 +02:00
b6f56166a2 updated readme 2021-07-16 12:40:52 +02:00
06daf58eed fucccccc 2021-07-08 11:35:05 +02:00
e082b5a169 fuck 2021-07-08 11:28:21 +02:00
441942c478 fix create user directory first 2021-07-08 11:19:25 +02:00
571fc4b9e9 Merge branch 'master' of http://git.alemauri.eu/alema/lite 2021-07-08 11:00:39 +02:00
0973f957c2 portable way of getting EXEDIR 2021-07-08 10:59:23 +02:00
60d8105b8f portable way of getting EXEDIR 2021-07-08 10:56:47 +02:00
dda5abb8e9 added syntax for main languages 2021-07-08 00:13:42 +02:00
c08fbb0840 compile on openbsd 2021-07-07 19:47:56 +02:00
241ddd9cea fix deleting indentation when there wasn't any
before pressing backspace when there were config.indent_size many spaces
right before the caret would delete them regardless of config.indent_type being
"hard" or not
2021-07-07 13:46:16 +02:00
a5e90420e8 added horizontal scroll
added the ability to scroll gorizontally, in two ways:
	- with a touchpad
	- holding "alt" and scrolling
also made the scroll senitivity configurable for both directions
2021-07-06 23:56:43 +02:00
a7df717cf0 set SCALE according to dpi
claculate the scale so that fonts of 14pt will be of physical size 3mm,
this can be changed setting the macro name FONT_14PT_SIZE_MM in main.c
2021-07-06 23:56:25 +02:00
b507e7c439 make ruler not visible in command view 2021-07-06 22:23:54 +02:00
fe3f1211ad todos and fix unindent
fixed behaviour where caret would move even when the un-indentation did not
do anything, now before modifying caret position check wether the file changed
2021-07-06 22:06:51 +02:00
fe9ab1c922 added console plugin 2021-07-06 14:35:54 +02:00
ace6110807 fix tmp file location
fix tmp file location, moved from datadir to a direcotry in /tmp or
configurable via env: LITE_CACHE
2021-07-06 13:24:25 +02:00
364df2e1c8 project directory changes
add binding to change project directory: ctrl+shift+o
save and restore previous direcotry, toggle behaviour with:
	config.restore_last_dir
core:open_user_module now opens the right path
2021-07-05 20:44:07 +02:00
6a853dfa12 find-replace + alt-arrow commands 2021-07-05 14:42:53 +02:00
efd2f19f86 load user config from user config directory
load user config and plugins from $HOME/.config/lite overriding the default
configuration, before there was no way of changing configuration per-user
2021-07-05 12:56:06 +02:00
9a367d6ed9 implemented visual ruler at config.line_limit 2021-07-05 12:05:39 +02:00
b74571e500 use -std=c11 2021-07-04 21:35:28 +02:00
112d3fd03b by default launch in $HOME 2021-07-04 21:28:23 +02:00
74e7f3f714 more todos
fix uninstall error
quit with ctrl+q
2021-07-04 21:20:08 +02:00
52650661ec minor changes
added makefile install and uninstall rules
changed license to inclue myself
modified some keybindings
added desktop file
added todo
2021-07-04 19:17:33 +02:00
2957968afc initial commit 2021-07-04 14:56:05 +02:00