developing plugin for eclipse - pointers

Anybody out there who had developed plugins for eclipse?
I am using eclipse for last 4-5 years and am just thinking about developing some plugins for eclipse. I dont know anything about that, like how its written and all. If someone who has experience on this can show light over that, it would be great. Some really good tutorials or links or any useful articles will do.
Cheers,
PK

this might help you have a look
http://www.vogella.de/articles/EclipsePlugIn/article.html
and for breif you can go here too
http://www.ibm.com/developerworks/library/os-ecplug/

Here is one more tutorial: http://eclipsepluginsite.com/

You can start from creating a sample eclipse plugin project. You could also use their plugin-spy (Alt-Shift-F1) to gain insight into any screen. You can start from your first plugin.

Also have a look at the sample code that is generated by creating a new project using the various plug-in wizards.

Related

Use a bootstrap theme with blogdown

I currently have a website which was created using the rmarkdown default site generator. I used a bootstrap theme and I like the look of it and I am familiar with it. I am wanting to change the site over to a blogdown website, but do not want to change the look. I know it is possible to use a bootstrap theme with blogdown/hugo, but I have not found very much information on how this can be done. I am very new to website development, so my understanding is very basic. I do know that there is not just a simple answer to this. I am more looking for suggestions for how I should go about this, or resources that I might be able to use in order to accomplish this goal. If you are interested in seeing the site it is https://jamescuster.github.io/
To anybody that is interested in this, I found this blog post which helps turn any existing static website to hugo. I haven't completely gotten it all figured out, but it seems to working well so far and with a little tweaking I think I will be able to turn the bootstrap theme into a hugo theme.
I would still be interested to hear additional solutions.

Building a Custom Browser in JavaFx 8

I am interested in building a custom browser in javafx 8 using the WebView component as a personal project. One of the features I hope to include is the ability to play flash video / sound. I'm not sure where to start so I'm hoping someone here could give me a few pointers as to how I'd go about accomplishing this.
Also, if you're aware of any resources out there that might come in handy when it comes to adding additional functionality I'd appreciate it. I'm hoping to make this fairly full featured.
Thanks in advance!
I'd stop this project because WebView does not support flash videos.
https://docs.oracle.com/javase/8/javafx/media-tutorial/overview.htm
It looks like I found a component that meets my requirements. JxBrowser.
https://dzone.com/articles/htmlcssjavascript-gui-java-0
https://www.teamdev.com/jxbrowser

Xamarin Forms photo Pan/Scale/Crop plugin?

I'm making app with using XF pcl.
To make photo viewer/editor function, you should add Pan/Scale/Crop.
Is there good plugin that somebody already have done for it?
Of course I can make my own but
It's very common behavior so I'm curious.
Thanks.
You might want to try this, this library has a lot of different transformations.
https://github.com/luberda-molinet/FFImageLoading
https://www.nuget.org/packages/Xamarin.FFImageLoading.Forms/

Inline Javascript Audio Player/ Sound Manager 2

I would like to implement this audio player,
http://www.schillmania.com/projects/soundmanager2/
into my band website that I am working on
http://thewintonsbluegrass.com.
It is a Wordpress site running on the Thesis Theme framework. I looked through the players documentation but I couldn't figure the thing out. :D Anyone know how to do it?
Thanks for the help to anyone who looked at my question. I figured it out now. I added the js files included in the plugin to the of my theme and followed the rest of the direction in the readme.

Cairngorm quickstart

Searching the site didn't help, so if anybody has good tips for getting up to speed with Cairngorm?!
I have to make an ultra quickstart on this framework, since I have to dive into an existing project ASAP.
Any help is much appreciated!
This guys created a Flex application to help explain the work flow:
http://robsondesign.com/blog/index.php/2009/02/18/cairngorm-diagram-explorer-update/
I found this 5 part tutorial at www.davidtucker.net to be very practical and hands on. David moves fast but also gives solid descriptions for almost everything he does. The tutorial includes both blog posts and video code-alongs. I recommend doing both. The download files get a little messed up (renaming, Adobe AIR, Flex Web app), so I had to follow the code-alongs and use the downloaded source only for reference (I opened in a separate editor and copy and pasted as needed).
you don't mention which version of Cairngorm, but this is a good place to start if you are using version 2.1 or earlier.
cairngorm docs
The beta for Cairngorm 3 is out and you can find whatever info there currently is at
cairngorm 3
Here is a simple animated short about Cairngorm
Then you need to understand the MVC architectural pattern
Why to use design patterns (inspiration/motivation)
Then go ahead to these Cairngorm related links/videos:
Getting started links
Video tutorials
Then start coding:
A real case to work with
There's a book from Wrox on Amazon that really helped me Professional Cairngorm

Resources