Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
The Eclipse workspace provides a powerful suite of tools to allow plug-ins to keep notified and up to date when resources change.
Bleiglanz hat gesagt.:du kannst dir ja so viele Workspaces machen wie du willst
Bleiglanz hat gesagt.:The Eclipse workspace provides a powerful suite of tools to allow plug-ins to keep notified and up to date when resources change.
jede IDE kennt so ein Konzept, nur heisst es eben dann anders...
A project file is a Lisp file that the JDEE loads and evaluates whenever you open a Java source file belonging to a specific project. The JDEE has commands that save the current settings of JDEE project variables in the project file for the current project. Project files thus allow you to save and restore project-specific settings of JDEE customization variables. For example, you can use a project file to set the value of the jde-global-classpath variable to a project-specific classpath automatically whenever you load a file belonging to that project.
How the JDE Finds Project Files
To simplify the task of finding project files, the JDE makes two assumptions. First, it assumes that all Java source files relating to a particular project live in a single directory tree. Second, it assumes that all project files have the same file name. The name assumed by default is prj.el. You can use the JDE configuration variable jde-project-file-name to specify another name.
When you open a Java source file, the JDE looks for project files in the directory tree containing the source file. If the JDE finds one or more project files, it loads the project files in the following manner.
The JDE first sets all the JDE variables to their Emacs startup values (i.e., the default value or the value saved in your .emacs file). It then loads all the project files in the directory tree containing the current source buffer, starting with the topmost file.
What this means is that you can use project files to extend and/or override the settings in your .emacs file and in other project files. For example, your .emacs file can specify settings that are common to all your projects. You can put settings common to a group of projects at the top of the directory tree containing the projects, settings common to each project at the top of the directory containing each projects, and so on.
Rheuma-Kay hat gesagt.:Es kostet etwas:
1. Die Zeit zwischen dem Unschalten zwischen Workspaces.
2. Die Möglichkeit Unterprojekte innerhalb eines Workspaces anzulegen
Rheuma-Kay hat gesagt.:Ich denke, dass hier die Begriffe Workspace und Projekt verwechselt werden.
Egal, ich muss ja nicht damit arbeiten. Eclipse deckt einfach nicht die Anforderungen ab, die ich an eine IMHO vernünftige IDE stelle.
Bleiglanz hat gesagt.:Rheuma-Kay hat gesagt.:Es kostet etwas:
1. Die Zeit zwischen dem Unschalten zwischen Workspaces.
2. Die Möglichkeit Unterprojekte innerhalb eines Workspaces anzulegen
1. zeugt doch nur von völlig falscher Einrichtung (oder man ist hauptberuflicher Debugger für 30 Anwendungen), man richtet seinen Workspace doch so ein, dass man nicht jeden Tag wechseln muss
2. hä? ein Workspace besteht doch nur aus Projekten??
3. "Projekte innerhalb von Projekten" kann keine IDE die ich kenne
4. "Projekte ausserhalb des Workspaces gehen meiner Erfahrung nach nicht" kann ich nicht nachvollziehen, auf der ersten Seite des Wizards von "New Java Projekt" kann ich ein beliebiges Directory auswählen...
wieso sollte man ? wenn es dir nicht passt und du ne bessere Lösung hast - wayne ?!Rheuma-Kay hat gesagt.:Ich hoffe ja immer noch darauf, dass mir mal jemand vernünfig darlegen kann, warum ich einen oder mehrere Workspaces überhaupt brauche. Das bisher gesagte fand ich nicht wirklich überzeugend.
deathbyaclown hat gesagt.:Ich habe meine Projekte strukturiert unter einer Location - dieses ist zugleich mein Workspace... Nutze ich ein neues Projekt so kommt dies auch unter diesen Ordner - wäre mir zu blöd 10 Projekte zu haben, die wild verteilt auf irgendwelchen Platten liegen.....
deathbyaclown hat gesagt.:wieso sollte man ? wenn es dir nicht passt und du ne bessere Lösung hast - wayne ?!Rheuma-Kay hat gesagt.:Ich hoffe ja immer noch darauf, dass mir mal jemand vernünfig darlegen kann, warum ich einen oder mehrere Workspaces überhaupt brauche. Das bisher gesagte fand ich nicht wirklich überzeugend.
Bleiglanz hat gesagt.:und was ist eine Projektgruppe anderes als ein Workspace??
=> Beim "from existing sources" Dialog in Eclipse einfach einen leeren Ordner angeben?
Rheuma-Kay hat gesagt.:[...]
Daneben duert das Umschalten zwischen verschiedenen Workspaces elendig lange. Wenn das schneller ginge, wäre der workspace sicherlich akzeptabler.
Hmmm...irgendwie habe ich da schon wieder wiederholt, was ich am Anfang gesagt habe ;-)