2008年6月18日のブックマーク (8件)

  • Home (サイトを移転しました。)

    Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode

  • GraphicContextの実装例 - Fly me to the Luna

    今までの自分の目は節穴だったようです…。EclipseのCVSにSWTの実装例プロジェクトがありました。org.eclipse.swt.examplesというプロジェクトです。このプロジェクトをCVSからチェックアウトしてみるとパッケージごとにmainメソッドが実装されたクラスが用意されています。CVSの設定はこんな感じです。 エラーが出ているのは僕の場合は同じ設定を既にしているからです。CVSのパースペクティブを開いてリポジトリを追加しておきましょう。 例えばGCの実装例はorg.eclipse.swt.examples.graphics.GraphicsExampleというクラスです。動かしてみるとアニメーションがサクサクうごいてるじゃぁないですか。数日前の自分に一言声をかけたくなりました。 久しぶりにCVSを覗いたんですが、Eclipse体のテストプラグインもありますね。どんだけ節

    GraphicContextの実装例 - Fly me to the Luna
  • SourceForge.net: Scuttle

    Web 2.0 bookmarking system, both social (with tags) and private (with folders). Import and export your bookmarks from multiple browsers. Admin management section with SPAM protection, translations, bookmarklets, Firefox extension, RSS feeds, and more! sabros.us is a CMS to put your bookmarks online with folksonomy support; just like del.icio.us, but the big diference is you will have the complete

  • En Yüksek Kur Paykasa Bozdurma

    IBM TechXchange Community Together, we can connect via forums, blogs, files and face-to-face networking. Find your community Where is my content? If you’re looking for developerWorks content or a Support forum and ended up here, don't panic! You are in the right place. The content you're looking for. This page will help you find the content you are looking for, get answers to your questions, and f

  • Plug-in SpyをEclipse 3.3で利用する - kojihashiの日記

    Eclipseプラグイン開発をする場合、サル真似ルールに従って、既存のソースコードを参考にすることは非常に重要です。例えば、あるウィザード画面を作成しようとした場合、日頃から使っているウィザード画面を思い浮かべ、「あのウィザードのソースコードを読みたいな」と思うことがよくあります。しかし、肝心のソースコードがどこにあるのか、広大なEclipseソースコードの海から見つけ出すのは非常に大変です。 このようなEclipseプラグイン開発者の悩みを大いに助ける、Plug-in SpyというプロダクトがPDEプロジェクト内で開発されています。稼働中のEclipseワークベンチにおいて、View、EditorやDialog上でALT+SHIFT+F1を押すと、その画面を実装しているクラスやそのクラスが属するプラグインのID等がポップアップ画面に表示されます。しかも、そのクラス名がリンクになっていて、

    Plug-in SpyをEclipse 3.3で利用する - kojihashiの日記
  • Platform Command Framework - Eclipsepedia

    Eclipse Commands Tutorial http://www.vogella.de/articles/EclipseCommands/article.html Tutorial about using Eclipse Commands by Lars Vogel Other Resources Commands in Action by Prakash G.R.: Commands Part 1: Actions Vs Commands Commands Part 2: Selection and Enablement of IHandlers Commands Part 3: Parameters for Commands Commands Part 4: Misc items ... Commands Part 5: Authentication in RCP applic

  • Eclipse Articles, Tutorials, Demos, Books, and More - Eclipsepedia

    Home Eclipse Wiki Eclipse Articles, Tutorials, Demos, Books, and More Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan. Eclipse Plug-in Development: Beginner's Guide - Second Edition This book shows you how to take full advantage of the Eclipse IDE by buil

  • [ThinkIT] 第1回:Javaはまだまだこれからだ! (1/3)

    皆さんこんにちは。連載を担当させていただきますチェンジビジョンの近藤と申します。 世間ではJavaはすでに成熟期に入ったというような位置づけで語られることが増えてきているようです。連載をお読みの方はどうお感じでしょうか。個人的な見解ですが、筆者はそうは思えません。 Javaには大きく分けて2つの側面があります。1つはプログラミング言語という側面です。静的なクラス構造を持ち、実行するためにはコンパイルが必要で、実行する前にプログラムの文法的な異常やクラス間のインターフェースのい違いを発見します。 しかし、Rubyなどコンパイルが不要なスクリプト言語では対話型のシェル(実行環境)が整えられるようになりました。シェルに対してプログラムを書いていくことで、文法的な部分やクラス間のインターフェースの異常をすぐに確認できます。しかも十分な速度で実行結果が返ってくるため、Java言語を使って実装し