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