galileo

How do I write a Delphi Galileo IDE Expert?

家住魔仙堡 提交于 2020-01-11 03:59:08
问题 HI, I want to write a small Delphi IDE Expert for D2007-D2009 (aka. Galileo IDE) in order to show a window with a TMemo instance on it, with all the component names and classes from the form designer in the above memo. The selected component will be marked with a '*'. The expert should appear on a menu/toolbar and have a shortcut assigned. How do I do? Ps: Actually the real code is more complicated than that, but I want to have a general framework to get started. TIA 回答1: I did my first OTA

Eclipse Galileo supports javascript cross-file code completion, but Eclipse Helios does not?

ぃ、小莉子 提交于 2019-12-21 16:57:09
问题 When editing multiple javascript files, each of which are supposed to be available in the global scope because - for example - they will each be loaded in the same html document, Galileo supported this little trick to put comment tags for other files that are required to be available in the same scope: myfile.js: // @include "somefile.js" // @include "otherfile.js" And you have cross-file code completion in myfile.js. But now that I moved to Eclipse Helios, this doesn't work anymore. Did they

How to upgrade Eclipse from 3.5 (Galileo) to 3.6 (Helios) the proper way?

烈酒焚心 提交于 2019-12-12 08:25:18
问题 I notice this question has been asked a few times but I don't really like the solution with two Eclipses in parallel. I just want my Galileo upgraded to Helios with preservation of all settings, plugins and workspaces, without the mumbo-jumbo like copying plugins manually and stuff. I've got the Android plugin, the C/C++ plugin, the PyDev plugin and what not more. Is there a quick and sure way to upgrade Eclipse like this? I've found some instructions on the Eclipse wiki, but it doesn't seem

Eclipse Helios/Galileo Update sites cannot be accessed on Windows machine with IE7

回眸只為那壹抹淺笑 提交于 2019-12-11 14:24:51
问题 When starting the update, the following error is displayed: Network connection problems encountered during search. Unable to access "http://download.eclipse.org/releases/helios". Error accessing site stream. [Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd] Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd Error accessing site stream. [Server returned HTTP response code: 503 for URL

Eclipse - Galileo IDE force save of changed files before build?

蓝咒 提交于 2019-12-07 03:27:08
问题 When I used previous versions of Eclipse (e.g. Ganymede/Europa) if I had edited a file and then attempted a build Eclipse would prompt me to save first. Since I updated to Galileo (Build id: 20090920-1017 & just checked for updates) when I build I'm not prompted to save first. Perhaps the dialog had a checkbox for "don't tell me again" which I mistakenly checked on??? I figure it is just a preference setting some where but I can't seem to find it, search in Preferences for 'save' and for

Eclipse - Galileo IDE force save of changed files before build?

南楼画角 提交于 2019-12-05 06:11:17
When I used previous versions of Eclipse (e.g. Ganymede/Europa) if I had edited a file and then attempted a build Eclipse would prompt me to save first. Since I updated to Galileo (Build id: 20090920-1017 & just checked for updates) when I build I'm not prompted to save first. Perhaps the dialog had a checkbox for "don't tell me again" which I mistakenly checked on??? I figure it is just a preference setting some where but I can't seem to find it, search in Preferences for 'save' and for 'build' but did not find it. I tried "Save automatically before build" but that actually did not work for

How to upgrade Eclipse from 3.5 (Galileo) to 3.6 (Helios) the proper way?

折月煮酒 提交于 2019-12-04 01:47:09
I notice this question has been asked a few times but I don't really like the solution with two Eclipses in parallel. I just want my Galileo upgraded to Helios with preservation of all settings, plugins and workspaces, without the mumbo-jumbo like copying plugins manually and stuff. I've got the Android plugin, the C/C++ plugin, the PyDev plugin and what not more. Is there a quick and sure way to upgrade Eclipse like this? I've found some instructions on the Eclipse wiki , but it doesn't seem to work with my system (Ubuntu 10.04; I add the Helios site and then Check for Updates, but it doesn't

Trouble debugging C++ using Eclipse Galileo on Mac

萝らか妹 提交于 2019-12-04 01:42:58
问题 I am trying to debug C++ code using Eclipse Galileo on my MacBook Pro running Mac OS X v10.5 (Leopard). It's my first time trying this. I have a complicated C++ program I'd like to debug, but to test things out, I just tried to debug and step through the following: #include <iostream> using namespace std; int main() { int x = 0; cout << x << endl; x = 54; cout << x << endl; return 0; } I clicked the debug icon, told it to use GDB (DSF) Create Process Launcher and started to step through the

Eclipse Galileo click problem on Ubuntu 9.10

删除回忆录丶 提交于 2019-11-30 07:11:19
I've just upgrade my Ubuntu from 9.04 to 9.10 and I'm experimenting a very annoying problem with Eclipse Galileo. The problem is that Eclipse doesn't catch some button clicks. For example, I've tried to install a plugin and I clicked on next, and then nothing happened. I didn't have the same problem before the upgrade of my Ubuntu version. Pascal Thivent This is a known bug (bug 291257) with Eclipse 3.5 and GTK+ 2.8 (fixed in Eclipse 3.6). The workaround is to set the GDK_NATIVE_WINDOWS environment variable to true before to start Eclipse. I use the following startup script for Eclipse: #!/bin

Eclipse Galileo click problem on Ubuntu 9.10

╄→гoц情女王★ 提交于 2019-11-29 08:56:30
问题 I've just upgrade my Ubuntu from 9.04 to 9.10 and I'm experimenting a very annoying problem with Eclipse Galileo. The problem is that Eclipse doesn't catch some button clicks. For example, I've tried to install a plugin and I clicked on next, and then nothing happened. I didn't have the same problem before the upgrade of my Ubuntu version. 回答1: This is a known bug (bug 291257) with Eclipse 3.5 and GTK+ 2.8 (fixed in Eclipse 3.6). The workaround is to set the GDK_NATIVE_WINDOWS environment