Results 1 to 8 of 8
Thread: Code completion for textarea
- 11-16-2009, 09:47 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 5
- Rep Power
- 0
- 11-16-2009, 10:06 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
What do you mean by "Code Completion on textarea"? Do you mean providing an intellisense type functionality?
- 11-16-2009, 10:29 AM #3
Member
- Join Date
- Nov 2009
- Posts
- 5
- Rep Power
- 0
In netbeansIDE if we give Ctrl+Space key then the related code will be automatically set to that space, that type of process is called code completion.i need that process for a textarea.
- 11-16-2009, 10:38 AM #4
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
You can use keylisteners for the combination that you want.
At which point exactly are you stuck with this?
- 11-16-2009, 10:49 AM #5
Member
- Join Date
- Nov 2009
- Posts
- 5
- Rep Power
- 0
I have used that and the list are listed down but the error is ,the list is not displaying its content for the next line.
For drop down list i just used a class file.
- 11-16-2009, 11:00 AM #6
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Your description is not very clear. Do you mean that the code completion is working for the first line only or what?
- 11-16-2009, 11:26 AM #7
Member
- Join Date
- Nov 2009
- Posts
- 5
- Rep Power
- 0
s it is comming only for the first line .For the next line it displays only the empty list
- 11-16-2009, 12:03 PM #8
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Similar Threads
-
set timeout for completion of each thread
By bourn2lead in forum Advanced JavaReplies: 1Last Post: 02-26-2009, 10:53 PM -
IDE with auto completion?
By iceflyin in forum New To JavaReplies: 8Last Post: 04-21-2008, 01:07 PM -
Netbeans 6.0 - code completion of method parameters
By mwildam in forum NetBeansReplies: 9Last Post: 12-18-2007, 09:02 AM -
auto completion window does not pop-up
By erdaffi in forum NetBeansReplies: 0Last Post: 12-11-2007, 12:48 PM -
TextArea Bug?
By Soda in forum New To JavaReplies: 2Last Post: 12-07-2007, 12:37 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks