73 Commits

Author SHA1 Message Date
Zoran
cacf97eb9f
Merge pull request #5 from JuanZoran/experimental
增加了窗口动画的配置
2023-01-20 22:35:27 +08:00
JuanZoran
09806f01a6 fix: fix close hover window twice in some case 2023-01-20 22:32:53 +08:00
JuanZoran
c154ee94b5 feat: add pretty cool animation and keymap support 2023-01-20 22:28:47 +08:00
JuanZoran
54f8869a70 feat: add slid and fold window animation style! 2023-01-20 20:50:16 +08:00
JuanZoran
daad638c03 docs: modify README in TODO 2023-01-20 17:06:49 +08:00
JuanZoran
5f3aa3d661 refactor: window和content的关系由继承改为组合 2023-01-20 17:04:50 +08:00
JuanZoran
579c9268fa refactor: 重构了window 和content类 2023-01-20 14:54:11 +08:00
JuanZoran
94c4658262 chore: modify .gitignore file 2023-01-19 23:50:18 +08:00
Zoran
71eaffd7bb
Merge pull request #4 from JuanZoran/experimental
window和content合并,同时和view解耦
2023-01-19 23:47:23 +08:00
JuanZoran
e6b02ba5ce refactor: replace conf.window with conf.hover and conf.float 2023-01-19 23:44:27 +08:00
JuanZoran
373a1e4914 feat: start to support float view style and add some configuration 2023-01-19 23:22:46 +08:00
JuanZoran
e80e6efbc8 refactor: imporve this plugin file framework 2023-01-19 17:06:26 +08:00
JuanZoran
00f394ac99 refactor: remove vim.tbl_map invoke 2023-01-16 14:17:25 +08:00
JuanZoran
e245dbfde5 style: format handler code 2023-01-16 13:23:25 +08:00
JuanZoran
5a84b95301 fix: 修复了英文空白符号匹配的bug 2023-01-16 12:10:09 +08:00
Zoran
0a0c6f3b57
Merge pull request #3 from JuanZoran/experimental
增加了更舒服的ui和动画,更新了readme说明
2023-01-16 00:44:24 +08:00
JuanZoran
0ca9710061 docs: update README doc 2023-01-16 00:43:17 +08:00
JuanZoran
2c57923f6a style: modify title style 2023-01-16 00:27:12 +08:00
JuanZoran
51313663b5 revert: 修复了结束动画被打断的问题 2023-01-15 15:13:33 +08:00
JuanZoran
7a03ccc82a feat: add window animation option for window close 2023-01-15 14:55:48 +08:00
JuanZoran
0a645c3988 test: add more online engine support 2023-01-14 23:38:39 +08:00
JuanZoran
0a2d05af70 fix: 修复了反向选择,位置识别错误的问题 2023-01-14 21:30:56 +08:00
JuanZoran
549e10f029 chore: 改变了一些函数调用 2023-01-14 19:35:13 +08:00
JuanZoran
8f0aae8b77 feat: 添加了TranslateLast 查看上一次的查询记录, 还有一些bug 2023-01-14 17:16:49 +08:00
JuanZoran
273fb8d2c1 fix: 修复了wrap计算错误 2023-01-14 14:22:25 +08:00
Zoran
fc8a727d69
Merge pull request #2 from JuanZoran/experimental
重写了content逻辑,删掉无用的配置,完善了hover ui样式
2023-01-14 10:38:28 +08:00
JuanZoran
fdd4f23181 docs: change the setup exmaple 2023-01-14 10:37:21 +08:00
JuanZoran
6cff1713cb fix: exchange map not found f field 2023-01-14 10:36:09 +08:00
JuanZoran
f10fb38c02 feat: perfect the hover view ui 2023-01-14 10:29:01 +08:00
JuanZoran
6d1bfbc437 refactor: reduce useless code 2023-01-14 01:57:12 +08:00
JuanZoran
17ffaf69c9 docs: modify readme file 2023-01-10 23:37:26 +08:00
Zoran
343ec54223
Merge pull request #1 from JuanZoran/experimental
重构了项目结构和逻辑, 优化了部分代码(可能
2023-01-10 23:17:29 +08:00
JuanZoran
01f5882b13 fix: add max_size support and definition need better format 2023-01-10 23:15:31 +08:00
JuanZoran
32eeae88d4 feat: reduce bugs 2023-01-10 18:55:21 +08:00
JuanZoran
a57a6e47ab fix: fix format and process function behaviours 2023-01-10 17:51:07 +08:00
JuanZoran
1b95485ae6 fix: try reducing some bugs 2023-01-10 14:40:28 +08:00
JuanZoran
671e3cc7e7 feat: add more bugs 2023-01-09 23:49:16 +08:00
JuanZoran
ff36cfd549 feat: add more bugs 2023-01-09 23:20:56 +08:00
JuanZoran
67c6ffa989 feat: add more bugs 2023-01-09 21:30:16 +08:00
JuanZoran
fef956e36d feat: add some bugs 2023-01-09 18:57:20 +08:00
JuanZoran
32cba43aa2 feat: format code and add cmd doc 2023-01-09 15:37:58 +08:00
JuanZoran
eaf8a3acce feat: debug format function and add content function support 2023-01-09 01:59:04 +08:00
JuanZoran
5a424c66bb feat: add format utility function and improve loader method 2023-01-08 15:07:12 +08:00
JuanZoran
2f6520940a feat: add Trans.util.test.query_youdao file ,.. and some utility function 2023-01-06 23:05:10 +08:00
JuanZoran
a1488b2d9b refactor: init the repo and decide to add more feature 2023-01-05 21:15:01 +08:00
JuanZoran
033622ed85 feat: improve repository framework 2023-01-05 16:24:50 +08:00
JuanZoran
409d85f615 feat: add conf to setup view for different command 2023-01-04 23:11:19 +08:00
JuanZoran
c51937c6cf fix: fix some bugs and need to refator this project 2023-01-04 23:06:09 +08:00
JuanZoran
79348ec4c5 test: rebuild this plugin 2023-01-04 22:22:52 +08:00
JuanZoran
9e82d16f72 fix: fix doc mistakes and improve some config 2023-01-04 21:11:50 +08:00