Kate is an advanced text editor for programmers.
0
votes
0answers
12 views
New kateproject in kate
How can I add a new kateproject to the Kate editor ?
I have created a bookssimple.kateproject file as described here:
http://kate-editor.org/2012/11/02/using-the-projects-plugin-in-kate/
{"name": ...
2
votes
1answer
34 views
How to force some sort of “confirm before closing” option in Kate editor?
I very often work with a lot of files opened in Kate. Then, when closing one of the files I am editing, I unconsciously press alt+F4 and then Kate happily closes ALL the opened files I was editing and ...
0
votes
0answers
80 views
GStreamer and dynamic subtitles
I am new to GStreamer and am trying to encode a video stream (for now v4l2src) with a subtitle stream and muxed into a matroska container. I am able to pass in a .srt file with subtitles that are then ...
1
vote
1answer
49 views
Change the default sort order in KDE's file dialog (working with Kate)
Recently, my Kate text editor is showing files and folders "By Date" in the file dialogs, and I would like to get back to alphabetical order. I am running Ubuntu 12.04 with Unity, KDE Platform Version ...
2
votes
0answers
29 views
Kate Konsole with external tools
I'm trying to use Kate to edit some Django Python code and I figured it would be nice if I created shortcuts for commonly used django terminal commands. I'm trying to use external tools in kate to run ...
1
vote
1answer
81 views
Golang text highlighting support to Kate
How do I add golang text highlighting support to Kate Editor in Debian? I have the go.xml file stored in path $GOROOT/misc/kate. I can't figure out how to add the required highlights to my Kate ...
1
vote
1answer
104 views
Kate “tab-spacing character” removal or turn-off
I am using Kate Text Editor for Linux Mint 14. I was wondering if there is any way to remove tab spacing?
I mean where ever there is a tab-indent, there is a character >> which doesn't look ...
2
votes
2answers
124 views
Kate text editor cannot handle lines longer than 1024?
This is a very annoying limitation for edition some config files, such as mozilla prefs.js. It usually contain lines longer than that.
Is there any other light-weighted text editor (no vim, emacs) in ...
1
vote
1answer
227 views
How to keep Ubuntu 11.10 and Kate editor w/terminal from changing command line when changing tabs?
I am programming C using Kate editor in Ubuntu 11.10. It works great, but when I change tabs in Kate, the terminal line changes to the file path of the tab I click on.
Normally this is not a big ...
0
votes
1answer
112 views
lookahead in kate for patterns
I'm working on compiling a table of cases for a legal book. I've converted it to HTML so I can use the tags for search and replace operations, and I'm currently working in Kate. The text refers to the ...
0
votes
1answer
24 views
Add gcc error text parsing to Kate?
It seems an obvious improvement, in Kate, to jump directly to the error location given in a gcc error message. It would great if it can be made to work directly in Kate's terminal, but I would settle ...
2
votes
2answers
390 views
Add quotation marks to selected word via shortcut
Is there any way (Plugin, Script) to add quotation marks (or square brackets or parentheses) at the beginning and the end of selected text via a keyboard shortcut in the Kate editor?
I think of ...
1
vote
2answers
218 views
Integrating gedit or kate in a Qt Application
I am trying to develop an a simple IDE for programming languages using Qt for my project.This IDE should contain a text editor and should have pretty printing feature in it.So developing a text editor ...
0
votes
1answer
78 views
Kate install issue
I'm trying to install Kate from sources.
When I do this:
cmake ../kate -DBUILD_KTEXTEDITOR=1 -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=~/kde/usr
it says
-- Looking for Q_WS_WIN - not ...
0
votes
1answer
419 views
Switch between split views in Kdevelop
Kdevelop allows for split views (splitting the editor window horizontally or vertically) like known from Emacs and other editors. There are even shortcuts to create such splits (Ctrl+Shift+T, ...
0
votes
1answer
122 views
How can I customize the appearance of scroll bars in Kate?
Although Kate (the editing software) allows users to customize the look and feel of most of the items, but I've not been able to find a way to customize the appearance of its scroll bars. With a dark ...
0
votes
0answers
149 views
XML tag regexp incomplete
I'm trying to make a regexp that matches an XML tag for parsing a file but it can't find tags on multiple lines and other several valid tags.Here is how it looks:
QString invalidChars = ...
5
votes
2answers
132 views
Can I reach the shell, web or menu commands from the Kate editor's JavaScript?
You can extend the KDE Kate editor with JavaScript, and control e.g. the undo buffer.
I would like to call e.g. HTML Tidy from inside such a script, but I cannot find any bindings from inside the ...
0
votes
1answer
116 views
Opa Syntax Highlighting for Kate
I see there are syntax highlighting extensions for Vi and Emacs in Opa binary package. I use KDE as my desktop environment so I was wondering if anybody knows such extensions for Kate?
2
votes
1answer
220 views
Integrate Pysmell in Kate, how hard will it be?
I want to make a plugin for kate, to support autocompletion of python using pysmell. I don't know where to start and how hard it will be.
As far as I know, kate supports scripting with javasccript, ...
0
votes
1answer
151 views
Kate Equivalent Of Go To File In Textmate
Is there an equivalent of Textmate's Go To File in Kate?
kate is a really nice editor and this is the one functionality that would make kate all taht I need as my text editor
Thanks!
3
votes
4answers
3k views
gedit vs kate for Ruby/RoR
I've been working with gedit because it is the standard offering with Linux (I'm a Kubuntu user), but several people have mentioned Kate. For a text editor, for the most part I want a clone of ...
4
votes
2answers
1k views
Using kate editor for c dev (with the ctags plugin)
I just started using the kate editor (was using vim) for c dev. I used ctags a lot with vim. So I would like to have the same with the kate editor. I enabled the Ctags plugin in the plugins list. It ...
0
votes
3answers
228 views
In search of a good and customisable IDE, Is eclipse is the ultimate one? [closed]
I am using GNU/Linux (Ubuntu + Gnome).
I have been using netbeans on windows since a long time and on Linux I prefer to use vi or emacs.
Now my problem is I want to totally migrate into Linux for ...
8
votes
2answers
2k views
How do you use kate? Tips/Tricks/Workflow
We all seen a bunch of these? Mostly for IDE's but also for vim and emacs.
Kate is (only) a text editor (an awesome one) but it has a ton of options plus a number of plugins, so its hard to know all ...
2
votes
2answers
219 views
page separator in Kate editor
PEP 8 says:
Python accepts the control-L (i.e. ^L)
form feed character as whitespace;
Many tools treat these characters as
page separators, so you may use them
to separate pages of related ...
1
vote
1answer
785 views
Using Kate with Simple Build Tool (SBT)
Hello I am working with the Kate editor based on the lack of other good tools for Scala development, I am also using IntelliJ however it still has some bugs, and are slow enough to make me impatient.
...
4
votes
2answers
2k views
Switching focus between editor and terminal in Kate
When working in Unix with various programming languages I often use Kate as my primary editor.
It has a really nice function of being able to open a built-in terminal window which is quite useful.
...
3
votes
1answer
647 views
Doxygen style comments in Kate
Kate features a very handy shortcut (Ctrl+D) to apply single- and multi-line comment to the selected region of text. How can I configure Kate to apply doxygen style comments in C/C++ source files?
...

