My Flashbuilder 4.6 it not working. The f3 button is not working and neither does autocomplete. Has anyone else had this problem? Know how to fix it?
I'm checking to make sure that my keyboard is not broken.
Based on our comments; it sounds like your projects have somehow lost the "Flash Builder" nature.
In Windows, you can right click on the project and there should be an option to "Add/Change Project Type". You probably need to select "Add Flex Project Type" from the list of project types.
If that doesn't work, you may need to create a new project from scratch.
Related
I just tried switching over to Atom editor, things are going well.
I did use webstorm / Visual studio and they have some great features like Control +Click to go to definition.
I have tried searching for a package but can't seem to find one.
For example Control + Click on a definition would popup a window with all the possibilities
Anyone know anyway of getting this ?
Thanks
As far as I know they need to build still.
https://github.com/atom/atom/issues/2256
I don't know if the correct term is intellisense, I'm talking about the helpers you see when you place the mouse over something. (The /** * */ helpers)
For some particular (business) reasons I need to use Flash Builder 4.0, the problem is, all kin of intellisense is gone, I put my mouse over anything, and no intellisense appears, nor in basic AS3 methods (Math.function) nor in Flex ones.
Any ideas?, I've been using FB 4.6 for a long time, and I never had this problem before.
Thanks!.
it worked in FB4.0 as well, so either it can be an installation problem, or the SDK the project points to doesn't contain the documentation. Try a new project, see if there works. If not, try reinstalling it with default settings, and see if it works.
I was wondering if Aptana can be made to display a method's documentation if I hover over it? Is this possible, or have I been too spoiled by Eclipse?
I am sure it can display PHP API on hover and your local created doc about certain functions.
Make sure your Project Properties are set to PHP Project or the type you want to display doc from.
I would like to move modules via drag and drop as an admin. It would have to trigger those same "Move to X Pane" links? I saw this link that shows dragging and dropping modules as an admin for layout, but could not get it to work.
Am I missing something or is there an extension for this? I am trying this on the latest DNN 6.0 by the way. Thanks for any help.
Wow, that guided tour is super old. I believe it was DNN 5 where that behavior was changed to only work in layout mode. Once you switch into layout mode, you should be able to see the panes and drag the modules between them (by their titles).
What is the purpose of quick fix in Flash Builder 4? I have tried using it to auto create event listener functions, class methods or properties, local variables etc but none of these work. Does this functionality only exist in FDT? If so what does quick fix do in FB4?
For example:
myEventDispatcher.addEventListener(SomeEvent.EVENT_TYPE, myEventHandlerFunction);
Using FDT, I would highlight "myEventHandlerFunction", press CTRL+1 and a menu appears with several fix options, the first being create event listener "myEventHandlerFunction" in class "MyClass"
However in FB4 pressing CTRL+1 or even selecting quick fix from the right click menu doesn't do anything.
Yes, this is an FDT only Feature!
It's one of the biggest reasons for me to use FDT over any other tool. Quick Fixes rock!!