Popular Posts
- Details
- Written by Nam Ha Minh
- Last Updated on 07 August 2019 Print Email
How to Manage Keyboard Shortcuts in Eclipse and Why You Should. Managing keyboard shortcuts in Eclipse is important because. Similar to Launchy on Windows or QuickSilver on Mac.
Now using the AAC Encoder Plug-In, it additionally supports AAC (MPEG-4 AAC & HE Audio), enabling you to directly create and stream Flash compliant F4V or FLV files that include both H.264/AVC video and AAC audio. It is the perfect companion for FMLE, as it enables you to generate Flash compliant streams using these encoders on-the-fly. Trusted Windows (PC) download MainConcept AAC Encoder Plug-In 1.0.6. Virus-free and 100% clean download. Get MainConcept AAC Encoder Plug-In alternative downloads. Aac encoder 1.0.6 serial in Title/Summary MainConcept AAC Encoder Plug-In MainConcept AAC Encoder is an application that offers professional AAC Encoding within the Adobe® Flash® Media Live Encoder that only comes with Nellymoser or MP3 audio encoding as standard.


Related Eclipse Shortcut Keys Tutorials:
Other Eclipse Tutorials:
About the Author:
Nam Ha Minh is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook.- Details
- Written by Nam Ha Minh
- Last Updated on 07 August 2019 Print Email
- Ctrl + D: Deletes current line.
- Ctrl + Delete: Deletes next word after the cursor.
- Ctrl + Shift + Delete: Deletes from the cursor until end of line.
- Ctrl + Backspace: Deletes previous word before the cursor.
- Shift + Ctrl + y: Changes a selection to lowercase.
- Shift + Ctrl + x: Changes a selection to uppercase.
- Alt + Up Arrow: Moves up current line (or a selected code block) by one line:
- Alt + Down Arrow: Moves down current line (or a selected code block) by one line:
- Ctrl + Alt + Up Arrow: Copies and moves up current line (or a selected code block) by one line:
- Ctrl + Alt + Down Arrow: Copies and moves down current line (or a selected code block) by one line:
- Shift + Enter: Inserts a blank line after current line, regardless where the cursor is at the current line (very different from press Enter key alone):
- Ctrl + Shift + Enter: works similar to the Shift + Enter, but inserts a blank line just before the current line.
- Ctrl + Shift + O: Organizes import statements by removing unused imports and sorts the used ones alphabetically. This shortcut also adds missing imports.
- Ctrl + Shift + M: Adds a single import statement for the current error due to missing import. You need to place the cursor inside the error and press this shortcut:
- Ctrl + Shift + F: Formats a selected block of code or a whole source file. This shortcut is very useful when you want to format messy code to Java-standard code. Note that, if nothing is selected in the editor, Eclipse applies formatting for the whole file:
- Ctrl + I: Corrects indentation for current line or a selected code block. This is useful as it helps you avoid manually using Tab key to correct the indentation:
- Ctrl + /or Ctrl + 7: Toggle single line comment. This shortcut adds single-line comment to current line or a block of code. Press again to remove comment. For example:
- Ctrl + Shift + /: Adds block comment to a selection.
- Ctrl + Shift + : Removes block comment.
- Alt + Shift + S: Shows context menu that lists possible actions for editing code:
From this context menu, you can press another letter (according to the underscore letters in the names) to access the desired functions. - Alt + Shift + S, R: Generates getters and setters for fields of a class. This is a very handy shortcut that helps us generate getter and setter methods quickly. The following dialog appears:
- Alt + Shift + S, O: Generates constructor using fields. This shortcut is very useful when you want to generate code for a constructor that takes class’ fields as its parameters. The following dialog appears:
- Alt + Shift + S, C: Generates Constructors from Superclass. A common example for using this shortcut is when creating a custom exception class. In this case, we need to write some constructors similar to the Exception superclass. This shortcut brings the Generate Constructors from Superclass dialog which allows us to choose the constructors to be implemented in the subclass:
- Alt + Shift + S, H: Generates hashCode() and equals() methods, typically for a JavaBean/POJO class. The class must have non-static fields. This shortcut brings the Generate hashCode() and equals() dialog as below:Select the fields to be used in hashCode() and equals() method, and then click OK. We got the following result (example):
- Alt + Shift + S, S: Generates toString() method. This shortcut comes in handy if we want to override toString() method that returns information of relevant fields of the class. This brings the Generate toString() dialogas below:And here’s sample of a generated toString() method:
Related Eclipse Shortcut Keys Tutorials:
Other Eclipse Tutorials:
About the Author:
Nam Ha Minh is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook.- Details
- Written by Nam Ha Minh
- Last Updated on 07 August 2019 Print Email
How to Manage Keyboard Shortcuts in Eclipse and Why You Should. Managing keyboard shortcuts in Eclipse is important because. Similar to Launchy on Windows or QuickSilver on Mac.
Now using the AAC Encoder Plug-In, it additionally supports AAC (MPEG-4 AAC & HE Audio), enabling you to directly create and stream Flash compliant F4V or FLV files that include both H.264/AVC video and AAC audio. It is the perfect companion for FMLE, as it enables you to generate Flash compliant streams using these encoders on-the-fly. Trusted Windows (PC) download MainConcept AAC Encoder Plug-In 1.0.6. Virus-free and 100% clean download. Get MainConcept AAC Encoder Plug-In alternative downloads. Aac encoder 1.0.6 serial in Title/Summary MainConcept AAC Encoder Plug-In MainConcept AAC Encoder is an application that offers professional AAC Encoding within the Adobe® Flash® Media Live Encoder that only comes with Nellymoser or MP3 audio encoding as standard.


Related Eclipse Shortcut Keys Tutorials:
Other Eclipse Tutorials:
About the Author:
Nam Ha Minh is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook.- Details
- Written by Nam Ha Minh
- Last Updated on 07 August 2019 Print Email
- Ctrl + D: Deletes current line.
- Ctrl + Delete: Deletes next word after the cursor.
- Ctrl + Shift + Delete: Deletes from the cursor until end of line.
- Ctrl + Backspace: Deletes previous word before the cursor.
- Shift + Ctrl + y: Changes a selection to lowercase.
- Shift + Ctrl + x: Changes a selection to uppercase.
- Alt + Up Arrow: Moves up current line (or a selected code block) by one line:
- Alt + Down Arrow: Moves down current line (or a selected code block) by one line:
- Ctrl + Alt + Up Arrow: Copies and moves up current line (or a selected code block) by one line:
- Ctrl + Alt + Down Arrow: Copies and moves down current line (or a selected code block) by one line:
- Shift + Enter: Inserts a blank line after current line, regardless where the cursor is at the current line (very different from press Enter key alone):
- Ctrl + Shift + Enter: works similar to the Shift + Enter, but inserts a blank line just before the current line.
- Ctrl + Shift + O: Organizes import statements by removing unused imports and sorts the used ones alphabetically. This shortcut also adds missing imports.
- Ctrl + Shift + M: Adds a single import statement for the current error due to missing import. You need to place the cursor inside the error and press this shortcut:
- Ctrl + Shift + F: Formats a selected block of code or a whole source file. This shortcut is very useful when you want to format messy code to Java-standard code. Note that, if nothing is selected in the editor, Eclipse applies formatting for the whole file:
- Ctrl + I: Corrects indentation for current line or a selected code block. This is useful as it helps you avoid manually using Tab key to correct the indentation:
- Ctrl + /or Ctrl + 7: Toggle single line comment. This shortcut adds single-line comment to current line or a block of code. Press again to remove comment. For example:
- Ctrl + Shift + /: Adds block comment to a selection.
- Ctrl + Shift + : Removes block comment.
- Alt + Shift + S: Shows context menu that lists possible actions for editing code:
From this context menu, you can press another letter (according to the underscore letters in the names) to access the desired functions. - Alt + Shift + S, R: Generates getters and setters for fields of a class. This is a very handy shortcut that helps us generate getter and setter methods quickly. The following dialog appears:
- Alt + Shift + S, O: Generates constructor using fields. This shortcut is very useful when you want to generate code for a constructor that takes class’ fields as its parameters. The following dialog appears:
- Alt + Shift + S, C: Generates Constructors from Superclass. A common example for using this shortcut is when creating a custom exception class. In this case, we need to write some constructors similar to the Exception superclass. This shortcut brings the Generate Constructors from Superclass dialog which allows us to choose the constructors to be implemented in the subclass:
- Alt + Shift + S, H: Generates hashCode() and equals() methods, typically for a JavaBean/POJO class. The class must have non-static fields. This shortcut brings the Generate hashCode() and equals() dialog as below:Select the fields to be used in hashCode() and equals() method, and then click OK. We got the following result (example):
- Alt + Shift + S, S: Generates toString() method. This shortcut comes in handy if we want to override toString() method that returns information of relevant fields of the class. This brings the Generate toString() dialogas below:And here’s sample of a generated toString() method: