similar to: [LLVMdev] LLVM IR Editor Plugin for Eclipse - First Release

Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] LLVM IR Editor Plugin for Eclipse - First Release"

2012 Dec 20
1
[LLVMdev] IR Editor Plugin for Eclipse
It's an entire Eclipse plugin - multiple files across multiple folders, and it requires its own build process. At first I thought about releasing it independently (e.g. to github), because: 1. It's relatively complex 2. It requires its own build process 3. If it will indeed be used by people, then it is more likely than other editor plugins to change frequently and more likely to have
2012 Dec 20
0
[LLVMdev] IR Editor Plugin for Eclipse
Hi Alon! Wow, this is very impressive. I am now aware of any other editor that can do that. Very nice. How big is your plugin ? Is it one or two Java/XML files or is it a whole eclipse project ? Thanks, Nadav On Dec 19, 2012, at 1:05 AM, "Mishne, Alon" <alon.mishne at intel.com> wrote: > Hi, > > I've written an Eclipse plugin which adds an .ll file editor to
2012 Dec 19
3
[LLVMdev] IR Editor Plugin for Eclipse
Hi, I've written an Eclipse plugin which adds an .ll file editor to Eclipse. It elevates the language support to nearly the same level that other programming languages enjoy under the Eclipse IDE, so it can be useful for anyone who manually reads or writes IR. Primary features are: * Syntax coloring which can deal with arbitrarily complex types (unlike what most other editors offer) *
2008 Jul 17
0
Markdown Editor plugin for Eclipse
Hello, I'd like to announce an improved version of my Markdown Editor plugin for the popular Eclipse Java + everything else IDE. The Markdown plugin has moved from it's old location. The new location is: http://winterwell.com/software/markdown-editor.php There's syntax highlighting, a preview window, and it can export to html. The best feature is the document outline, which is a joy
2013 Jul 16
0
[LLVMdev] eclipse and gdb
I'm using Eclipse with gdb to develop and debug llvm. You need to use the "Eclipse IDE for C/C++ Developers<http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplerr>" version for that (also sometimes called "Eclipse CDT" - CDT is the C++ component), though you can also download any other Eclipse version and just install CDT on top of it. As for
2010 Feb 17
1
Dock graphs when using R in Eclipse with StatET plug In
Does anyone know how to dock graphics windows in Eclipse when using the StatET plug-in for R? Right now every time I make a graph it pops up as a separate window, which takes up too much real estate. By the way, if you have not tried the StatET thing, you should. It's really nice, and I'm sure I'm not even using all the bells and whistles. The "automatic variable
2004 Jul 15
3
Eclipse plugin for R or perhaps S-plus.
Does any one know of an eclipse (http://eclipse.org) plugin for R/S. thanks RIchard -- Richard Piper Web: http://icu.rnsh.org Mobile: 0438-120860 Sydney: 9926-8617 Kippax: 6550-5117 Email: rpiper at med.usyd.edu.au GPG key ID: F6DFFB33 @ wwwkeys.pgp.net Key fingerprint: 3FB8 8355 3AAA 84C3 D548 8FFF EFDB C6B5 F6DF FB33
2005 Oct 24
0
R interpreter in Java/R plugin or RCP for Eclipse
I've been enjoying R a lot and want to say thanks to all R developers for a fantastic stat environment. I also am a fan of the Eclipse computing environment, which I've been using for Java/C(++)/Python. I was researching for an Eclipse plugin for R and found StatET (http://www.walware.de/goto/statet). That's when I thought about writing another Eclipse plugin with tighter integration
2006 Jun 21
0
Eclipse plugin for R code submit to Rserve available (Alpha)
Hello R-users and developers, This is the announce of a new Eclipse plugin for R. It is in its "early" (alpha) stage. It's GPL, source code is provided with the plugin. The update site is ready for install with eclipse 3.1 at : http://www.alysis.de/Rsubmit/update/ If you're interested, please read the feature list below or go to http://www.alysis.de/Rsubmit/ Thanks,
2006 Mar 16
0
R, Eclipse and StatEt plugin under Linux
Hi I try to use the R plugin StatET 3.1-M2 (0.2.1) under eclipse 3.1.1 in Linux. Everything works fine, except of the integration of the R console into eclipse. On the StatET website (http://www.walware.de/goto/statet) it states: *** Do you know, how to start R inside Eclipse on Unix/Linux preventing the batch-modus, which parameters are useful? Let me know. *** and this is exactly the
2007 Mar 06
1
R plug in for Eclipse
Hello, Is there any R plug-in available for Eclipse other than StatET? StatET doesn't seem to work with the latest release of Eclipse properly, i.e. syntax highlighting isn't enabled for R commands. I already contacted the author some time ago, but have not yet received a response. Would also be great if somebody could tell me whether they have the same problem. I already tried
2007 Jan 30
0
Markdown plugin for Eclipse
Hello all, I've created a (rather basic) Markdown plugin for Eclipse. It's based on the MarkdownJ code. I'm giving it away (free under a GPL license) from here: http://thinktankmaths.co.uk/2007/01/16/thinktank-releases-markdown-plugin-for-eclipse/ I hope this is useful to some of you. Regards, - Daniel -------------------------------------------------------------------- "I know
2008 Jun 05
0
Managing Eclipse Plugins
Hi People, I just wondered if anyone had an suggestions on how to manage Eclipse plugins where RPMS don't exist for the particular plugin. In this case Aptana. Using the instructions here http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration I can install the plugin manually to /usr/share/eclipse so that its available to all users on the box. But
2010 Jan 03
2
Emacs vs Eclipse vs Rcmdr
Hi everyone, I could have posted this on R-devel or the GUI list, however don't feel it's that serious. Hence, decided R-help would be the most appropriate. I'm not so much interested in which is the best user interface for R. Rather which is the best ***platform*** for developing ***new*** user interfaces for R. Noting I'm using the term user interface is a very general sense.
2009 Jul 02
0
[LLVMdev] LLVM and Eclipse
Hi Patrick, On Thu, Jul 2, 2009 at 12:17 AM, Patrick Alexander Simmons<simmon12 at cs.uiuc.edu> wrote: > Has anyone tried using the Eclipse CDT plugin (or another C++ IDE) to > develop code in LLVM? I'm specifically interested in getting code > completion to work. I've been sucessfully using the Eclipse CDT with LLVM for quite a while now. The official releases of Eclipse
2007 Jun 26
0
CentOS5: Eclipse error!
Hello, We had a CentOS5 server with Eclipse on it, one of our programmers tried to update the Eclipse install (within eclipse) and after a problem on the update it stop working. I tried removing the Eclipse RPMs and eclipse directories, and reinstalling it with yum. Now we had this error, on $HOME/workspace/.metadata/.log: !SESSION 2007-06-25 09:44:00.093
2016 May 20
0
Eclipse (Java) locking issues after upgrade (3.6.23 -> 4.4.3)
On Fri, May 20, 2016 at 12:01:20PM -0400, Luc Lalonde wrote: > Caused > by: java.io.IOException: An error occurred while locking file > "/home/user/.eclipse/org.eclipse.platform_4.6.0_1664049636_macosx_cocoa_x86_64/configuration/org.eclipse.osgi/.manager/.fileTableLock": > "Operation not supported". A common reason is that the file system or > Runtime
2006 Jan 10
1
eclipse 3.1 rpm for centos
On Mon, 2006-01-09 at 14:29 +0100, Jean Lee wrote: > Hi all, Please start a new thread with a new message rather than hijacking an existing one with a reply/change-subject. > Does anybody knows where I can found an eclipse 3.1 package for Centos ? Doesn't seem likely. I had a crack at rebuilding the latest FC4 package from source and the build-dep requirements seem daunting...
2014 Feb 21
0
eclipse now crashing on CentOS 5.10
Got a user screaming... his 5.10 workstation, first time since the upgrade java-openjdk 1.7.0.51-2.4.4.2 Anyone else seeing that? I logged onto his machine, and I don't use eclipse, at all, so there shouldn't be a lot of crap in my .eclipse, and it shows the splash window, then tells me it's crashed in another pop-up, and it's gone. The error log it tells me about says, in its
2013 Feb 07
1
Eclipse CDT not working properly
Hello again, Another problem with my new CentOS 6 installation: The C/C++ support in Eclipse seems to be partial or missing - even though eclipse-cdt is installed. Eclipse starts all right, and I get a C/C++ perspective, but: 1. If I open a C++ file, it's sent to an external editor. 2. C or C++ is not mentioned in Preferences. 3. I can't find a reference to CDT under Help->About