similar to: Upstreaming utils/kate/llvm.xml

Displaying 20 results from an estimated 7000 matches similar to: "Upstreaming utils/kate/llvm.xml"

2004 Jan 18
3
Syntay-Highlighting for KDE-Kate
I'm looking for a plugin for Kate (or any other good text editor for linux) (KDE 3.x) which will highlight the R syntax. The link on www.r-project.org is dead! Any ideas?? Thanks Lars
2009 Jul 10
1
Kate AEL syntax ?
Hi, Is there something available to add AEL2 syntax highlighting support to Kate ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090710/10576943/attachment.htm
2007 Jan 19
8
kate editor for R
Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for R, with easy code submission to a running R process. Syntax highlighting is good. I have not been able to figure out two things: - how to automatically reformat a line or region of text using good indentation rules (Emacs/ESS make this so easy by just hitting Tab while the cursor is in a line, or highlighting a
2016 Feb 01
1
Latest version of kate editor
On 02/01/16 14:20, Yamaban wrote: > On Mon, 1 Feb 2016 19:22, H <agents at ...> wrote: > >> I have installed the kate editor on Centos 6.7 but it seems to be a >> very old version, 3.3.4, installed as part of kdesdk. On Centos 7 I >> can simply run 'yum install kate' but, alas, not on Centos 6. >> >> What is the recommended way of updating kate on
2010 May 20
1
Kate terminal window
Dear R-users, I've recently switched to Ubuntu and I've decided to use Kate to edit my R code. I really like how Kate allows one to simply pipe their code to the terminal. However, I would find it even better if I could actually get the Kate console to display error messages (or any console outputs in fact) in red and my input in a different color. The instance of xterm that Ubuntu
2020 Feb 18
4
LLD doesn't handle globals with appending linkage
Hello. I'm posting this question here, because there seem to be no LLD-specific mailing list. Sorry in advance if this is wrong one. I compile two C source with following command: clang -flto -o %name.bc %name.c LLVM is augmented with my custom pass, which amongst other things create a global with appending linkage: @myvar = appending constant [1 x [1 x i8]*] ... I also have another pass
2016 Feb 01
6
Latest version of kate editor
I have installed the kate editor on Centos 6.7 but it seems to be a very old version, 3.3.4, installed as part of kdesdk. On Centos 7 I can simply run 'yum install kate' but, alas, not on Centos 6. What is the recommended way of updating kate on Centos 6? Thank you.
2008 May 27
1
kate and W3C timed text
Hi ogg.k, I've just been asked what the difference was between Kate and the W3C timed text format (http://www.w3.org/AudioVideo/TT/) and whether there was any compatibility. It migjht be a question and answer to add to the OggKate wiki page. Cheers, Silvia.
2008 Apr 28
3
[PATCH] browser_plugin - kate support, build fixes, and misc
Hi, this patch adds: - kate support (what else) - this bumps the Javascript API to 1.1 - a few build fixes (note that the adding of -L/usr/X11/lib -lX11 looks suspect to me, that shouldn't be needed, so you may want to leave it out if you think so as well - it's odd as X11 using programs do configure fine on that box) - bad pointer dereference fix (mouse callback) - avoid the input
2008 May 02
2
[PATCH] browser_plugin - kate support, build fixes, and misc
where is the latest javascript api documented? it does not look like http://wiki.xiph.org/index.php/OggPlayJavascriptAPI has been updated recently. I had trouble getting oggplay to run at all on my machine ubuntu (7.10) But I would be interested in revisiting the issue... --michael Conrad Parker wrote: > 2008/5/1 ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com>: >
2008 Apr 21
4
[PATCH] liboggplay - kate support, build fixes, and misc
Hi, I've added kate support to liboggplay (a prerequisite to getting kate tracks to work with the mozilla plugin, which I've now got working on Linux). In addition to the Kate code: - a new oggplay-uninstalled.pc file - configure.ac checks for C++ compiler - no check for fishsound version - it wanted 0.8.0, but the svn itself was 0.7.1 !? - don't use imlib2 (nor dump-first-frame) if
2011 Apr 12
2
using Kate for WebVTT encapsulation
(sending this publicly so the discussion about this is in the open) Hi OggK, all, OggK, you've probably seen that the bug in Firefox for adding Kate support has been closed as WONTFIX: https://bugzilla.mozilla.org/show_bug.cgi?id=481529 I've just posted a reply there mentioning how I envisage in-band WebVTT support to be provided through Kate. I want to ask your opinion. In case you
2008 Mar 26
2
[PATCH] kate streams for libshout svn and icecast svn
Hi, the format is now versioned, so I've ported my patches to svn, attached. Also, I noticed, while testing with the latest ffmpeg2theora, which adds a skeleton stream by default, that the resulting video doesn't stream due to that skeleton stream. Is this known, and is there anything planned to add skeleton support ? If not, I might have a go at that too at some point. Cheers
2002 Aug 01
1
Kate problem
Hello, I have just installed R 1.5.1 on a new SuSE 8.0 install using the binaries on the home page. I am trying to configure the KDE editor Kate to use from R. R seems able to launch it fine, but it crashes when I try to save the file I am editing. Is there a fix? Thanks, John. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2008 Jan 16
2
Ogg/Kate preliminary documentation
Thanks for the feedback, > I have looked into the patch. It doesn't take into consideration > neither Skeleton, which is used now in pretty much everything encoded > in Ogg (except for single stream Vorbis and Speex files), nor the file > extension for Theora, which is now .ogv. To be honest, I just added Theora because I needed a simple way to multiplex streams. Also, it'd
2008 Apr 14
5
[PATCH] kate streams for libshout svn and icecast svn
ogg.k.ogg.k at googlemail.com wrote: > Hi, > > ACK/NAK on any of those two points (kate support patches and status of > skeleton support) ? > Brendan was the one to working on libshout, but he may be away currently. I can check over it after the dir.xiph.org and icecast updates I have are done. I have not checked over the Kate parts for icecast yet but I don't have a
2008 Apr 29
3
[PATCH] browser_plugin - kate support, build fixes, and misc
> I've tried to separate out the general bugfixes from the new > implementation work in this patch: Sorry, I should have done that, I do tend to fix stuff I find while coding and neglect splitting up afterwards. Bad me. > I've not yet committed this to trunk. It does sound pretty cool > though. I don't see any problem with adding pango etc. support, it's > pretty
2008 Jan 16
2
Ogg/Kate preliminary documentation
> > I did see references to Skeleton, I'll have a look at it. I didn't > > realize it was used widely > > It's not widely used currently. The idea is to make that happen. Oh, I get you now. > CMML does of course other things besides subtitles. Subtitle support > was pretty much just added recently. Kate however does not seem to > offer more than CMML in
2008 Jun 02
2
[PATCH] browser_plugin - kate support, build fixes, and misc
>> hmm, perhaps we should add some configure arguments like >> --with-firefox-cflags= and --with-firefox-libs= > > I've made it a single one, --with-gecko-sdk= and also default > include path and xpidl path to that if specified. Hi, I noticed this hasn't been applied, so I'm sending it again as it's quite simple and, I think, unobtrusive. It allows building
2008 Feb 07
3
Ogg/Kate preliminary documentation
Hi, I recognize the main name behind CMML here :) Does the redesigning of CMML allow overlapping clips ? This is the main reason of my current ramblings about seeking. While karaoke was one of the initial goals behind kate, it is just a way the format can be used with (in fact, the format itself does not refer to karaoke at all, but styles and motions). At the moment, it is a fairly versatile