Forum Replies Created
- AuthorPosts
- shxParticipant
Yutaka wrote:
You will have to select multiple lines.I did select multiple lines and it still does not work. I know it used to work.
So I installed EMeditor on another computer and the tab worked. Then I exportedimported my settings from the one that does not work into the new one and it also stopped working.
shxParticipantYutaka wrote:
If you try to open a particular file with EmEditor — like double-clicking a file in Explorer — then, not all files will be restore but just a file you try to open.I am not doing this.
If you run EmEditor without any files in command line, then all the saved files should be restored. This is the specification now, but I might add an option in the future.
This is what I am doing and it is not restoring the workspace.
However,I know that the workspace is being saved because if I left click on the emEditor Icon on the task basr and select restore workspace it does restore.
shxParticipantHowever, in the next major version — v9, we will include all Auto Complete features into the Snippets plug-in and multiple configurations can exist in the same plug-in.
Can’t wait until version 9, looking forward to more robust snippets too. :-)
shxParticipantO.K.
Thanks
shxParticipantThey are both checked.
shxParticipantThanks, now I understand.
shxParticipantFor instance, instead of the first button being “Find Macro Keyword” I would like it to be something I use all the time. Either something native to EMeditor like commenting the selected lines or a Macro that I created for various purposes.
Thanks
shxParticipantI am referring to what appears in the Function Bar on bottom of the screen.
shxParticipantI have gotten the command line runnig of ctags.exe working based on what emeditor is sending. However, the useroption has to be at end of the line.
This worked.
“C:Program FilesEmEditorPlugInsctags.exe” -n –fields=fKs -f c:xtags.txt -L C:xfilelist.txt –langdef=neo –langmap=neo:.pub –regex-neo=/^.*([.*]).*/1/f, function/
This didn’t.
“C:Program FilesEmEditorPlugInsctags.exe” –langdef=neo –langmap=neo:.pub –regex-neo=/^.*([.*]).*/1/f, function/ -n –fields=fKs -f c:xtags.txt -L C:xfilelist.txt
The only difference is that I put the useroptions at the end of the line.
—–
Update
O.K. I solved the problem. I needed to surround the regex expression with quotes. Now it works :-D :-D :-DMarch 9, 2009 at 6:00 pm in reply to: I know emeditor uses ctags. I've added ctags support for a new language. How do I use it w/emEditor? #7041shxParticipanturlwolf,
Just wanted to thank you for your help even though I still haven’t gotten emeditor to work .shxParticipantWhere i am now up to,
I created a ctags.cnf file as show below–langdef=neo –langmap=neo:.pub –regex-neo=/^.*([.*]).*/1/f, function/
and when i run ctags.exe it generates this, which looks fine,
!_TAG_FILE_FORMAT 2 /extended format; –format=1 will not append ;” to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.7 // [#34] NeoStartup.pub /^ SetVar “[`]” “[#34]”$/;” f [#34] NeoSubroutine.pub /^.SetVar “[EmlToImport]” “[#34]c:x[HeaderSelected].eml[#34]”$/;” f [#34] NeoSubroutine.pub /^nz_ScriptControl_AddCode “oMsg.ImportFile([#34][emlToImport][#34] )”$/;” f [AttachmentID] NeoSubroutine.pub /^ nz_ScriptControl_Result “oMsg.GetContentID([V])” “[AttachmentID]”$/;” f [AttachmentType] NeoSubroutine.pub /^ If “[AttachmentType]” “=” “Video/Avi”$/;” f [AttachmentType] NeoSubroutine.pub /^ nz_ScriptControl_Result “oMsg.GetContentType([V])” “[AttachmentType]”$/;” f [AttachmentType] NeoSubroutine.pub /^. If “[AttachmentType]” “=” “Image/jpeg”$/;” f
And when I go into the projects plug-in it says it is generating symbols,
However no symbols appear.
I would appreciate some help with this.
shxParticipantAny sample of what should be in “useroption ” would be appreciated.
March 8, 2009 at 9:21 pm in reply to: I know emeditor uses ctags. I've added ctags support for a new language. How do I use it w/emEditor? #7034shxParticipantO.K
I did your suggestion and created the ctags.cnf file with the proper information
and ran ctags.exe. It generated what looks like a proper ctags file.How do you get emeditor to recognize that file in the symbol list?
March 8, 2009 at 6:55 pm in reply to: I know emeditor uses ctags. I've added ctags support for a new language. How do I use it w/emEditor? #7033shxParticipanturlwolf,
Thanks for your help. I will give it a try.
March 8, 2009 at 5:19 am in reply to: I know emeditor uses ctags. I've added ctags support for a new language. How do I use it w/emEditor? #7031shxParticipanturlwolf,
Could you post an example of how you got ctags to work?
shxParticipantYutaka wrote:
useroption can be defined by a user in the Projects plug-in (Properties for Current Solution Template > Symbols > Additional Parameters to Ctags). Both tagfile and filelist are temporary files the plug-in creates.Can you give an example of what would be in “Properties for Current Solution Template > Symbols > Additional Parameters to Ctags” to make ctags of everything surrounded by brackets, [….]
Steven
shxParticipantO.K
Steven
shxParticipantThanks for your help.
Actually the problem was that the macro was triggered by an open file event.
If I run it manually it works.
Is this the way it is suppose to work. That if it triggered by an open file event it can not open a file in the current tab which would then close the original file?
shxParticipantYutaka wrote:
We plan to create a video to show you how you can use macros in the tools.That would be great. :-D
shxParticipantYutaka wrote:
Yes, you can use a macro to accomplish these tasks. Do you need a sample?I think it would use the highlite list collection but a vbs sample would be appreciated.
Steven
shxParticipantThanks for your reply.,
I am not sure if you addressed the following question.
I am trying to figure out what the macro section of the solution configuration does. I know it allows the passing of paramters to macros.
But is there any example of how to use it. Are the macros that are defined there existing macros. Do you have to enter the entire path?
Once entered how are they accessed? “Steven
shxParticipantIs there anyone who can answer?
shxParticipantJust wanted you to know that I created an autocomplete file for the Neobook language that I use and everything works great with this plug-in.
I plan on sharing information on this editor on their forum and posting this autocomplete file.
Thanks
StevenshxParticipantYes, I see thanks,
It seems that snippets have a maximum of about 260 characters.
Is that true?
shxParticipantIn the language that I code in the variables (symbolics) are bracketed. For example
SetVar “[myVariable]” “Hello”
Keyword followed by parameters.
So the variable will be both quoted and bracketed.
As for my second question I am looking for a way to change the brackets itself to a different color. This is a generic thing. Not a specific word.
Thanks
- AuthorPosts