Patrik, I'd like to do that. Let's hope the Open API comes around shortly... :-) Thomas
---------------------------------------------------------- Thomas Rekittke entory AG c/o IT/e-Business Applications comdirect Bank AG Tel.: +49 (0)4106/704-1945 E-Mail: [EMAIL PROTECTED] -----Original Message----- From: Patrik Andersson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 11:53 AM To: '[EMAIL PROTECTED]' Subject: SV: [Eap-features] some ideas Sure, the database autocompletion thing is a thing that I'd use too, but that's something that you can write and share once the Open API is in place -----Ursprungligt meddelande----- Fr�n: Rekittke, Thomas [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Skickat: den 26 februari 2002 10:55 Till: '[EMAIL PROTECTED]' �mne: [Eap-features] some ideas Just some ideas... * provide the tabs for the sourcefiles with a (little tiny) close-button (yeah, like in Eclipse), so you can close a file with just a mouse-click instead of right-click + left-click. * provide a shortcut (maybe ctrl+~) for changing the current letter to uppercae and vice versa * allow code-completing within javadoc (crucial!) * and maybe a silly idea... just to think about it: I develop database applications and store the sql statements in an xml file like: <sql> <statement1> <![CDATA[ SELECT table1.field1, table2.field2 FROM table1, table2 WHERE table1.field3 = table2.field4 AND table2.field5 = ? ]]> </statement1> </sql> Would it be possible / does it make sense... * to provide syntax-highlighting for other languages (here: sql) * to give IntelliJ a database-driver and an url, so it can connect to the database and provide code-completing for the sql-statements in the way of : Table1.f| (ctrl-blank) shows a popup with all field names of table1 starting with an f and so on... ? Thomas ---------------------------------------------------------------------------- ------ Diese eMail wurde durch einen Geschaeftspartner der comdirect bank vom eMail Server der comdirect bank AG verschickt. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features <http://www.intellij.com/mailman/listinfo/eap-features> _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
