Forum Replies Created
- AuthorPosts
- October 3, 2021 at 4:48 pm in reply to: Input placement is not where intended when inserting between quotes #27842ArthurZParticipant
Hi 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.ArthurZParticipanthttps:// 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.
ArthurZParticipantArthurZParticipantArthurZParticipantArthurZParticipantI posted twice the URL to the image of how I configured but it does not get picked
https://imgur.com/zkx5MAPArthurZParticipantArthurZParticipantMay 25, 2021 at 8:33 pm in reply to: Please add a key binding to select text inside parenthesis #27494ArthurZParticipantArigato
ArthurZParticipantThank 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.ArthurZParticipantHi 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.ArthurZParticipantThank 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.
ArthurZParticipantThe 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.
ArthurZParticipantI 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?
ArthurZParticipantibb.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.ArthurZParticipantHi 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 #25445ArthurZParticipantOh, 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 #25444ArthurZParticipantNo 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 #25443ArthurZParticipantAwesome, thank you Patrick!
November 9, 2015 at 7:02 pm in reply to: Block of Text Search and Replace Functionality Missing #20472ArthurZParticipantHi 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]
ArthurZParticipantHmm, 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.ArthurZParticipantJanuary 16, 2014 at 12:05 pm in reply to: Feature / Enhancement Request – Ability to show all the special characters #17873ArthurZParticipantThank 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 #10853ArthurZParticipant1) 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
ArthurZParticipantAhh 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