Re: [flexcoders] three and a half FlexBuilder bugs that drive me buggy

2006-10-31 Thread Pan Troglodytes



I finally remembered the fourth bug.When you have a line like this: public function foo()(note the spaces before public)Highlight
all the spaces, from the beginning of the line to the word public. Hit
tab. The spaces are deleted, but the cursor now sits between the u and
b in public, rather than being right before the p. This happens in
both the AS and MXML editors.On 10/25/06, Nick Collins [EMAIL PROTECTED] wrote:



I have also noticed occassionally the cursor tends to jump when I'm typing. Like I'll click into one tag, and begin to type an attribute or something, and in mid-type the cursor will sometimes jump up or down several lines, putting the rest of what I'm typing at that new location.
On 10/25/06, Pan Troglodytes 
[EMAIL PROTECTED] wrote:













  



Okay, I have to mention this before all hope is lost of getting it fixed in the next patch. I keep putting it off and putting it off.First:Occasionally, when I'm holding down shift and using the up/down arrow keys to highlight blocks of text, FB loses the first line of text. I might have:
line1line2line3line4I put my cursor on the line after line4, hold down shift and hold the up arrow for a few lines. It changes from having lines 1-4 highlighted to having 1-3. I thought at first it was just my keyboard acting up. But I've found this happens on two different machines and only in Flex Builder. Very frustrating.
Second:I have my tabs and indents set to two spaces. When you highlight a line and hit tab, it indents it 2 spaces. If you hit shift-tab, it unindents it *4* spaces instead of two. It's always four (ie it doesn't do some smart unindent).
Third:In the mxml editor, if I type in something like mx:DataGrid and hit enter, it looks like this:mx:DataGrid(space)(caret indicator)(space)/mx:DataGrid
In other words, it doesn't put my caret at the end of the autoindented two spaces. It puts it in the middle. If I hit end, it positions it after that second space. The autoinsert/autoindent works fine in the actionscript editor for curly braces, however.
Third.5:Unfortunately, I can't remember exactly how this one happens but it happens every once in a while and really bugs me. So I'll have to describe it very vaguely. Sometimes the cursor gets put two characters into the block I've selected after I've done some action on it. Really wish I could remember more. Maybe someone else will recognize it. Or maybe I'll run into it later and post a followup.
Could I get some confirmation from other users on these bugs? Will help when I fill out bug reports.-- Jason

  


















-- Jason

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] three and a half FlexBuilder bugs that drive me buggy

2006-10-25 Thread Pan Troglodytes



Okay, I have to mention this before all hope is lost of getting it fixed in the next patch. I keep putting it off and putting it off.First:Occasionally, when I'm holding down shift and using the up/down arrow keys to highlight blocks of text, FB loses the first line of text. I might have:
line1line2line3line4I put my cursor on the line after line4, hold down shift and hold the up arrow for a few lines. It changes from having lines 1-4 highlighted to having 1-3. I thought at first it was just my keyboard acting up. But I've found this happens on two different machines and only in Flex Builder. Very frustrating.
Second:I have my tabs and indents set to two spaces. When you highlight a line and hit tab, it indents it 2 spaces. If you hit shift-tab, it unindents it *4* spaces instead of two. It's always four (ie it doesn't do some smart unindent).
Third:In the mxml editor, if I type in something like mx:DataGrid and hit enter, it looks like this:mx:DataGrid(space)(caret indicator)(space)/mx:DataGrid
In other words, it doesn't put my caret at the end of the autoindented two spaces. It puts it in the middle. If I hit end, it positions it after that second space. The autoinsert/autoindent works fine in the actionscript editor for curly braces, however.
Third.5:Unfortunately, I can't remember exactly how this one happens but it happens every once in a while and really bugs me. So I'll have to describe it very vaguely. Sometimes the cursor gets put two characters into the block I've selected after I've done some action on it. Really wish I could remember more. Maybe someone else will recognize it. Or maybe I'll run into it later and post a followup.
Could I get some confirmation from other users on these bugs? Will help when I fill out bug reports.-- Jason

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] three and a half FlexBuilder bugs that drive me buggy

2006-10-25 Thread Nick Collins



I have also noticed occassionally the cursor tends to jump when I'm typing. Like I'll click into one tag, and begin to type an attribute or something, and in mid-type the cursor will sometimes jump up or down several lines, putting the rest of what I'm typing at that new location.
On 10/25/06, Pan Troglodytes [EMAIL PROTECTED] wrote:













  



Okay, I have to mention this before all hope is lost of getting it fixed in the next patch. I keep putting it off and putting it off.First:Occasionally, when I'm holding down shift and using the up/down arrow keys to highlight blocks of text, FB loses the first line of text. I might have:
line1line2line3line4I put my cursor on the line after line4, hold down shift and hold the up arrow for a few lines. It changes from having lines 1-4 highlighted to having 1-3. I thought at first it was just my keyboard acting up. But I've found this happens on two different machines and only in Flex Builder. Very frustrating.
Second:I have my tabs and indents set to two spaces. When you highlight a line and hit tab, it indents it 2 spaces. If you hit shift-tab, it unindents it *4* spaces instead of two. It's always four (ie it doesn't do some smart unindent).
Third:In the mxml editor, if I type in something like mx:DataGrid and hit enter, it looks like this:mx:DataGrid(space)(caret indicator)(space)/mx:DataGrid
In other words, it doesn't put my caret at the end of the autoindented two spaces. It puts it in the middle. If I hit end, it positions it after that second space. The autoinsert/autoindent works fine in the actionscript editor for curly braces, however.
Third.5:Unfortunately, I can't remember exactly how this one happens but it happens every once in a while and really bugs me. So I'll have to describe it very vaguely. Sometimes the cursor gets put two characters into the block I've selected after I've done some action on it. Really wish I could remember more. Maybe someone else will recognize it. Or maybe I'll run into it later and post a followup.
Could I get some confirmation from other users on these bugs? Will help when I fill out bug reports.-- Jason

  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___