February 2012
M T W T F S S
« Jun    
 12345
6789101112
13141516171819
20212223242526
272829  

Code Snippets in FlashDevelop

Recently i find good button on FlashDevelop. It call ‘Code Snippets’.

So, what mean snippet? Snippet is a programming term for a small region of re-usable source code, machine code or text. Ordinarily, these are formally-defined operative units to incorporate into larger programming modules. Snippets are often used to clarify the meaning of an otherwise “cluttered” [...]

FlashDevelop Themes

Theme 1

Instruction:
1. Download Theme 1
2. Extract files from downloaded .zip file.
3. Find there AS3.xml
4. Open FlashDevelop, on top menu click Tools>Application Files>go to Settings folder>go to Languages folder
5. Change existing AS3.xml to your downloaded AS3.xml file (you can save existing AS3.xml file somewhere if you will not like new scheme you can come back old [...]

HighlightSelection plugin for FlashDevelop

HighlightSelection plugin to highlight all words matching your selection. For example if you want hightlight all ‘function’ words you need double click to ‘function’ word.

You can download HighlightSelection plugin, extract to your pc and put .dll to C:\Program Files\FlashDevelop\Plugins.

I find this plugin here.

QuickNavigate plugin for FlashDevelop

Instruction:
1. Please download QuickNavigate plugin.
2. Extract files.
3. Copy QuickNavigate.dll to C:\Program Files\FlashDevelop\Plugins
4. Restart your FlashDevelop

What you can do with this plugin:
1. Quick open file (Ctrl+R)

- searching files through all source paths
- doesn’t show files in .svn, .cvs, .git folders
- searching by abbreviation (type “FC” for find FooCommand)

2. Quick outline (Ctrl+Shift+O)
- quick search member/method in [...]

Folding plugin for FlashDevelop

Please read more about folding first.

Download plugins for folding:
Fold

Instruction how to add this plugin:
1. Please download Fold 0.2 to your PC.
2. Extract files.
3. Copy Fold.dll to C:\Program Files\FlashDevelop\Plugins

4. Restart or open FlashDevelop
5. Open your .as file and try to enter Alt+1, Alt+2, Alt+3, Alt+4 etc.. and you will see how folding your code. Please see [...]

How comment code in FlashDevelop

Everyone use symbols ( /* code here */ ) and ( //code here ) to comment your code. But how to do it in FlashDevelop?

If you want use line comment pls do this:
1. You can select line or just put cursor to this line and enter Ctrl+q on your keyboart and you line code will [...]

FlashDevelop - installing this open source code editor.

FlashDevelop is an open source code editor. FlashDevelop was developed by the members of FlashDevelop.org in 2005. On Wikipekia you can find more info about FlashDevelop. Also please visit official site of FlashDevelop.

On this post i want explain about how to install this program to your computer. So, lats go.

Step 1 - you need download [...]