<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Find Time for the Karussell &#187; NetBeans_de</title>
	<atom:link href="http://karussell.wordpress.com/category/netbeans_de/feed/" rel="self" type="application/rss+xml" />
	<link>http://karussell.wordpress.com</link>
	<description>Thoughts about Java and more</description>
	<lastBuildDate>Fri, 25 May 2012 16:57:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='karussell.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Find Time for the Karussell &#187; NetBeans_de</title>
		<link>http://karussell.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://karussell.wordpress.com/osd.xml" title="Find Time for the Karussell" />
	<atom:link rel='hub' href='http://karussell.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Lizenztext und Benutzername &#124; Custom License-text and User-name for NetBeans</title>
		<link>http://karussell.wordpress.com/2008/02/07/lizenztext-benutzername-etc/</link>
		<comments>http://karussell.wordpress.com/2008/02/07/lizenztext-benutzername-etc/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 18:09:57 +0000</pubDate>
		<dc:creator>karussell</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[NetBeans_de]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[News_de]]></category>

		<guid isPermaLink="false">http://karussell.wordpress.com/?p=38</guid>
		<description><![CDATA[Ich habs endlich hinbekommen: jede neue Datei trägt meinen Name als @author und meine eigene Lizenz im Dateikopf. (For the english version see below) Eigener Lizenztext Zuerst müsst ihr den Lizenztext z.B. nach /home/user/quell/license-lgpl.txt kopieren. Der Name dieser Datei ist dabei wichtig. Als nächstes in der projekt-spezifischen Datei nbproject/project.properties project.license=lgpl einfügen. Z.B. innerhalb NetBeans: Einfach [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=38&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ich habs endlich hinbekommen: jede neue Datei trägt meinen Name als @author und meine eigene Lizenz im Dateikopf.</p>
<p>(For the english version see below)</p>
<h4>Eigener Lizenztext</h4>
<p>Zuerst müsst ihr den Lizenztext z.B. nach /home/user/quell/license-lgpl.txt kopieren. Der Name dieser Datei ist dabei wichtig.</p>
<p>Als nächstes in der projekt-spezifischen Datei nbproject/project.properties</p>
<p>project.license=lgpl</p>
<p>einfügen. Z.B. innerhalb NetBeans: Einfach euer Projekt in der Dateiansicht &#8216;File&#8217; öffnen.</p>
<p>Jetzt müssen wir NetBeans noch sagen wo die Datei license-lgpl.txt steckt:</p>
<p>Wähle in  Tools-&gt;Templates den Knoten &#8216;Licenses&#8217; aus und</p>
<p>suche mittels &#8216;Add..&#8217; die vorher kreierte Datei /home/user/quell/license-lgpl.txt.</p>
<p>Diese sollte dann unter Licenses hinzugefügt worden sein.</p>
<p>Nun einfach mittels Rechtsklick auf ein Java Paket ausprobieren:</p>
<p>New-&gt;Java Interface auswählen und &#8216;Constraint&#8217; eingeben.</p>
<h4>Veränderter Benutzername</h4>
<p>Dies ist ein Trick von <a href="http://blogs.sun.com/geertjan/entry/welcome_to_me">Geertjan</a>.  Die User.properties öffnen:</p>
<p>in Tools-&gt;Templates-&gt;User Configuration Properties-&gt;User.properties</p>
<p>Dort einfach einfügen</p>
<p>user=Peter Karich, peat_hal &#8216;at&#8217; users &#8216;dot&#8217; sourceforge &#8216;dot&#8217; net</p>
<h1>English Translation</h1>
<p>I have solved the problem in the latest NetBeans 6.1: every new file has my name as a value for the @author attribute and my own license text as header.</p>
<h4>Your own license text</h4>
<p>First of all you have to copy your license text e.g. to /home/user/quell/license-lgpl.txt. The name of this file is important.</p>
<p>As a next step go into the project specific file nbproject/project.properties and add</p>
<p>project.license=lgpl</p>
<p>E.g. with the files window within NetBeans.</p>
<p>Now you have to specify that you want to use this file as license text:</p>
<p>Go to  Tools-&gt;Templates and choose &#8216;Licenses&#8217; then search via &#8216;Add..&#8217; the previously created file /home/user/quell/license-lgpl.txt.</p>
<p>To test it right click on a java package and choose:</p>
<p>New-&gt;Java Interface auswählen; then type &#8216;Constraint&#8217; and you should see the license header.</p>
<p>Here is an example of an adapted apache header:</p>
<p>&lt;#if licenseFirst??&gt;<br />
${licenseFirst}<br />
&lt;/#if&gt;<br />
${licensePrefix}This file is part of the TimeFinder project.<br />
${licensePrefix}Visit http://www.timefinder.de for more information.<br />
${licensePrefix}Copyright ${date?date?string(&#8220;yyyy&#8221;)} the original author or authors.<br />
${licensePrefix}<br />
${licensePrefix}Licensed under the Apache License, Version 2.0 (the &#8220;License&#8221;);<br />
${licensePrefix}you may not use this file except in compliance with the License.<br />
${licensePrefix}You may obtain a copy of the License at<br />
${licensePrefix}<br />
${licensePrefix}       http://www.apache.org/licenses/LICENSE-2.0<br />
${licensePrefix}<br />
${licensePrefix}Unless required by applicable law or agreed to in writing, software<br />
${licensePrefix}distributed under the License is distributed on an &#8220;AS IS&#8221; BASIS,<br />
${licensePrefix}WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br />
${licensePrefix}See the License for the specific language governing permissions and<br />
${licensePrefix}limitations under the License.<br />
&lt;#if licenseLast??&gt;<br />
${licenseLast}<br />
&lt;/#if&gt;</p>
<h4>Change your user name</h4>
<p>This trick is from <a href="http://blogs.sun.com/geertjan/entry/welcome_to_me">Geertjan</a>. Open User.properties in Tools-&gt;Templates-&gt;User Configuration Properties-&gt;User.properties</p>
<p>Replace all stuff with</p>
<p>user=Peter Karich, peat_hal &#8216;at&#8217; users &#8216;dot&#8217; sourceforge &#8216;dot&#8217; net</p>
<p>and you are done.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karussell.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karussell.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karussell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karussell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karussell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karussell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karussell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karussell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karussell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karussell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karussell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karussell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karussell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karussell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karussell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karussell.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=38&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karussell.wordpress.com/2008/02/07/lizenztext-benutzername-etc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/206690a26526f07467ecfd6662f8b152?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karussell</media:title>
		</media:content>
	</item>
		<item>
		<title>Dankeschön NetBeans und Co</title>
		<link>http://karussell.wordpress.com/2008/01/25/dankeschon-netbeans-und-co/</link>
		<comments>http://karussell.wordpress.com/2008/01/25/dankeschon-netbeans-und-co/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 21:22:08 +0000</pubDate>
		<dc:creator>karussell</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans_de]]></category>
		<category><![CDATA[News_de]]></category>

		<guid isPermaLink="false">http://karussell.wordpress.com/?p=35</guid>
		<description><![CDATA[&#8230;. und ein großes Dankeschön geht an &#8230;. NetBeans! Warum? Ich arbeite schon seit ein paar Jahren an einem Stundenplaner &#8211; ein Open Source Projekt names gstpl. Und NetBeans war immer an meiner Seite (in schweren wie in guten Zeiten &#8230; , Java natürlich auch&#8230; Vor ein paar Monaten began ich dann einen Algorithmus aufzuschreiben [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=35&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;. und ein großes Dankeschön geht an &#8230;.</p>
<p>NetBeans!</p>
<p>Warum?</p>
<p>Ich arbeite schon seit ein paar Jahren an einem Stundenplaner &#8211; ein Open Source Projekt names <a href="http://gstpl.sourceforge.net/">gstpl</a>. Und NetBeans war immer an meiner Seite (in schweren wie in guten Zeiten &#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ,  Java natürlich auch&#8230;</p>
<p>Vor ein paar Monaten began ich dann einen Algorithmus aufzuschreiben (einige der Ideen hatte ich schon ein paar Jahre vorher) um an einem <a href="http://www.cs.qub.ac.uk/eventmap/index_files/Solutions.htm">Wettbewerb</a> teilzunehmen. Die &#8216;Deadline&#8217; dafür war heute Mittag und ohne NetBeans hätte ich wohl nie auch nur annähernd recht gute Ergebnisse erziehlt. Und neben meiner Physik-Diplomarbeit und anderen wichtigen Dingen im Leben hatte ich eigentlich gar keine Zeit <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Die Produktivität ist mit Java+NetBeans (&#8216;javne&#8217;) im Gegensatz zu &#8216;früher&#8217; mit C++ &#8211; für mich gesprochen &#8211; um den Faktor 4 gestiegen.</p>
<p>Was heißt nun gute Ergebnisse? Wenn man mit &#8216;Stundenplanen&#8217; anfängt so stellt sich die Frage: &#8216;Gibt es den optimalen Stundenplan&#8217; für ein bestimmtes Problem? Ja, den gibt es! Nur würde es ziemlich lange dauern diese zu finden. Man muss ja alle Lösungen durchgehen und dann auch verifizieren, dass es die Beste ist&#8230; Man versucht also Methoden zu finden die in annehmbarer Zeit (auf meinem PC hatte ich im Wettbewerb ca. 11 Minuten) eine möglichst gute Lösung finden können. Sie sollten also ein ausgewogenes Maß an &#8216;aktuelle Version verbessern&#8217; und &#8216;gänzlich neue Lösung finden&#8217; besitzen.</p>
<p>Etwas konkreter: Es gab ein paar Personen (z.B. 1000) die Fächer (insgesamt z.B. 400) gewählt hatten. Ist es nun möglich einen Stundeplan zu bauen der keine Konflikte beinhaltet? Ein Konflikt kann z.B. auftreten, wenn eine Person zwei Fächer zur selben Zeit besuchen soll oder wenn zwei Fächer in einem Raum (ach ja die gab es ja auch noch, z.B. 10) stattfinden sollten. Bei bestimmten Fächern musste man auch noch deren relative Reihenfolge zueinander beachten und bestimmte Fächer hatte auch noch Anforderungen an Räume (Chemie kann ja nur in Räumen mit mind. einem Bunsenbrenner stattfinden). Wenn all dies passt &#8211; für alle Personen und Räume &#8211; so nennt man den Stundenplan konfliktfrei (no hard constraint violations) &#8211; er ist aber noch lange nicht optimal. Man sollte bei dem Wettbewerb auch noch die &#8216;weichen&#8217; Nebenbedingungen optimieren: Z.B. sollten Personen möglichst nicht nur ein Fach pro Tag haben usw.</p>
<p>Ihr seht eine Menge Dinge gab es zu Beachten und zu tun. Ich musste außerdem noch die Geschwindigkeit optimieren (mit nem Profiler) da ich wahrscheinlich nur C++/C &#8211; Projekte als Konkurenz haben werde bzw. &#8216;hatte&#8217;.</p>
<p>Nebenbei habe ich versucht möglichst viele Sachen mit JUnit zu testen, damit die Jury nicht irgendwelche Bugs findet bzw. das Programm auch bei den noch nicht zugänglichen Dateien (hidden datasets) funktioniert.</p>
<p>Mit NetBeans alles kein Problem&#8230; Ein besonders cooles Feature ist die Local History, die mir ganz schnell die Unterschiede einer Datei zu versch. Zeitpunkte (auch von vorvorvorgestern) anzeigen konnte:</p>
<p><a href="http://karussell.files.wordpress.com/2008/01/local-history.jpg" title="Local History"><img src="http://karussell.files.wordpress.com/2008/01/local-history.jpg?w=500" alt="Local History" /></a></p>
<p>Außerdem hat die &#8216;unused Variable&#8217;-Warnung einige Bugs verhindern können, da ich dann z.B. gemerkt hatte, dass in einer Schleife nicht die lokale Variable, sondern der Variablenzähler genutzt wurde:</p>
<p><a href="http://karussell.files.wordpress.com/2008/01/unused-var.jpg" title="Unused Variables"><img src="http://karussell.files.wordpress.com/2008/01/unused-var.jpg?w=500" alt="Unused Variables" /></a></p>
<p>Außerdem geht ein Dankeschön an folgende Projekte:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/GNU_Screen">GNU screen</a> &#8211; damit ich an einem schnelleren Rechner Tests starten konnte und diese auch Laufen würden, wenn mein Rechner aus ist. Siehe dazu auch ältere <a href="http://karussell.wordpress.com/2008/01/18/screen-part-2/">Blogeinträge</a>.</li>
<li><a href="http://www.yourkit.com/">YourKit Profiler</a> &#8211; Eine propritäre Konkurenz zum NetBeans Profiler.</li>
<li><a href="http://kdesvn.alwins-world.de/">KDE svn</a> ein Linux subversion client</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karussell.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karussell.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karussell.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karussell.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karussell.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karussell.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karussell.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karussell.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karussell.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karussell.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karussell.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karussell.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karussell.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karussell.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karussell.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karussell.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=35&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karussell.wordpress.com/2008/01/25/dankeschon-netbeans-und-co/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/206690a26526f07467ecfd6662f8b152?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karussell</media:title>
		</media:content>

		<media:content url="http://karussell.files.wordpress.com/2008/01/local-history.jpg" medium="image">
			<media:title type="html">Local History</media:title>
		</media:content>

		<media:content url="http://karussell.files.wordpress.com/2008/01/unused-var.jpg" medium="image">
			<media:title type="html">Unused Variables</media:title>
		</media:content>
	</item>
		<item>
		<title>Kein Editor in NetBeans</title>
		<link>http://karussell.wordpress.com/2008/01/13/kein-editor-in-netbeans/</link>
		<comments>http://karussell.wordpress.com/2008/01/13/kein-editor-in-netbeans/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 13:08:11 +0000</pubDate>
		<dc:creator>karussell</dc:creator>
				<category><![CDATA[NetBeans_de]]></category>
		<category><![CDATA[News_de]]></category>

		<guid isPermaLink="false">http://karussell.wordpress.com/2008/01/13/kein-editor-in-netbeans/</guid>
		<description><![CDATA[Oh Schreck! Kein Editor und das beim Programmieren! Also ich benutze NetBeans 6.0 und hab da heute lauter Module installiert: C++, UML, Collaboration, TaskList, Maven und JavaME+Mobility. Nach dem Neustart sah NetBeans dann aber so aus: Auch mehrmaliges Strg 0 half nix (Windows -&#62; Editor). Man kann im Nachhinein eventuell erahnen, dass der Editor im [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=28&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oh Schreck! Kein Editor und das beim Programmieren!</p>
<p>Also ich benutze NetBeans 6.0 und hab da heute lauter Module installiert: C++, UML, Collaboration, TaskList, Maven und JavaME+Mobility.</p>
<p>Nach dem Neustart sah NetBeans dann aber so aus:</p>
<p><a href="http://karussell.files.wordpress.com/2008/01/no-editor.jpg" title="Kein Editor"><img src="http://karussell.files.wordpress.com/2008/01/no-editor.jpg?w=739&h=556" alt="Kein Editor" height="556" width="739" /></a></p>
<p>Auch mehrmaliges Strg 0 half nix (Windows -&gt; Editor). Man kann im Nachhinein eventuell erahnen, dass der Editor im &#8216;Norden&#8217; versteckt sein könnte. Jedoch ist mir das erst nachher aufgefallen. Ich hab das Problem dann einfach gelöst indem ich ein paar Fenster hin und her geschoben habe. Danach erschien dann plötzlich irgendwann der Editor (im Norden) &#8211; zum Glück, denn ich hab heute noch was vor <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://karussell.files.wordpress.com/2008/01/with-editor.jpg" title="Editor im Norden"><img src="http://karussell.files.wordpress.com/2008/01/with-editor.jpg?w=726&h=544" alt="Editor im Norden" height="544" width="726" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karussell.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karussell.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karussell.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karussell.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karussell.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karussell.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karussell.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karussell.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karussell.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karussell.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karussell.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karussell.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karussell.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karussell.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karussell.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karussell.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=28&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karussell.wordpress.com/2008/01/13/kein-editor-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/206690a26526f07467ecfd6662f8b152?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karussell</media:title>
		</media:content>

		<media:content url="http://karussell.files.wordpress.com/2008/01/no-editor.jpg" medium="image">
			<media:title type="html">Kein Editor</media:title>
		</media:content>

		<media:content url="http://karussell.files.wordpress.com/2008/01/with-editor.jpg" medium="image">
			<media:title type="html">Editor im Norden</media:title>
		</media:content>
	</item>
		<item>
		<title>Tastaturkürzel für NetBeans 6.0</title>
		<link>http://karussell.wordpress.com/2007/12/09/tastaturkurzel-fur-netbeans-60/</link>
		<comments>http://karussell.wordpress.com/2007/12/09/tastaturkurzel-fur-netbeans-60/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 14:40:59 +0000</pubDate>
		<dc:creator>karussell</dc:creator>
				<category><![CDATA[NetBeans_de]]></category>

		<guid isPermaLink="false">http://karussell.wordpress.com/2007/12/09/tastaturkurzel-fur-netbeans-60/</guid>
		<description><![CDATA[Im Gespräch mit seapegasus auf den Sun Tech Days habe ich erfahren, dass Tastaturkürzel gar nicht so gebräuchlich sind. Für mich erhöhen diese aber signifikant die Entwicklung. Daher hier die wichtigsten und wie diese vorher waren (NetBeans 5.5.1 -&#62; NetBeans 6.0): Umbenennen &#8216;Refactore&#8217;: STRG ALT R -&#62; STRG R Rechtes/Linkes Tab: ALT Links/Rechts -&#62; STRG [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=23&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Im Gespräch mit <a href="http://blogs.sun.com/seapegasus/">seapegasus</a> <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  auf den Sun Tech Days habe ich erfahren, dass Tastaturkürzel gar nicht so gebräuchlich sind. Für mich erhöhen diese aber signifikant die Entwicklung.</p>
<p>Daher hier die wichtigsten und wie diese vorher waren (NetBeans 5.5.1 -&gt; NetBeans 6.0):</p>
<ul>
<li>Umbenennen &#8216;Refactore&#8217;: STRG ALT R -&gt; STRG R</li>
<li>Rechtes/Linkes Tab: ALT Links/Rechts -&gt; STRG BildHoch/BildRunter</li>
<li>Formatiere Code: STRG SHIFT F -&gt; ALT SHIFT F</li>
<li>Verbessere und Lösche Importe: ALT SHIFT F -&gt; STRG SHIFT I</li>
<li>Gehe zur Deklaration: ALT G -&gt; STRG B</li>
<li>Mit STRG SHIFT F findet man nun einen bel. Ausdruck im gesamten Projekt.</li>
<li>Mit dem Ausführen fortfahren (beim Debuggen) ist jetzt logischer: STRG F5 -&gt; F5, denn F6 startet ein Programm.</li>
<li>Starten des Debuggers ist auch besser: F5 -&gt; STRG F5, denn STRG SHIFT F5 Startet den Debugger für einen Test/eine Datei.</li>
<li>Gibt es einen Ersatz für ALT K in NB 6.0? ALT Links geht zur zuletzt editierten Datei und STRG Q geht zum zuletzt editierten Ort</li>
</ul>
<p>Diese Kürzel bleiben:</p>
<ul>
<li>&#8216;QuickFix&#8217; eines Fehlers: ALT ENTER</li>
<li>Liste alle Methoden  &#8216;code completion&#8217; eines Ausdrucks: STRG SPACE und den Kursor direkt nach dem Wort das nb vervollständigen soll.</li>
<li>Öffne bel. Dokument: ALT SHIFT O</li>
<li>Öffne Kontextmenu: SHIFT F10; es könnte sein, dass dies nur bei mir (opensuse+windowmaker) funktioniert, da bei mac und win die F-Tasten von dem Betriebssys. belegt sein könnten. Es gibt da noch so ne Kontextmenu taste auf meiner Tastatur zwischen Win und STRG taste: damits gehts auch.</li>
<li>Vollansicht eines Dokuments: SHIFT ESC</li>
<li>Schließe Tab/Fenster: STRG W oder STRG F4</li>
<li>CTRL 7 dirigiert einen zum &#8216;Navigator&#8217; wo man dann z.B. dieAnfangsbuchstaben einer Methode eingeben kann und so schnell zwischen Methoden hin und herspringen kann.</li>
</ul>
<p>Hier eine <a href="http://lopeathal.wikispaces.com/Blog-SeptemberOctober2007">alte Version</a> dieses Themas in Englisch. (09. September 2007)</p>
<p>Hier die komplette Übersicht der Kürzel für:</p>
<ul>
<li><a href="http://usersguide.netbeans.org/files/documents/40/715/shortcuts.pdf">nb 5.0</a> (pdf)<a href="http://usersguide.netbeans.org/files/documents/40/715/shortcuts.pdf"><br />
</a></li>
<li>nb 5.5</li>
<li><a href="http://wiki.netbeans.org/wiki/view/KeymapProfileFor60">nb 6.0</a> (wiki) auch max os x<a href="http://wiki.netbeans.org/wiki/view/KeymapProfileFor60"><br />
</a></li>
</ul>
<p>Die pdf &#8211; Dokumente sind auch jeweils über Help -&gt; Keyboard Shortcuts Card erreichbar und dort wahrscheinlich auch aktueller.<br />
Wie kann man nun diese Kürzel ändern? Gehe zu: Tools -&gt; Options -&gt; Keymap! Dort könnte man die alten von nb 5.5  aktivieren oder sogar die von Eclipse.  Wie druckt man sich dann eine Übersicht aus? Einfach ein Tastaturkürzel (z.B ALT STRG SHIFT E) der &#8216;Export Shortcut as HTML&#8217; &#8211; Aktion zuordnen. Zu finden unter Tools -&gt; Options -&gt; Keymap: Window und dann die generierte Datei: /home/name/.netbeans/6.0/config/shortcuts.html ausdrucken! Dies Idee ist von <a href="http://blogs.sun.com/geertjan/date/20051212">Geertjan</a> und man erhält damit auch einen guten Vergleich zwischen Eclipse, NetBeans 6.0 und 5.5.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karussell.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karussell.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karussell.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karussell.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karussell.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karussell.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karussell.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karussell.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karussell.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karussell.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karussell.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karussell.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karussell.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karussell.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karussell.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karussell.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karussell.wordpress.com&#038;blog=2042483&#038;post=23&#038;subd=karussell&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karussell.wordpress.com/2007/12/09/tastaturkurzel-fur-netbeans-60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/206690a26526f07467ecfd6662f8b152?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karussell</media:title>
		</media:content>
	</item>
	</channel>
</rss>
