Forum Replies Created

Viewing 25 posts - 26 through 50 (of 51 total)
  • Author
    Posts
  • in reply to: Something happened with tab #7082
    shx
    Participant

    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.

    in reply to: Restore Workspace #7078
    shx
    Participant

    Yutaka 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.

    in reply to: Autocomplete #7076
    shx
    Participant

    However, 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. :-)

    in reply to: Word Complete #7075
    shx
    Participant

    O.K.

    Thanks

    in reply to: Restore Workspace #7074
    shx
    Participant

    They are both checked.

    in reply to: Funtion Toolbar #7067
    shx
    Participant

    Thanks, now I understand.

    in reply to: Funtion Toolbar #7065
    shx
    Participant

    For 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

    in reply to: Funtion Toolbar #7063
    shx
    Participant

    I am referring to what appears in the Function Bar on bottom of the screen.

    in reply to: Ctags #7053
    shx
    Participant

    I 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 :-D

    shx
    Participant

    urlwolf,
    Just wanted to thank you for your help even though I still haven’t gotten emeditor to work .

    in reply to: Ctags #7039
    shx
    Participant

    Where 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.

    in reply to: Ctags #7035
    shx
    Participant

    Any sample of what should be in “useroption ” would be appreciated.

    shx
    Participant

    O.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?

    shx
    Participant

    urlwolf,

    Thanks for your help. I will give it a try.

    shx
    Participant

    urlwolf,

    Could you post an example of how you got ctags to work?

    in reply to: Ctags #7024
    shx
    Participant

    Yutaka 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

    in reply to: Help needed with macro – editor.openfile #7013
    shx
    Participant

    O.K

    Steven

    in reply to: Help needed with macro – editor.openfile #7011
    shx
    Participant

    Thanks 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?

    in reply to: Some new questions #6999
    shx
    Participant

    Yutaka wrote:
    We plan to create a video to show you how you can use macros in the tools.

    That would be great. :-D

    in reply to: Features that I am looking for #6975
    shx
    Participant

    Yutaka 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

    in reply to: Some new questions #6969
    shx
    Participant

    Thanks 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

    in reply to: Features that I am looking for #6963
    shx
    Participant

    Is there anyone who can answer?

    in reply to: Auto complete #6946
    shx
    Participant

    Just 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
    Steven

    in reply to: Snippets #6943
    shx
    Participant

    Yes, I see thanks,

    It seems that snippets have a maximum of about 260 characters.

    Is that true?

    in reply to: word complete with brackets #6932
    shx
    Participant

    In 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

Viewing 25 posts - 26 through 50 (of 51 total)