Ligthweight SQL editor for Eclipse (Helios)
Is there any simple SQL editor plugin for Eclipse? By simple I mean, the editor does NOT connect to any DB, does syntax highlighting and preferably formatting sql is a bonus. ...
Is there any simple SQL editor plugin for Eclipse? By simple I mean, the editor does NOT connect to any DB, does syntax highlighting and preferably formatting sql is a bonus. ...
Hi Friends, I Developed some applications on blackberry then i need to release this applications in market please help me how to release the application in market, what are the process and other details Thanking you.. ...
Hi, I am trying to get the debugger (CF extension for Eclipse) working for last few hours. And struck in strange situation. My settings are listed below ColdFusion 8 Eclipse 3.4 I set up the RDS & modified the JVM.config settings and verified the connection & debugger, both returns successful in test run. But When i attach a debugg...
I have been tasked with updating my teams dev. environment. This environment will be used to develop and test J2ME and Android mobile applications. I am looking at NetBeans 6.8 and Eclipse 3.6. Do you have any recommendations for why either of these would be good or bad for this? (aka mobile plugin problems, compatibility issues, ease of...
I followed the tutorial here but when I create the project in Eclipse, i get an error "invalid resource directory name. Resource: "drawable-hdpi" path "/HelloAndroid/res" type "Android AAPT Problem" ...
I'm having the hardest time getting Eclipse to connect and reverse engineer from a MySQL5 database. I can see Eclipse connecting to my MySQL database and can even see the tables through the "Data Source Explorer" view but when I try it after creating Hibernate Console and Configuration files, I get the error: org.hibernate.console.Hibe...
Has anyone else had this problem? I just downloaded 3.6 (the CDT for linux flavor), and this isn't working. In the Profile Configurations --> Valgrind --> "Arguments" tab, it doesn't seem to be passing the arguments into the executable. When I debug the same code, it works perfectly. I am not that familiar with Valgrind or the plugin...
When developing a website in eclipse it would be nice to have a URL in the browser auto refresh or even better - a keystroke could cause it to reload. I've looked in the keyboard preferences but I haven't found anything yet. Anyone know how I can get this to work? ...
I'm debugging Python code and when I try to show the contents of an string variable its showed truncated... How can show the full contents of a variable debugging Python code with PyDev on Eclipse? ...
It seems like my Eclipse PyDev does not recognize that Twisted is installed on my system. I can't make auto suggest working. Does anyone know how to solve it? ...
I know I can set DEBUG in Android's ADB by typing: adb shell setprop log.tag.MyTag DEBUG What I'm wondering is if there is a way to set debug for all my classes that do logging instead of having to type the above multiple times: adb shell setprop log.tag.MyTag1 DEBUG adb shell setprop log.tag.MyTag2 DEBUG adb shell setprop log.tag.MyT...
Hi, i would like to show my database on a listview in android, but the data is not showing. Arrival.java package one.two; import java.io.IOException; import java.util.ArrayList; import java.util.List; import android.app.ListActivity; import android.database.Cursor; import android.os.Bundle; import android.widget.ArrayAdapter; impo...
Is it possible to nest FormPages? I tried this: public class MyClass extends FormPage { @Override protected void createFormContent(final IManagedForm managedForm) { FormToolkit toolkit = managedForm.getToolkit(); final ScrolledForm form = managedForm.getForm(); // ... pointSection = toolkit.creat...
I've been using Eclipse for many years. I'm trying to switch into using Mylyn. I've configured a task and it's automatically added a number of files to the context. So far, so good. However, when the "Focus on Active Task" button is enabled/depressed (in the Navigator View), many of the files in the task context are hidden -- I canno...
Hi all, I noticed when I import a file, the file is copied to the work space, but can I just create a file link in a Eclipse project? So when I modify the files in Eclipse, the files in the linked location is modified. In this way, I can version control the files using SVN. And I don't need to copy the modified files back to its dedicate...
I was working in Netbeans IDE and switched to Eclipse. I created a simple JSF 2.0 based using wizard in eclipse. The complete file is this. index.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <%@ taglib prefix="h" u...
All my previous projects were on websphere. I am right now in a team developing an application on weblogic. In Websphere development (WSSD/RAD) the server was more "integrated" with the IDE, so a build could automatically trigger an incremental deployment to the (development/local) server. Is such a setup possible in a weblogic envir...
Hi everyone! I got many ideas from previous question (http://stackoverflow.com/questions/3178996/how-to-display-an-error-sign-on-the-package-when-the-package-has-wrong-informatio) But the Problem Marker is not displayed. My interested resource is XML file. So I add listener for PRE_BUILD means using following code. addResourceChange...
Hi. Is it possible to replace Eclipse search dialog to something more convenient, like the search dialog in Firefox or Chrome? The default one doesn't support F3 to search for the next match, it doesn't move itself away if the match is underneath the box and doesn't allow to highlight all the matches - and these are the features I really...
Hi all, just feeling curious that what the difference is for the 'Project' and 'Faceted Project'? Both are in the File->New->Others->General folder. I tried both of them and both only give me an empty project folder. Thanks in advance. ...