Using the keyboard to select code malfunctioning in Flash, for you too?

Hi all,
Curious if we have any seasoned keyboard lovers here that
suffer this same issue, or better, have solved it! I believe the
issue to be flash though, and a glitch that needs patching, as it
happens on multiple systems for me.
In Windows, in every text entry known to mankind, if your
cursor is at the beginning of a line and you hold shift and press
the down arrow, it selects that whole line. It's a way of selecting
all whitespace at the beginning and end as well as the CRLF. It's
very useful in duplicating whole lines of text because it copies
CRLF (carriage return line feed). Just using your mouse to select a
line of text does not usually copy CRLF, and thus you can't paste
it. Nor does shift-end or shift-right arrowing to select text. It's
just shift + down arrow that also copies CRLF. If you dont copy
CRLF, then you need to press enter after every line you paste.
So my problem? Flash does not have this behaviour (in windows
F8 Pro or CS3 Pro). Flash
additionally selects whitespace on the following line (next
line down). So you get the whole current line, AND the spaces and
tabs on the next line.
This is a glitch. No other program does this. This is
completely non-standard.
Why does this matter? Because code is indented. This means
every time I try to copy some lines of code to re-arrange some
lines (thousands of times a month), it also selects the indentation
of the code on the line below my selection. So when I cut the code
(CTRL+X), it cuts the indentation of that line and I continually
need to fix it. By fixing it, I mean I need to correct the extra
whitespace selection before I even cut the code. I gotta hold shift
and slap the left arrow key to reduce my selection of the
whitespace before I cut.
This one stupid quirk of flash has been annoying me for
months.. So I really need to know.. Does this happen to everyone
else also? Does everyone else use the mouse to copy code? Am I
alone here? Or is this just happening to me?
Quick way to test it is just to open
any text editor you have. Any at all. Notepad, C# studio,
wordpad, dreamweaver, who cares, a web form, yada... Anything!
Hell, do it in the quick reply field on this page!! And then put
your cursor at the beginning of any line, hold shift and press your
down arrow. Notice it select the line, but nothing more.
Now do it in flash. Notice it wraps the selection to the next
line.
Why the hell did this get past beta testing for over a year
straight?

Here's some quick pics of what I mean. Here is the same lines
of code selected in SEPY AS Editor, Dreamweaver (lol) and standard
windows Notepad.
SEPY Editor Example
Notepad
Dreamweaver
K.. now here's what happens in flash CS3 (and flash 8) both
professional:
Stupid Flash
Notice the extra whitespace selected on the next line up to
the brace? Does that happen for you?
This happens for me on 3 different workstations here. Old
Win2K SP4 Pro box with Flash 8. WinXP Pro (32bit) with Flash CS3.
Vista Ultimate (64bit) with Flash CS3. So this can't be happening
to me alone.
Anyone else get that behavior?

Similar Messages

  • Is there a way to use the keyboard to select a Bookmark Toolbar item?

    Hello. I'm using FF 25 on a Mac running Mountain Lion 10.8.5. I love how fast it is! However, one thing I use constantly in Safari is the ability to use a keyboard shortcut to access my Bookmark Bar items, since they're all bookmarklets. For example, in Safari I can use Command-1 to invoke the first bookmark bar item, etc.
    Is there a way to do this in FF 25?
    Thanks.

    Try this extension:
    *Bookmark Shortcut Keys: https://addons.mozilla.org/firefox/addon/bookmark-shortcut-keys/
    You can set the modifier in the Preferences of the extension.<br />
    I've tested it on Linux and it still appears to work for me in spite of the comments, so you can give it a try and see which modifier works on Mac.

  • Is the iTunes Match Updating (Library) Process Never Ending For You Too?

    I think that I added about 1200 songs to my iTunes Library over the past 3 days. A lot of those songs are obscure and are certainly NOT in the iTunes store so it will have to upload them, but this latest updating process is going so slow it seems like it might be stuck. I rebooted my system and started iTunes again. Maybe this will help. What's odd is that the process seems to linger near the end of 'Step 2: Matching Your Songs With Songs in The iTunes Store' indefinitely--which seems odd. I would think that if it was an 'uploading issue' that 'Step 3: Uploading artwork and remaining songs' would be where the process would hang up and not on Step 2, which should seemingly fly by.
    Has anyone else experienced this hang nail with iTunes Match?
    We have good speed broadband (cable supplied) Internet service through Time Warner.

    ST67 wrote:
    Going forward, I think Apple needs an iCoud/iTunes Match 'System Status Page' that users can check before they undergo big uploads at home.. Dropbox and many other Cloud-Based Services do that and I think Apple could certainly benefit from cluing in their customer base in Real Time.
    http://www.apple.com/support/icloud/systemstatus/
    But notice the date and status.  I also heard from phone support that this is really for iCloud and not necessarily iTunes Match itself.   I agree that they should extend this out to iTM as well - would make a lot of sense and would avoid the confusion we are experiencing.

  • Unable to use the keyboard in XP keys work OK when boot into dos

    Unable to use the keyboard in XP. It was working for over a year OK  with XP running
    keys work OK when I install win98 or use a dos boot disk.
    If I try to reinstall XP I can not use any of keys to input anything.
    Return
    Esc
    CapsLock
    ctrl-alt-del.
    NO KEYS WORK AT ALL OTHER THAN 
    ë à
    I did an upgrade from win98 but that did not work.
    Any ideas

    billwyatt, welcome to the forum,
    I think you forgot to mention which ThinkPad you have. It would be even better if you could post the Type and Model Number as this will help members to hopefully help you. If it ends in CTO please provide some details about the ThinkPad. Please do NOT post your s/n.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • JScrollPane: select items using the keyboard

    Hello.
    I would like to select items just using the (keyboard) arrow keys and shift/ctrl.
    I had a JList that behaved as expected, but I put it into a JScrollPane to get the scroll.
    Now arrow keys do scroll the list, but they do not select its items.
    How can I do it?
    Thank you.

    * List_Demo.java
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class List_Demo extends JFrame {
        public List_Demo() {
            initComponents();
        private void initComponents() {
            setTitle("List Demo");
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            setSize(400, 300);
            setLocationRelativeTo(null);
            scrollPane = new JScrollPane();
            list = new JList();
            listmodel = new DefaultListModel();
            list.setModel(listmodel);
            toolBar = new JToolBar();
            textField = new JTextField();
            okButton = new JButton();
            list.addListSelectionListener(new ListSelectionListener() {
                public void valueChanged(ListSelectionEvent evt) {
                    listValueChanged(evt);
            scrollPane.setViewportView(list);
            getContentPane().add(scrollPane, BorderLayout.CENTER);
            toolBar.setFloatable(false);
            textField.setText("textField");
            toolBar.add(textField);
            okButton.setText("OK");
            okButton.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent evt) {
                    okButtonActionPerformed(evt);
            toolBar.add(okButton);
            getContentPane().add(toolBar, BorderLayout.NORTH);
            list.requestFocus();
        private void listValueChanged(ListSelectionEvent evt) {
            System.out.println(list.getSelectedIndex());
        private void okButtonActionPerformed(ActionEvent evt) {
            listmodel.addElement(textField.getText());
            list.requestFocus();
        public static void main(String args[]) {  new List_Demo().setVisible(true);   }
        private JButton okButton;
        private JList list;
        private DefaultListModel listmodel ;
        private JScrollPane scrollPane;
        private JTextField textField;
        private JToolBar toolBar;
    }

  • Hi. After I have loaded a picture into Photoshop some of the menu tools are greyed out and I cannot use the keyboard short cut, for instance I cannot use Ctrl   T to enter free transform mode. Also the toolbar is so small I cannot see the icons without ge

    Hi. After loading a picture into Photoshop some of the menu tools are greyed out and I cannot use the keyboard short cuts, for instance I cannot use Ctrl + T for free transform, how do I resolve this problem. In addition the tool Icons are so small I have to get close to the screen to see them, is there anyway the Icons can be made bigger without reducing the resolution of the screen.
    Thanks
    Derek

    Are you working on a background layer? If so, Ctrl + T will not work. Press Alt and double-click your background layer to convert to a normal layer (or right-click BG layer and select Layer from Background) and try again.
    If you're working in Photoshop CC 2014 you can go to Preferences > Experimental Features and tick "Scale UI 200% for high-density displays" to make your buttons and icons larger.

  • Just downloaded OS X Lion. Now, there's no curser bar to scroll up or down for any of the pages I access....if I use the keyboard arrows for up/down, there is a temporary scroll bar, however it disappears after a few moments. Help!!

    Just downloaded OS X Lion. Now, there's no curser bar to scroll up or down for any of the pages I access....if I use the keyboard arrows for up/down, there is a temporary scroll bar, however it disappears after a few moments. Help!!

    Go to System Preferences->General. There you can set how you wamt thescrool bars to behave.
    If you want to see the scrool bars all the time select Always

  • HT1689 I updated my phone to the iOS7 and now when i try to use the keyboard, i can't see myself typing and it goes very slowly. I am confused to why this happened. It worked perfectly fine with iOS6. Any suggestions?

    I updated my phone to the iOS7 and now when i try to use the keyboard, i can't see myself typing and it goes very slowly. I am confused to why this happened. It worked perfectly fine with iOS6. Any suggestions?

    Hi imobl,
    Thanks for your response, I forgot to add that the five 3uk sims we have in use, I have tried all of them none of them are recongnised non of them have pin codes, I even purchased four more sims Tmobile (original carrier) Vodaphone, 3 and giffgaff.

  • Highlight the current word using the keyboard

    How do you highlight the current word using the keyboard
    eg lets say the cursor is after the letter d in AddComments would like to highlight the AddComments using the keyboard
                mediatorMap.mapView(AddComments, LoginFormMediator);

    Hi
    I dont think its possible. In Java you have something like Select Enclosing Element, which mimicks selecting a word (Alt-Shift-Up). However, FB does not have this feature, AFAIK.
    There is an Eclipse enhancement request for this behaviour, which should address this in some future release. Given the fact that its still not implemented in core Eclipse, and the lame speed at which FB develops, I wouldn't expect anything before 2012.
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=23080

  • Hello, I have a macbook pro late 2011 15 inch with 4 gb ram. My macbook runs extremely slow when logging in after waking up from sleep, locking up and I am unable to use the keyboard. Is there a fix?

    My macbook runs extremely slow when logging in after waking up from sleep, locking up and I am unable to use the keyboard. Furthermore, when just using safari to watch streaming television, my computer gets really slow, and locks up, and the dock appears blank and I sit here frustrated. Anytime i wake up my computer, my keys don't respond and I've waited at most 3 minutes untill i can type in my password. Even sometimes when i type in my password and hit enter, it takes forever to open up my mac. I have barely used any storage in my macbook, since i only use it for college, and I have run clamscan wiht no viruses showing... Any ideas?

    when just using safari to watch streaming television, my computer gets really slow, and locks up, and the dock appears blank
    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output andWi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • I can no longer use the keyboard shortcuts, 'command  C' and 'command   V'.  Did I inadvertently do something to my keyboard or computer that caused this?  Is there a way to fix it?

    I can no longer use the keyboard shortcuts, 'command  C' and 'command   V'.  Did I inadvertently do something to my keyboard or computer that caused this?  Is there a way to fix it?

    You can also check in System Preferences > Keyboard > Keyboard Shortcuts, make sure that custom shortcuts were not created using those same commands. If ones were, they could be creating a conflict. Step throuogh each of the items in the left list, checking the array presented in the right pane for each.

  • Synaptics touchpad blocked & delay when using the keyboard in Windows 8.1

    Sometimes (possibly when I use the keyboard and then quickly attempt to move the mouse arrow on the screen with the Synaptics touchpad), I am unable to move the cursor for a half of second-or-so.
    Sometimes I cannot tap to click, maybe, few seconds (it is very annoying).
    There are some Mouse and touchpad settings in Windows 8.1 ("To prevent the cursor from accidentally moving while you type, change the delay before clicks work") which I set to "No Delay (always on)" but it does not work, either.
     I also checked the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre​ntVersion\PrecisionTouchPad
    but "AAPThreshold" is set correctly to 0 (No delay).
    But I still experiences problems and touchpad does not work while typing and sometimes also few moments after.
    Using HP Zbook 14, Win 8.1 x64, Synaptics driver 17.0.18.23.

    Hi,
    If you trying connect two Universal apps through Bluetooth, can you check if the
    Windows 8.1 Bluetooth RFComm sample runs fine on both the devices? I successfully tested the Windows 8.1 Bluetooth RFComm sample on Laptop (Windows 8.1) and Windows Phone 8.1 (paired).
    Make sure the service which you are trying to advertise/listen is supported by both the devices. 
    -Sagar

  • Is there any possible way I can use the keyboard controls/shortcuts of Microsoft on the Mac version or PhotoShop?

    I am very used to using a PC for Photoshop and just recently changed to Mac. I tried plugging in a different but the keyboard shortcuts arent like Windows version

    shldr2thewheel wrote:
    Since you have a mac, learn how to use Photoshop for Mac and stop thinking about Windows.  Time to let go and learn how to use programs for Mac.
    This is pretty horrible advice. 95% of Photoshop works the same on Mac and PC. Almost all of the keyboard shortcuts are identical except that Ctrl becomes Command and Alt becomes Option (same key anyway). The menus are all the same.
    shldr2thewheel wrote:
    Also, when using PS on a Mac, their is no option to enable "windows keyboard mode" in OS X. I know, I have used PS on a PC and currently use it on a Mac.  You have no option but to learn how to use it on a Mac.  If you are comfortable with Windows, purchase a copy of Windows and run it in Boot Camp or a virtual machine and purchase a copy of PS for windows. Then when in Windows, I believe you can use MS shortcuts.
    This is also (mostly) incorrect advice.
    If you look in the Keyboard system preference, and you click Keyboard Shortcuts, you will find a shortcut called "Move focus to the menu bar." Once this happens, you can type ahead to menus and commands, much like the alt menu shortcuts in Windows. If you wanted to open the Duplicate command, it would be Ctrl-F2 to activate the menu bar (edit that shortcut if you don't like it), then type I and Enter to drop the Image menu, then type D and Enter to open Duplicate. If there were two D commands, you would type ahead until the letters are different. You can use the spacebar instead of Enter, and Esc does the same as Windows. I just tried all this in CS5 and it works fine. The advantage over Windows is that you do not need to memorize the alt shortcuts, because it's based on the command name you want instead of an arbitrary letter in the middle of the name.
    As jasdril said, you can simply edit the direct shortcuts too. But in most cases there should be no need to because as I said, most are the same anyway.
    In short, there is plenty of keyboard-driven flexibility there for anyone willing to adapt just a little tiny bit.
    The second advice that is not so good is recommending a Windows virtual machine. That'll slow down Photoshop, in addition to using up a lot of RAM and CPU that Photoshop really needs. The Mac version of Photoshop being native, would run at a proper speed.
    The last possibly bad decision in this thread is TTro787 deciding to take the Mac back to the store, ignoring a quarter century of history of the Mac as a well-established graphic design and photo workstation. If you don't think the Mac is going to work well for Photoshop, it isn't going to be because of the Mac... the Mac is not just for Starbucks posers. Too many smart scientists (who want to use the Unix-based OS) and competent designers use Macs.
    In short there is a whole lot of intolerance and assumed differences in this thread by both Mac and Windows zealots, which is too bad. Photoshop is mostly the same on Mac and Windows unless you're trying really hard to make it not work.

  • How do I shut down from the login window in mountain lion using the keyboard

    how do I shut down/sleep/restart from the login window in mountain lion using the keyboard?

    Hi Thomas, thanks for your reply.
    Yes in standard start-up as it is and in recovery mode I still get the same message about Disk Utility being unable to repair the disk so I should back-up and restore.
    Some posters have said that booting into safe mode should unmount the installer and allow rebooting back into Lion, that would allow me to back-up the files properly, as my last back up was (as is often the way) not too recent.
    But I think your suggestion looks more likely to be he correct way to do it, and I'll take the hit on any data that I may lose.
    Thanks again.

  • Bottom row of the keyboard is not working in a vertical orientation on the iPhone 3Gs. the "slide to unlock" and all keys on the calculator on both orientation works fine. I can use the keyboard on horizontal orientation.

    Bottom row of the keyboard is not working in a vertical orientation on the iPhone 3Gs. the "slide to unlock" and all keys on the calculator on both orientation works fine. I can use the keyboard on horizontal orientation. The tabs on bottom of all apps also work fine.
    I have already tried holding down the power button and home button for 10 seconds, but no difference.

    I've had this problem on and off for the last few weeks (around, but not directly related, to upgrade to 6.1...can't remember if was before or after)....I'm very convinced it's a software problem (as there have been times when the bottom row works perfectly, without any need to "press" differently or anything).
    However, it seems to be a rather resilient software issue, as a full restore does not consistently fix it, and it applies to more than just the keyboard; if I open a drawing app, there's definitely a row (about 4mm up from the edge of the screen closest to home button) where I cannot draw.
    It's happened 4 times now.  Originally it went away with a restore from backup, then worked for 2 more days.  The second and third times, it went away with a full restore (although I did two full restores in between those two restores that did nothing, so restore didn't consistently fix it)....and it seemed to return in the most random of circumstances. 
    I paid very close attention to what apps I was using the last time it was working so that I could spot which app, if any, might be causing the issue.  I deleted several apps, I stopped using the games and many other apps.   I only used three apps between it working fine and starting up as a problem again: mail, safari and messages.
    I was convinced it was mail, as it happened this morning when I picked up my phone off the bedside table to respond to a new email.  It was working when I went to bed.  I picked up the phone when it buzzed, hit the email app, hit reply and started to type....**** bottom row wasn't working again.
    However, tonight I did 2 things....one of them worked because it went back to normal (sorry, I don't know which as I was exasperated and trying a number of things). 
    The two things I did between a broken keyboard and a working keyboard were:
    1) adding a second keyboard (English(Canada)), changing to this keyboard, and changing back
    2) disabling Siri...and then turning it back on...and then disabling Siri's "Raise to Speak"
    In retrospect, I wonder if it actually was the "Raise to Speak" that was putting the phone into a weird state, and might explain why the phone would just "suddenly" start behaving strangely when I picked it up.  Of note, the "raise to speak" hasn't actually triggered Siri to come on in months anyway.
    Regardless, the keyboard is back to normal now...and I'm just going to leave "Raise to Speak" off.  I've put the keyboard back to just "English" with no alternates and Siri remains on otherwise without issue.

Maybe you are looking for

  • Hiding and then making select-options visible on the selection-screen

    I've created a selection screen. On this i've got a field (pr_inpt) depending on whose value i have to display the rest select-options viz. (so_c1, so_n1, so_d1, so_t1) say , 1.)if (pr_inpt) contains value 'A' then display (so_c1 & so_d1) 2.)if (pr_i

  • Problem with Linear Dodge blending mode

    I cannot get the Linear Dodge blending mode to work correctly on a separate layer. I made a new layer and set the blending mode to 'Linear Dodge,' but when I draw on it, it simply acts like it is set to 'Normal'. There is a distinct difference betwee

  • Trying to print picture package.

    I am trying to print a picture package ... once it is ready, I hit print and nothing happens.   I can  print a single pic, and could print a package last week.. I have tried again, and again, and am getting frustrated.  

  • Filter Shared Calendar Items content based on user

    Hi I am very new to Exchange development and need to find a solution to this problem: My outlook users must be able to view the complete calendar item description only if their name is mentioned in it. Else only the first few lines. I have researched

  • How to simulate writing in flash

    Hi - I'm new to flash and just need direction to a tutorial on how to simulate writing. Basically I want to create a flash file that has wording appear like someone's typing or handwriting it. I'm an editor by trade and not completely green to FX, bu