Re: What about BBEdit attracts you to the program over others?

2018-11-29 Thread Neil Faiman
On Nov 29, 2018, at 9:09 AM, Daniel Palmer wrote: > > I am going to figure out where to put in a feature request. I wanna have an > entry in the menu that will allow you compare the two most recently opened > files (vs comparing two windows or manually selecting the two files). I > spend

Re: Create a "foldable" section within a Python function

2018-11-29 Thread Gauvins
great idea, not silly at all. this creates a "permanent" fold with a clickable toggle. Folding ad-hoc selections do not behave as neatly when you fold-unfold the entire document or something of that nature. On Thursday, November 29, 2018 at 10:05:53 AM UTC-5, Jim Danner wrote: > > Another

Re: Language Server Protocol

2018-11-29 Thread ascarter
Kerri, LSP isn't at all like Kite. It's a project primarily promoted by Microsoft but it is all open source and others are supporting it too. The problem is that all the different editors and IDE's out there use sometimes primitive means to analyze code and provide hints, suggest completions,

Re: Create a "foldable" section within a Python function

2018-11-29 Thread Rod Buchanan
Or Right-click -> Fold Selection > On Nov 29, 2018, at 8:40 AM, Néstor E. Aguilera > wrote: > > Hi Gauvins, > >> On 29 Nov 2018, at 02:34, Gauvins wrote: >> >> I have a long list of constants at the top of a function. Would be great if >> is could be collapsed, like what happens with

Re: Create a "foldable" section within a Python function

2018-11-29 Thread Jim Danner
Another (slightly silly) idea: put those definitions of constants inside a loop that doesn't really do anything, like def myfunction(): for i in [1]: constant1 = 10 constant2 = 'hello' rest of the function code This for-lop (which runs just once) will be

Re: Create a "foldable" section within a Python function

2018-11-29 Thread Néstor E. Aguilera
Hi Gauvins, > On 29 Nov 2018, at 02:34, Gauvins wrote: > > I have a long list of constants at the top of a function. Would be great if > is could be collapsed, like what happens with def / comment_blocks / """ > strings """ and such. > > I cannot find a command that would "create a fold",

Re: What about BBEdit attracts you to the program over others?

2018-11-29 Thread Daniel Palmer
There are a couple of must haves for me. 1. The ability to open only files and not display the directories... I only want my open files viewable. 2. The Compare Mercy. I cannot say how nice it is to have the ability to see the highlighted differences side by side with ability to

Create a "foldable" section within a Python function

2018-11-29 Thread Gauvins
I have a long list of constants at the top of a function. Would be great if is could be collapsed, like what happens with def / comment_blocks / """ strings """ and such. I cannot find a command that would "create a fold", or a way to define custom regions. I do not wish to spend a