Hello,
can you add feature from a menu file (File explorer) "Upload to FTP" and "Reload from FTP" in to tab menu (Right click on tab)?
Now is there only "Save to FTP" only.
Thanks
Suggestions for 2020
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: Suggestions for 2020
Can you add to Code Explorer function list for ASP? Yes, its old language, but I have to work with it and I think, that this feature is not complicated for add.
Thanks
Thanks
Re: Suggestions for 2020
I'll look into adding Upload to FTP and Reload from FTP to menu commands.
Regarding ASP - I will add this to suggestions list, but unless there is a renewed interest for ASP programming overall, there's a lot of things that we need to add before that.
Regarding ASP - I will add this to suggestions list, but unless there is a renewed interest for ASP programming overall, there's a lot of things that we need to add before that.
Blumentals Software Programmer
Re: Suggestions for 2020
Some programming editors allow to add support for languages by yourself with defining specific files, in which are definitions. It is possible in WebBuilder too?
Aivars wrote:I'll look into adding Upload to FTP and Reload from FTP to menu commands.
Regarding ASP - I will add this to suggestions list, but unless there is a renewed interest for ASP programming overall, there's a lot of things that we need to add before that.
Re: Suggestions for 2020
Definition files exist for syntax highlighting and stuff like that, but not for Code Explorer, because it's more about algorithmic logic than definitions. Remember that you need to be able to parse half-finished and broken code that's being edited and modified.
I can imagine a Code Explorer plugin though. If you're up for creating something like that, I could open some Code Explorer APIs for plugins. But I really can't see writing such plugin as an easy task.
I can imagine a Code Explorer plugin though. If you're up for creating something like that, I could open some Code Explorer APIs for plugins. But I really can't see writing such plugin as an easy task.
Blumentals Software Programmer
Re: Suggestions for 2020
Unless you're only talking about parsing ASPX template as HTML/XML, ignoring all the ASP code?
Blumentals Software Programmer