Re: Script for doing stuff in current file's folder

2017-02-26 Thread Adrian Manea
Yes, I thought about it afterwards, thanks. :) On Sunday, February 26, 2017 at 4:50:11 PM UTC+2, micmac wrote: > > Applescript can call a bash commandline statement. U can make up a > statement like rm fullpath/*.jpg > > On Feb 26, 2017 10:12 PM, "Adrian Manea" <adr

Re: Script for doing stuff in current file's folder

2017-02-26 Thread Adrian Manea
ose* name extension *is not* *in* wantedExtensions *and* name *is* *not* "tags" *and* name *is* *not* "indices.ist" *and* name *does not* *end* *with* ".sublime-project" *and* name *does not* *end* *with* ".sublime-workspace") *display dialog* "Folder

Re: Script for doing stuff in current file's folder

2017-02-26 Thread Adrian Manea
*display dialog* "Folder cleaned." buttons {"OK"} *beep* *end* *tell* On Sunday, February 26, 2017 at 3:22:47 PM UTC+2, Adrian Manea wrote: > > OK, I'm pretty sure this is an easy one, but since I have close to zero > experience with AppleScript, I have to ask

Script for doing stuff in current file's folder

2017-02-26 Thread Adrian Manea
OK, I'm pretty sure this is an easy one, but since I have close to zero experience with AppleScript, I have to ask: Could anyone please help me with a script that gets the path to the containing folder of the current (open, frontmost) text file of BBEdit? Concrete use: I would then add to the

Re: Autocomplere stops in text documents

2017-01-30 Thread Adrian Manea
Hey Janus, Normally, completion should not stop, unless you're writing kilometers of text. For example, I wrote a LaTeX document recently, which was 13 000 lines long and around 600 kB and the completions where still there. Not the most fluid, but they were there. I don't know what the default

Control over types of completion suggestions

2017-01-27 Thread Adrian Manea
Hey everyone! I am writing a huge LaTeX document (13,000+ lines and going), so the completions suggestions are not always as fluid or useful as I want them to be, especially due to the entries that take words from the current document. But honestly, I would like to know how to do this in

Re: Copy Named Symbol

2017-01-09 Thread Adrian Manea
> until the one you are looking for appears. > > BBEditAutoComplete is freeware, and I am in no way related to them: < > http://c-command.com/bbautocomplete/> > > Best, > > Nestor > > === > > > On 9 Jan 20

Re: Copy Named Symbol

2017-01-09 Thread Adrian Manea
ote: > > On Jan 08, 2017, at 03:58, Adrian Manea <adrian@gmail.com > > wrote: > > To keep things short, is there any way I could copy a "named symbol"'s > name from the list displayed by cmd + T? > > -- > > Hey Adrian,

Re: Copy Named Symbol

2017-01-08 Thread Adrian Manea
That's a good idea with the "Process Lines Containing..." command, that I didn't know. However, the main problem is that that newly generated file does not auto-update, so I have to do the processing every time... It would really be nice to actually copy the named symbol. I assume many

Copy Named Symbol

2017-01-08 Thread Adrian Manea
Hello everybody! To keep things short, is there any way I could copy a "named symbol"'s name from the list displayed by cmd + T? Concrete use: I'm writing a LaTeX file and I label some theorems. Then I want to reference them. I write \ref{ and I have to search for all the labels I used. I

Re: Search in .bib bibliography

2016-08-14 Thread Adrian Manea
n't missed anything, it sure works for me this way. On Friday, August 12, 2016 at 9:58:11 AM UTC+3, Vlad Ghitulescu wrote: > > Could you please summarize the whole process? > > Thanks! > > Regards, > Vlad > > On 11 Aug 2016, at 20:11, Adrian Manea wrote: > >

Re: Search in .bib bibliography

2016-08-11 Thread Adrian Manea
s > the lower section. Now it works as it should, I type a few letters from the citekey and it suggests completions. Thanks Rich and thanks Will! :) On Thursday, August 11, 2016 at 9:56:16 AM UTC+3, Adrian Manea wrote: > > I know that this should be the theory, this is

Re: Search in .bib bibliography

2016-08-11 Thread Adrian Manea
assuming you have "Show text completions" set to "After a delay in typing" > in the Editing pane of the Preferences. > > On Wednesday, August 10, 2016 at 7:08:04 AM UTC-7, Adrian Manea wrote: >> >> I already tried that and it's not working. I also used the maketag

Re: Search in .bib bibliography

2016-08-10 Thread Adrian Manea
. You can add the following lines to your ~/.ctags file so that > it will recognize the .bib entries. > > --langdef=bib > --langmap=bib:.bib > --regex-bib=/^@[A-Za-z]+\{([^,]*)/\1/b,bib/ > > > > On Sunday, August 7, 2016 at 7:19:34 AM UTC-7, Adrian Manea wrote: >>

Search in .bib bibliography

2016-08-07 Thread Adrian Manea
Yet another basic question which I hope would help me replace Sublime with BBEdit: I've made a full BibTeX .bib file which contains all my references, that I include in any LaTeX file that I write and I simply cite from there. Now, as there are hundreds of entries and most of the citekeys were

Re: Wrapping text in symbols or tags

2016-08-06 Thread Adrian Manea
10:01, Adrian Manea <adrian@gmail.com > > wrote: > > One of the main things I miss from Sublime Text is the ability to wrap > selected text in symbols/markers or tags. > > -- > > Hey Adrian, > > BBEdit is scriptable, which m

Re: Wrapping text in symbols or tags

2016-08-06 Thread Adrian Manea
, August 6, 2016 at 6:01:35 PM UTC+3, Adrian Manea wrote: > > One of the main things I miss from Sublime Text is the ability to wrap > selected text in symbols/markers or tags. I used this largely for Markdown > and LaTeX, the main "languages" I write in. So it goes like this:

Wrapping text in symbols or tags

2016-08-06 Thread Adrian Manea
One of the main things I miss from Sublime Text is the ability to wrap selected text in symbols/markers or tags. I used this largely for Markdown and LaTeX, the main "languages" I write in. So it goes like this: you have some text which you want to italicize, say, select it and press * once and

Re: Two windows for the same project

2016-07-29 Thread Adrian Manea
Yes, thanks, that's also something to consider in this particular case of working with Markdown documents. -- 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.

Re: Two windows for the same project

2016-07-29 Thread Adrian Manea
Stone wrote: > > On Jul 29, 2016, at 13:10, Adrian Manea <adrian@gmail.com > > wrote: > > Thank you very much, Chris! The script did the job. > > -- > > Hey Adrian, > > Great. > > Keep in mind that you've got a duplicat

Re: Two windows for the same project

2016-07-29 Thread Adrian Manea
in both of them, if possible. On Friday, July 29, 2016 at 8:31:14 PM UTC+3, Christopher Stone wrote: > > On Jul 29, 2016, at 12:03, Adrian Manea <adrian@gmail.com > > wrote: > > Is there any way I could have the same sidebar contents for both of the > windows (bas

Re: Two windows for the same project

2016-07-29 Thread Adrian Manea
> > On Jul 29, 2016, at 12:43, Adrian Manea <adrian@gmail.com > > wrote: > > My idea is, indeed, to open a file in an additional window, but I want the > project folders, tree and navigation in both of them, if possible. > > -- &g

Two windows for the same project

2016-07-29 Thread Adrian Manea
Hello everybody! I have a project with many Markdown files, some of which I use for reference. As such, almost all the times I need two windows open for BBEdit, one for the "source" file (reference), one for the "target", i.e. the document I'm currently working on. I created a project that