Then open <FD>/settings/MainMenu.xml, and add in the InsertMenu:
Code: |
<button label="&Trace(clipboard)" click="InsertSnippet" tag="trace" shortcut="Ctrl|Shift|V" /> |
Now you can copy (Ctrl+C) a variable and paste (Ctrl+Shift+V) the trace() statement
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2007
(174)
-
▼
July
(121)
- Creating Custom Events In Flash AS3 (ActionScript 3)
- Eclipse 3.3: New and Improved
- Embedding fonts in Flash CS3/AS3
- flex example blog
- cairngorm creator
- composition vs inheritance for Sprite and MovieClip
- Loading name/value pairs using the mx:HTTPService tag
- Overview Flex Datagrid Component - Flex Tutorials
- Using the Common UNIX Find Command
- change font size for Microsoft Html Help file (chm)
- Pre-Object Oriented Programming (OOP) for Actionsc...
- Juggernaut for Flex
- Team Project Set
- right click css and compile to swf in FB
- Cairngorm ViewHelpers
- Conditional visualization in Cairngorm 2.x using t...
- Cairngen 1.2: From 0 to Cairngorm in 10 seconds
- The Open Source Web Design Toolbox: 100 Web Design...
- Casting Vs The “as” operator
- Singleton Factory
- Actionscript 3 Resources
- other flex framework
- Cairngorm and SequenceCommand Gotcha
- Creating movie clips with reflections in ActionScr...
- Sharing Flex Projects
- how do i find the path to where a MC belongs
- alternative to mx classes
- What's cool in Eclipse 3.3?
- Free themes and skins for Flex and AIR
- Migrating to ActionScript 3.0
- http://actionscript.codefetch.com/
- AS3 language 101 for C/C++ coders
- ActionScript 3.0 Readiness Kit
- actionscriptcheatsheet
- Using An XMLListCollection As A Data Provider and ...
- Eclipse Keyboard Tricks
- getDefinitionByName & AS3 reflection
- Actionscript 3: Inspecting classes
- component: VerticalTabBar for Flex 2
- Embedded Asset Paths in ActionScript 3
- FlexTips - XMLSocket connect() after disconnect fr...
- Flex 2.0.1 Hotfix 3 - The WebService Fix
- Determining Flash Player version in Flex
- Log file location
- Examining linker dependencies
- Preventing client-side caching
- disable trace
- Creating a localized application
- About localized Flex applications
- layout components
- About data providers and collections
- About the component instantiation life cycle
- Class hierarchy for visual components
- Event propagation
- Using the introspection API
- Creating visual Flex components in ActionScript
- flex Data models
- Creating Custom UIComponents in Flex 2
- Exporting Archived Files from Eclipse
- Flex Builder editor cheat sheet
- Using Flex Components in ActionScript Projects
- AS3.0教程(4):爽快使用XML
- Making a Cooler Preloader in Flex: Part 1 of 3
- Multiple Inheritance in Flex
- Understanding the Flex Application startup event o...
- startup order in a Flex Application
- www.flex.org
- Embedding Fonts in Flex
- flex : cast using "as" , "is" or "instanceof"
- Installing and Configuring SVN and Trac on Windows
- varargs in AS3
- Sharing Fonts in ActionScript 3.0
- free icon site
- Layering Components in your Flex App
- flexbox+flexlib open source
- Flex DataGrid Paging Example with Source
- Windows Vista Secret #1: Open Command Prompt Here
- flex ObjectUtil.toString()
- The ActionScript 3.0 Flyweight Saga: Part I
- Tips for learning ActionScript 3.0
- Flex and PHP - A simple sample
- flex and .NET video
- Flex2 FileReference API for Uploading Files
- How to access database from flex 2
- Flex 2.0 中关闭浏览器的方法
- Flex Builder 2.0 编译参数 -use-network=false
- 新版本的ActionScript PNG和JPEG Encoder
- excellent flex open source component
- Receiving data in response to file upload in Flex ...
- AlivePDF-- export to PDF in Flex/Flash
- flex chiense reference links
- How To Use An ArrayCollection As The Data Provider...
- 40 open source projects-Margherita Project on Flex...
- Flex & PHP Tutorial - Transmitting data using JSON
- Flex Component Kit for Flash CS3
- cvs how-to
- Xray for flex2
- AS 3.0 Delegate
- cool tail for windows( free )
- Flex Tip of the Day: -keep-generated-actionscript
-
▼
July
(121)
Labels
- -use-network
- actionscript
- advanced datagrid
- air
- alivepdf
- amf3
- amfphp
- ant
- apache
- array
- arraycollection
- as
- as3
- bind
- bitmap
- blog
- bug
- caching
- Cairngorm
- ce
- cheat sheet
- chm
- class hierarchy
- close broswer
- cmd
- Coarse-grained
- code
- collection
- compiler
- component
- composition
- css
- csv
- custom event
- cvs
- data providers
- data structure
- database
- datagrid
- delegate
- design patterns
- display list
- doc
- duplicate displayobject
- dynamic_cast
- e4x
- eclipse
- embed
- embed font
- encoder
- error
- event bubble
- event propagation
- example
- excel
- export
- ExtJS
- filter
- flash
- flash cs3
- flashdevelop
- flashvar
- Flex
- flex builder
- flex component
- flex game
- flex project
- flex skin
- flexbox
- flexbuilder
- flexlib.open source
- flexorg
- flextip
- font
- font size
- framework
- free
- Freelancer
- getQualifiedClassName
- help
- hotfix
- html
- httpservice
- icon
- ie
- Inheritance
- Intelliji
- intergration
- introspection
- IOErrorEvent.IO_ERROR
- is
- item render
- jason
- java
- javafx
- jpeg
- jvm
- keyborad
- layout components
- life cycle
- linker dependencies
- localized
- log
- mdi
- memory
- Migration
- Modle
- monotype
- move child
- movieclip
- mtasc
- mysql
- new featues
- oop
- open source
- Paging
- parameter
- path
- php
- plugin
- png
- preloader
- programmer font
- project
- puremvc
- refelection.as3
- reflection
- remoting
- resource
- ResourceBundle
- Resources
- sc3
- search
- short cut
- silverlight
- Singleton
- smooth
- snippet
- soap
- sort
- startup
- state pattern
- status bar
- svn
- swf
- tab
- tail
- theme
- tip
- trace
- type cast
- unix
- upload
- URLLoader
- vi
- vista
- webservice
- wincvs
- windows
- windows xp
- xml
- XMLListCollection
- xmlsocket
- xray
- yahei
2 comments:
good one. I'm using it with this trace snippet
trace ("$(TypName) ::: $(Clipboard) = " + $(Clipboard)$(EntryPoint));
warning for all users of this trick
At this point (version 3.3.4) FlashDevelop now uses "Control" instead os "Ctrl" in the settings XML files.
So one must now replace the keyboard shortcut part with the word "control"
(...) shortcut="Control|Shift|V" (...)
BUT please note, the combination "Control-Shift-V" is now being used by default as "Close All".
So, one must also change that in order to use the "V" for this action. As "Control-Shift-W" is by default "Close others", in the end I chose the following shortcuts for these actions:
"Control-Shift-V" - trace
"Control-Shift-W" - close all
"Control-Shift-O" - close others
thanks for this awesome tip Feng
Post a Comment