Re: Windows alternative to BBEdit

2012-08-29 Thread Micky Hulse
I'd suggest Dreamweaver. 

-- 
Sent from my Macbook Wheel

-- 
-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit





Re: BBEdit CSS autocompletion

2012-08-07 Thread Micky Hulse
I don't have a solution, but I totally agree.

I posted a similar question here:

CSS hints/auto-fill
https://groups.google.com/d/topic/bbedit/Y5V293MxH2Q/discussion

You should be able to find addons around here:

1. http://www.barebones.com/support/

There might be something there that you could use to tweak the
hints... I have not looked.

Again though, in my example, I don't find -moz-none very helpful...
Seems like a similar problem/complaint as yours. :)

Anyway, +1.

Micky

-- 
-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit





CSS hints/auto-fill

2012-06-08 Thread Micky Hulse
Just curious,

In a style block, when I type text-decoration (which autofills/hints
perfectly), why do I get -moz-none when typing none?

Is there a way to setup BBEdit to just suggest standard values for CSS
properties?

There are times when I think to myself I wonder what life would be
like using a different editor.

My buddy is trying to talk me into using Coda; I don't think I'll
switch, but there are times when I feel like BBEdit is living in the
dark ages when it comes to auto-fill/hinting.

Are there plans to improve this aspect of BBEdit?

I have tried community plugins, but I just did not find a plugin that
made me happy.

If BBEdit devs are listening, could you please look into improving
this aspect of the program?

Thanks!
Micky

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: Command-M: Feedback

2011-08-29 Thread Micky Hulse
Thanks for the help Chris, I really appreciate it! :)

I will give your workaround a try... Sounds like a decent patch.

I will file an issue with support to see if that gains any traction there.

Have an excellent day!

Cheers,
Micky

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: Auto-fill CSS values and shortcut for wrapping HTML tags around selected text?

2011-01-12 Thread Micky Hulse
Just out of curiosity... Going back to my screen shot:

http://sandbox.hulse.me/bbedit.png

What is that little hint window called, and where does it get its
information from?

It still seems like when I type background-repeat: it should suggest
no-repeat, repeat, repeat-x, repeat-y, and inherit.

I just don't get the logic in suggesting random, uncommon, hints when
the context is CSS (file type) and the css property unambiguously
clear.

I am stoked to have all of these alternative solutions though...
Coming from the world of DW I am used to those little hint windows,
but I am sure I can adjust to this new format. :)

For those of you not familiar with DW hints, here is a screen shot of
what I am talking about:

http://sandbox.hulse.me/dreamweaver.png

Ok, back to work for me!

Many thanks all!

Cheers,
Micky

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: Auto-fill CSS values and shortcut for wrapping HTML tags around selected text?

2011-01-12 Thread Micky Hulse
Wow! I am so glad I asked for help on this group! Thanks so much to
everyone of the assistance! Much appreciated. :)

Gonna try to respond to everyone in this one e-mail...

@Ron:

Your script works great!

The only modification I made was the return after the opening tag
and the one before the closing tag.

For those of you new to Applescript  BBEdit, here's how I installed the script:

1. Copied the Applescript to my clipboard
2. In BBEdit, I opened the Scripts menu and chose Open Script Editor.
3. I pasted the script into the editor, compiled, and saved into this location:

~/Library/Application Support/BBEdit/Scripts/Custom/WrapTag.scpt

(Note: I put this script in a Custom folder.)

4. Restart BBEdit (not sure if this is required) and then open Window
 Palettes  Scripts.
5. In the Scripts Palette, choose the script from Custom and click
the Set Key... button.
6. Choose your keyboard shortcut and click Set.

Now you can apply this script via the keyboard shortcut you specified.

Ron, I love your snippet! Exactly what I was looking for. :)

I did find a similar applescript out on the net:

http://www.entropy.ch/blog/Mac+OS+X/2005/08/01/%E2%80%9CMake_Tag%E2%80%9D_BBEdit_AppleScript.html

But it handles things a little differently (I am not used to using tab
key to fill-in values... How the heck am I supposed to actually tab?
Lol!)

Anyway, thanks!

@Rich:

Ahh, how did I miss that?

Command-M does this:

CSS: selector { }

PHP: Nothing that I can tell.

HTML: This is nice... Select text and hit Command-M, choose tag, hit
return and tag wraps selection. :)

Glad to know a similar tool as the above script is built-in to BBEdit!

@Kendall:

Oooh, that looks pretty sweet! Thanks for tip! :)

I will install now.

@Alex, Matt and Ryentzer:

Very cool!

I downloaded CSS (default set and extended), CodeIgniter, PHP, Django
and a few others via the BareBones support page.

For those not familiar, here is a tutorial (kinda) that talks about
how to setup clippings in BBEdit:

http://hints.macworld.com/article.php?story=20071209183435786

Like Ryentzer, I did notice that the BBEdit default clipping set was
more robust than what was installed on my computer... I just updated
my clippings with all of the above mentioned and I am definitely like
what clippings brings to the table. :)

@Matt: Love your CSS extended! Thanks so much with sharing with the
rest of us!!! Pretty cool stuff. :)

I have not looked at the docs, but how do I do normal tabbing when I
have ## on the page?

For example:

code

.myClass { ##; }
.myClass .foo { ##; }

/code

How would I indent .myClass with a tab? With the placeholders on the
page, tabing now jumps from placeholder to placeholder!

Thanks to all for the help! This group ROCKS!

Cheers,
Micky

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: Auto-fill CSS values and shortcut for wrapping HTML tags around selected text?

2011-01-11 Thread Micky Hulse
Wow! Thanks to everyone for being so helpful! I really appreciate it!

I can't wait to test out your suggestions.

I will post back with my findings. :)

Thanks a billion!

Cheers,
Micky

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit