Autocompletion Optimization

2022-03-27 Thread BeeRich33
Hi folks.  

Just wondering how I can get my Ruby modules and methods into 
autocomplete.  I just started LSP and it doesn't seem to be doing much for 
me, but I tripped over that new feature while reading up on 
autocompletion.  I thought it might have a way of sniffing my module/method 
files.  

The vast majority of my current work is in a development file at path 
*~/app.rb*.  I include *~/methods.rb* and *~/classes.rb* whose entries are 
currently not showing up as autocomplete qualifiers in the popup.  How can 
I get these to show up?  Is there a way to format the output?  

example: Modulename::methodname

Second question:  This autocomplete popup has 6 suggestions, with scrolling 
for further options.  Can I increase this value somehow, or even have it 
expand to the height of my display?  I searched Expert Prefs, but found 
nothing.  

I could export my preferred formats to text files for dummy clippings, but 
I'm thinking there is a better way of doing this.  

Cheers

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/616f3c09-0838-40cc-80a5-f5a0304af0fen%40googlegroups.com.


Re: Autocompletion Population

2020-04-27 Thread Charlie Garrison

On 27 Apr 2020, at 22:07, BeeRich33 wrote:

I'd like to have autocompletion of the modules/methods names that I 
create.  I can crontab a script that can export filenames and 
contents of the  **modulename.methodname**  to a folder that's been 
set up properly in the  **Clippings**  folder.


You are probably looking for "ctags". BBEdit has first-class support for 
them, so have a look in the manual and see if that will do what you're 
looking for.


- https://en.wikipedia.org/wiki/Ctags

-cng

--

Charlie Garrison   
Garrison Computer Services  <http://www.garrison.com.au>
PO Box 380
Tumbarumba NSW 2653  Australia

--
This is the BBEdit Talk public discussion group. If you have a feature request or need 
technical support, please email "supp...@barebones.com" rather than posting here. 
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/764AC82B-4E6B-464A-B042-36688F852D33%40garrison.com.au.


Re: Autocompletion Population

2020-04-27 Thread BeeRich33
I guess the question is, which I left out, was "can this be done?"  And/or 
"What am I doing wrong?"

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/58d5213e-afce-4164-8322-c6352c94213c%40googlegroups.com.


Autocompletion Population

2020-04-27 Thread BeeRich33
Hi folks.

I'd like to have autocompletion of the modules/methods names that I 
create.  I can crontab a script that can export filenames and contents of 
the *modulename.methodname* to a folder that's been set up properly in the 
*Clippings* folder.

I was hoping to have them available in context when developing, but for 
some reason they aren't taking.  They show up in the clippings Palette (the 
permanent pallette, to be clear), so they work.  They just don't show up in 
autocomplete, which I have set to manual.

The manual says Clippings are included in the autocomplete options.  

I'm on version 12.1.6 if that makes any difference.  It shouldn't. 

Any insight appreciated.  Cheers

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/0cd7c6cd-5928-4f06-a03f-60cba2ba4e28%40googlegroups.com.


autocompletion ?

2018-09-26 Thread Jean-Christophe Helary
I was wondering if there was something like Coda's automatic autocompletion 
suggestions...
For people who don't know, when you start typing a CSS property, Coda displays 
a drop-down when the possible values are shown, then it displays another 
drop-down for the possible values of that property. That's extremely useful and 
makes typing much faster.
For HTML, the dropdown displays all the possible attributes and then again all 
the possible values (including class names).

Also what about reindenting the selection ? In Emacs, when you have a selection 
you can get a reindentation based on the context.

I'm still using 11, so I may be missing features only present in 12.


Jean-Christophe Helary
---
http://mac4translators.blogspot.com @brandelune


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Javascript autocompletion

2015-01-31 Thread Sotiris Ioannou
Hello folks,

I'm sorry if that has been asked before but I couldn't find anything on the 
internet.

I already know how to make clippings in BBEdit 11 and I've done some for 
python and javascript.

Today though accidentally I've noticed that when I type a ?php echo ? for 
example I get the auto completion for the function. As I've never created 
clippings for PHP I'm wondering where this auto completion comes from. 
Also, I'm wondering is there a similar thing for other languages as well 
(Such as Javascript for example?). If not, where is BBEdit storing the auto 
completion files for php to take a look at them?

Thank you very much in advance.

Sotiris

-- 
This is the BBEdit Talk public discussion group. 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

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Searching for suggested autocompletion entries

2014-01-11 Thread Chuck Quast
Certainly! 

So how do you think autocompletion works? Or how do you think 'search' works?

Now pony up the dough and find out the many other ways BBEdit can enhance your 
life, your lordship! 

(Should lordship be capitalized? BBEdit doesn't seem to know that! hmmm...)

-- 
This is the BBEdit Talk public discussion group. 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

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Re: Searching for suggested autocompletion entries

2014-01-11 Thread Christopher Stone
Hello Matze,

On Friday, January 10, 2014 10:17:02 AM UTC-6, 13th Duke of Wybourne wrote:
 I am just wondering if one can search for an entry in the autocomplete 
 suggestion list, directly. 

Yes.

In the {Editing} prefs tab:

--
Show text completions:

( ) After a delay in typing
(•) Only manually

You can trigger completion at any time using the “Complete item on the Edit 
menu.
--

I have {Complete} assigned to F1.

There's a pop-up menu that filters down as you type.

 Which is without switching to CMD-F.

Cmd-F is 'Find' and has nothing to do with autocomplete.

 If so, please tell me how, and then I'd love to buy BBEdit.


BBEdit is not a perfect fit for everyone, but it's one of the few apps that 
runs 24/7 on my system.

There's a fully functioning trial version, so give it a workout and see for 
yourself if it can meet your needs.

http://www.barebones.com/products/bbedit/

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. 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

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


Searching for suggested autocompletion entries

2014-01-10 Thread 13th Duke of Wybourne
Me? The 13th Duke of Wybourne? Here? At BBEdit Talk? At three o'clock in 
the morning (5pm cet actually)? With my reputation (Mac OS X 10.9)?
Bingo.
 
Hello out there. ;)

I am just wondering if one can search for an entry in the autocomplete 
suggestion list, directly. Which is without switching to CMD-F.
If so, please tell me how, and then I'd love to buy BBEdit.

Best Matze


-- 
This is the BBEdit Talk public discussion group. 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

--- 
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.


BBEdit CSS autocompletion

2012-08-07 Thread Greg Brown
Hi,

When editing CSS with BBEdit, I find obscure css property names always seem 
to come up first in the autocomplete list - for example, when I type 'w' 
it'd be great if width came up first, since 99.9% of the time that's what 
I'm after. Instead I have to type 'widt' before width comes up first in the 
list.

Does anyone have any solutions to this problem? Ideally the properties 
would be ordered on frequency of use rather than alphabetically, but I'd be 
happy if I could just purge the ones I don't use from the list. Is there 
any way to do this?

Thanks,
Greg Brown

-- 
-- 
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





About extJS autocompletion

2012-01-29 Thread Pixman
Hello,

i'm using bbedit from few time, it's really lighter than big IDE like
aptana.

I want to use it for develop with extJS.

Where we can install a autocompletion for this javascript lib ?

Thanks for your help

G.

-- 
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


autocompletion K items

2009-01-03 Thread stratboy

Hi! I'd like to know where autocompletion K items come from and how I
could modify them.

Can you suggest me something? :)

Bye!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
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 specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to supp...@barebones.com 
rather than posting to the group.
-~--~~~~--~~--~--~---



Autocompletion isn't autocompleting on some files

2008-11-14 Thread Ken

While autocomplete correctly autocompletes HTML tags in an existing
document I created in BBEdit 9.02, it does not complete tags in a new
document, even after I save it as foo.html. Autocompletion for
dictionary words works. How do I get HTML autocompletion to work in a
new document?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to [EMAIL PROTECTED] 
rather than posting to the group.
-~--~~~~--~~--~--~---



Autocompletion isn't autocompleting on some files

2008-11-14 Thread Ken

OK, I cannot for the life of me figure this out. I am using BBEdit
9.02 on a fully updated 10.5 Mac. Just  installed the update from 8.x.
Now that it has Autocomplete, I started paying attention to clippings.
I added a couple of new clipping files to the HTML set, and was
working with them in a document last night. Everything worked fine.

This morning I open a new document. None of my HTML autocompletes are
completing. OK, I save the document as foo.html. Still, no
autocompletes. Regular words out of the dictionary are autocompleting,
but nothing from the HTML set.

I go to the clippings menu. HTML is checked under Change set and all
the HTML commands are listed in the menu below the divider. In
Preferences/Editing General Show text completions is set to After a
delay in typing. In Preferences/Languages.

And! And!!! When I go back to the document I was working on last
night, THE COMPLETIONS WORK FINE.

What am I missing

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to [EMAIL PROTECTED] 
rather than posting to the group.
-~--~~~~--~~--~--~---



Autocompletion -- getting it happening in HTML?

2008-08-29 Thread Hugh Todd

I'm a bit puzzled by the autocomplete feature, wondering if there's  
something I need to activate or install to get it happening properly  
in HTML.

(As an aside, I'd love to have a better Help system. Perhaps this  
would have made things clearer.)

In an HTML document I press p, and get a C symbol in a circle and  
Page Template as a suggestion. Not a paragraph.

I press ul and get nothing.

I enter li and get the C symbol again, and Link as the suggestion.

I enter h and get nothing.

I enter h3 cl and get nothing. (looking for class)

d nothing. div leads to a W symbol in a rounded square, and  
dictionary suggestions. No HTML suggestions.

What am I missing?

(CSS seems to work fine, once the .css file is saved.)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
BBEdit Talk group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/bbedit?hl=en
-~--~~~~--~~--~--~---