
Kyzis
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kyzis is a vim-like editor fully rewritten from scratch based on the yzis framework. It already features multibuffer, syntax highlighting, basic vim commands.
Yzis also comes with a nice console mode application.
16 years ago
Features:
- right-to-left support
- text completion support
- search bugfixes and improvements: n, N, *, g*, #, g#
- almost all vim ranges are supported: %, , :,
',...
- macro support
- marks and visual mark support
- indent support: >, >,
16 years ago
Features:
- right-to-left support
- text completion support
- search bugfixes and improvements: n, N, *, g*, #, g#
- almost all vim ranges are supported: %, , :,
',...
- macro support
- marks and visual mark support
- indent support: >, >,
gohanz
14 years ago
www.slacky.it
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1444
Report
Onykage
14 years ago
[code]
checking lua.h usability... yes
checking lua.h presence... yes
checking for lua.h... yes
checking lualib.h usability... yes
checking lualib.h presence... yes
checking for lualib.h... yes
checking for lua_open in -llua50... no
checking for lua_open in -llua... no
configure: error: Lua 5.0 libraries were not found !
[/code]
i have the most current lua libs isntalled. And to double check i re-installed the newest packages from lua.org which is 5.1.1
I didnt look in your configure and try to fix the problem myself because i was affraid that doing so might make the install no function properly, or as in a prior comment cause another error.
Im running FC5 with the newest KDE.
any ideas?
Report
Guinness
12 years ago
Report
gohanz
14 years ago
Report
KiKeMeTaL
14 years ago
Report
luqasz
15 years ago
Report
hoernerfranz
16 years ago
as a long time vim user, there was always the lack of a kde-integrated gui-version of that.
and kvim never worked ok for me.
kyzis looks very nice, can be configured to my taste, and, yes, it even has tabs (the lack of these always distracted me from kwrite/kate).
so, thanks alot for this great ap!!!
Report
SWaN
16 years ago
main.cpp: In function `int main(int, char**)':
main.cpp:67: error: `LC_ALL' undeclared (first use this function)
main.cpp:67: error: (Each undeclared identifier is reported only once for each
function it appears in.)
main.cpp:67: error: `setlocale' undeclared (first use this function)
But now I get another error:
In file included from document.cpp:38:
configdialog.h:30:22: settings.h: No such file or directory
document.cpp: In member function `virtual void KYZisDoc::configDialog()':
document.cpp:296: error: `Settings' undeclared (first use this function)
document.cpp:296: error: (Each undeclared identifier is reported only once for
each function it appears in.)
document.cpp:296: error: parse error before `::' token
document.cpp:375:24: document.moc: No such file or directory
I don't have an idea on how to resolve this...
I run Slackware 10.1 with Qt-3.3.3 and KDE-3.3.2.
Report
mikmak
16 years ago
it's hard to tell from here, feel free to join on #yzis@freenode and we will help you.
maybe your KDE is too old ?
the locale.h problem never popup-ed before for us. It would be interesting to test all of that online with us ;)
Cheers,
Mik
Report
elahav
16 years ago
That is, can it be embedded as a text editor part?
Report
mikmak
16 years ago
and yes :)
Cheers,
Mik
Report
uga
16 years ago
Report