Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
10answers
15k views

How to select columns in editors and IDEs ( Notepad++ , Kate , VIM , Netbeans , Eclipse, Textpad ,other editors )

How to select columns in Notepad++ , Kate , VIM , Netbeans , Eclipse, Textpad, ...? for delete or insert or replace some characters.
5
votes
1answer
58 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 ...
4
votes
2answers
882 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 ...
3
votes
1answer
425 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 ...
3
votes
1answer
1k 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
456 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? ...
1
vote
1answer
64 views

Itegrate 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 support scripting with javasccript , ...
1
vote
4answers
1k 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 ...
1
vote
3answers
174 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 ...
1
vote
2answers
133 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
636 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. ...
0
votes
0answers
11 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
34 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 = ...
0
votes
0answers
91 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!