Forum Replies Created
- AuthorPosts
ArthurZ
ParticipantIssue solved, need to enter the key a 2nd time after Use OPEN_AI_API_KEY variable was unchecked.
ArthurZ
ParticipantThe key has just been sent.
Thank you Makoto.ArthurZ
ParticipantOK, so I read it uses my key transparently without me needed to do anything.
Yes, I also get a (nonsense) response:
https://ibb.co/CfKp2KDArthurZ
ParticipantTheir testing platform is not straightforward for using an API key so I utilized Postman to use my API key and it is successful:
https://ibb.co/spQ6yLRsArthurZ
ParticipantHi Makoto,
Thanks for the links.
I checked before posting and now again when no usage was recorded that I am within quota and have tokens left, also like I said, to validate, I used another app successfully.
Here is how the usage looks: https://ibb.co/Y79vY5VH
Despite me trying no activity is recorded even. I am using my private computer.October 3, 2021 at 4:48 pm in reply to: Input placement is not where intended when inserting between quotes #27842ArthurZ
ParticipantHi Werner, thanks but
It doesn’t work as advertised:
In the former case I get'%$0'%
so the $0 has not been even actioned (remains in there not to be substituted), and
In the latter case you get
like '%variable'%
note the quote before the % sign.ArthurZ
Participanthttps:// ibb.co/ swzJ7W5
Looks like your forum software strips posts that have links to image sharing providers so I put an extra space after each slash
The image must help understand my issue.
ArthurZ
ParticipantArthurZ
ParticipantArthurZ
ParticipantArthurZ
ParticipantI posted twice the URL to the image of how I configured but it does not get picked
https://imgur.com/zkx5MAPArthurZ
ParticipantArthurZ
ParticipantMay 25, 2021 at 8:33 pm in reply to: Please add a key binding to select text inside parenthesis #27494ArthurZ
ParticipantArigato
ArthurZ
ParticipantThank you LTT, the Quick Launch feature was the most useful for my off-topic item. There I could search and find it.
So gutter or not, under what circumstances and how was it defined to work – the custom background colour of the code fold? Any screenshots would be welcome.
My task at hand is to depict the code that can be folded.ArthurZ
ParticipantHi Makoto:
The 1st part: >”You created a new MySQL file and a PLSQL file and saved them both with a .sql extension” <–Yes
The 2nd: > “You switched to the MySQL file, then created a new PLSQL file” <– not switched but created a new using say the MySQL configuration,
Lastly > “The previous MySQL document changed to PLSQL configuration” <– Yes.
It was back then the latest stable. I upgraded two minor once, but do not know if the issue remains as I did not work yet with SQL. But I plan to.ArthurZ
ParticipantThank you LTT,
I feel better that is does not work for more people.
Thing is, to bring the minimap, I need to have enough lines – which triggered my ask in the first place (View menu –> minimap is the right place for what I ask).PS: the windowing experience is rather poor overall, why I can’t have dockable, auto-expanding on hover windows? E.g. the Synatax Checker window is the prime candidate for this.
ArthurZ
ParticipantThe issue is, it changes the syntax already chosen for a file that has the syntax already assigned, if I create a new file.
EmEditor knows what I set it to because I did, it changes it in unsanctioned manner under the aforesaid circumstances.As a side note, I noticed in either of these “SQL” files there is changed lines detection happening – no yellow vertical bar despite it being set. There is no green on save either.
ArthurZ
ParticipantI clicked on the OK button, which is the default.
As a side note, can we bring the code minimap (I think it is named differently) to the View menu as item to easily toggle on demand please?
ArthurZ
Participantibb.co/ swzJ7W5
Looks like your forum software silently strips posts that have links to image sharing providers so I put an extra space after the slash
And it is missing the https// part
The image must help understand my issue.ArthurZ
ParticipantHi Yutaka,
I do not know if the forum picks my replies as I do not see my replies.
So basically I was able to reproduce it the easy way:
1. Ensure you download and install both the MySQL and PLSQL syntaxes
2. Open or create and save one MySQL and one PLSQL file with the .sql extension (I think for one I changed what sql opens with, but unsure)
3. So you now have two saved .sql files with content under each syntax flavour open, then say you are on the MySQL syntax file, create a new file and save it, in my case the file(s) that I had set to MySQL syntax turns changed to PLSQLMarch 1, 2019 at 11:21 am in reply to: Search Functionality Improvement Suggestion: Allow Multiple Findings Highlighted #25445ArthurZ
ParticipantOh, and on double-clicking text there is no feature that highlights matches, right?
March 1, 2019 at 11:09 am in reply to: Search Functionality Improvement Suggestion: Allow Multiple Findings Highlighted #25444ArthurZ
ParticipantNo way to erase highlight on mouse leaving found text. This is a deficiency in the need to use the keyboard or mouse to erase the highlights. And no option to clear the previous search on the next round automatically.
Please add.March 1, 2019 at 11:02 am in reply to: Search Functionality Improvement Suggestion: Allow Multiple Findings Highlighted #25443ArthurZ
ParticipantAwesome, thank you Patrick!
November 9, 2015 at 7:02 pm in reply to: Block of Text Search and Replace Functionality Missing #20472ArthurZ
ParticipantHi Yutaka,
Try yourself please to replace
major_hwy, –13
second_hwy, –14
latlonconcat, –15
source, –16
quadkey, –17
inINSERT INTO public.knownpoi(
lat, –1
lon, –2
country, –3
provstate_name, –4
city_name, –5
time_zone, –6
street_name, –7
street_num, –8
postcode, –9
speed_limit, –10
is_urban, –11
private, –12
major_hwy, –13
second_hwy, –14
latlonconcat, –15
source, –16
quadkey, –17
circle_geom
)
with
second_hwy, –13
maj_hwy, –14
latlonconcat, –15
source, –16
in many places at once.
I understood with the macro I need to edit it each time
and also getting
[Window Title]
EmEditor[Main Instruction]
This feature (recording mouse activities and keyboard input to other applications) might not work under some versions of Windows and security settings. This feature might not be supported in future versions of EmEditor.[ ] Do not show this message again [Continue] [Cancel]
- AuthorPosts