Re: Regarding feature #6841

2024-04-18 Thread Aditya Toshniwal
Hi Thom, On Thu, Apr 18, 2024 at 8:26 PM Thom Brown wrote: > On Thu, Apr 18, 2024, 15:26 Anil Sahoo > wrote: > >> Hi Dave, >> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from >> the editor through a tree called syntaxTree and by using some logic we >> extracted the

Re: Regarding feature #6841

2024-04-18 Thread Aditya Toshniwal
Hi Dave, On Thu, Apr 18, 2024 at 8:07 PM Dave Page wrote: > Hi > > On Thu, 18 Apr 2024 at 15:26, Anil Sahoo > wrote: > >> Hi Dave, >> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from >> the editor through a tree called syntaxTree and by using some logic we >> extracted

Re: Regarding feature #6841

2024-04-18 Thread Thom Brown
On Thu, Apr 18, 2024, 15:37 Dave Page wrote: > Hi > > On Thu, 18 Apr 2024 at 15:26, Anil Sahoo > wrote: > >> Hi Dave, >> We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from >> the editor through a tree called syntaxTree and by using some logic we >> extracted the statements

Re: Regarding feature #6841

2024-04-18 Thread Thom Brown
On Thu, Apr 18, 2024, 15:26 Anil Sahoo wrote: > Hi Dave, > We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from > the editor through a tree called syntaxTree and by using some logic we > extracted the statements which have semicolon in it and also added some > extra logic to

Re: Regarding feature #6841

2024-04-18 Thread Dave Page
Hi On Thu, 18 Apr 2024 at 15:26, Anil Sahoo wrote: > Hi Dave, > We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from > the editor through a tree called syntaxTree and by using some logic we > extracted the statements which have semicolon in it and also added some > extra

Re: Regarding feature #6841

2024-04-18 Thread Anil Sahoo
Hi Dave, We took help from Code Mirror, i.e Code Mirror gives the parsed SQL from the editor through a tree called syntaxTree and by using some logic we extracted the statements which have semicolon in it and also added some extra logic to break the whole query on next of next line as empty or if

Re: Regarding feature #6841

2024-04-18 Thread Dave Page
Hi On Wed, 17 Apr 2024 at 15:08, Anil Sahoo wrote: > Hi Hackers, > > This feature is about executing a query at the cursor position. And that > query can be a one line or multiline. I have assigned a play icon button > and F5 as the keyboard shortcut for the Execute Query feature, and for >