Forum Replies Created
- AuthorPosts
- October 3, 2021 at 4:48 pm in reply to: Input placement is not where intended when inserting between quotes #27842
ArthurZ
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]
ArthurZ
ParticipantHmm, how do I use the shortcut. I tried Alt-number of the file and opened a few other files I did not expect it to?
And if I expand the More menu item I get a 0 file again.ArthurZ
ParticipantJanuary 16, 2014 at 12:05 pm in reply to: Feature / Enhancement Request – Ability to show all the special characters #17873ArthurZ
ParticipantThank you for posting this link Andreas, I did not find it before posting and as I can see I am not along.
Hopefully with the so frequent releases we can get a canned feature instead soon.February 22, 2013 at 7:36 pm in reply to: A text with periods gets replaced with spaces when escape sequence option used #10853ArthurZ
Participant1) Copy-paste the text:
test.test.test.com
into a new text file.
2) Have the search-replace dialog set to use the option “Use Escape Sequence” on.
3) Attempt to replace the text with: testest1Expected result: testest1
The actual result: testest1
ArthurZ
ParticipantAhh it WAS a sticky situation!
I did replace the keyboard keys to new ones in both configs to http://i.imgur.com/OX0kcVJ.png, didn’t help.
I then reset all, and it did remove all my keyboard shortcuts I put in place, but Shift-S was still alive and working, the refresh does not help either.
But the moment of rejoice has come after I exited and restarted the editor, now the old keyboard key assignment has finally gone.
- AuthorPosts