Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to edit GoogleDocs documents in UltraEdit or Notepad++.
Reason being a few features missing from the current GoogleDocs editor.
Can this be done ?
My use-case:
I log my work in a logfile.txt
UltraEdit and other native editors are lightning fast and have column editing, excellent search result display, macros and other power user features, not available in GDocs yet.
I would like to keep working in UltraEdit until those features are available, but at the same time have the document synced in the background to GDocs.
So, Nocs doesn't cut if for me yet (until it has the same featureset and speed of ex. UltraEdit),
however the sync stuff you have implemented is interesting, if you could somehow add this as a plugin to UltraEdit and other editors. At least some of them have a plugin architecture.
Another "feature" of GDocs that has currently stopped me from using this approach, is the 512kB document size limit.
I don't think you can do it "in place" as it were.
You can export the doc from gdocs, edit, and reimport. in the menu at the top of the Google Doc: File -> Download File As -> Text, edit away in your favourite editor, then File -> Upload New Version (you can do this for spreahsheets anyway, not sure if this is available for every format, you might need to create a new doc and delete the old one)
You have to export it as a rich text document, then edit it in notepad++, then import it back to google docs.
Don't expect this question to live long as it's unrelated to programming.
A bit of a shameless plug here, but if you want simple, Notepad-like functionality that integrates with Google Docs, you can check my project called Nocs.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I'm using android studio for developing flutter apps. I use multiple files but find it hard to locate them in the project folder every time I have to open them (again).
Is there a way to open files in android studio with a shortcut?
original post for reference:
i'm using android studio for develop flutter app
i usually , open pubspect.yaml file when I add packages.
i added yaml file at favorite folder ,
but it little bit annoying to click it to open it.
so , is there a way to solve this little problem?
i tried macro but didn't work.
====
If you see this message, then your question was automatically blocked by the server. All new questions are subjected to a "minimum quality" filter that checks for some basic indicators of a good, complete question. Check to make sure that your question has the following:
A clear title.
A reasonable explanation of what your question is. Add as much detail as you can.
Any background research you've tried but wasn't enough to solve your problem.
Correct use of English spelling and grammar to the best of your ability.
The shortcut I use to navigate is: Shift+Shift.
As shown in android studio key_maps. You can use Shift+Ctrl+N will be used to navigate through files.
If it is easy for you then, Go to Settings -> KeyMap. And, you can edit your own key shortcuts. Specifically, to your question:
You can search navigate, you will be able to see File and its corresponding shortcut key, there you can edit another shortcut key too.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Google has dropped the instant search feature lately (in the news: the verge).
So, without the instant search how to navigate through the results of a normal google search only with the keyboard?
Note, that with the instant search this question is already answered on this Stackoverflow site.
I created a very simple open source extension to fix this and make keyboard shortcuts configurable.
You can install it from the Chrome Webstore:
Google Search Navigator.
Hope you find it useful, but in any case- feedback is welcome!
You may find Chrome extension RESULTER good for this. It's basically a Google Search productivity extension.
Apart from bringing back the Tab and Arrows navigation keyboard shortcuts on Google Search results page, it introduces a special panel with search results. You can use Alt+A shortcut to open search results list and navigate from there, without going back to the Google Search page. It makes search flow more natural.
You can also focus on the search box with Alt+S keyboard shortcut.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I need to translate only a small part on my website using google translate or bing.
It's in German and for german people, but a small part of text on specific pages are in other languages. And i need an option where German people can translate this to german by pressing a button or so.
I can only find solutions on translation the entire site.
Example:
This is in german and must be kept that way
This is in english or another language and should be translated if button clicked.
Bsically i dunno how to tell google / bing, that only some of it should be translated.
I would recommend for specific phrase detection to either use an open source product like Jquery Globalize Library.
https://github.com/jquery/globalize
If you want a fully serviced/hosted solution that removes any need to hard code these translations check out
https://localizejs.com/
We help make developers set and forget the pains of localization by automating as much of the process for you.
This plugin will allow you to translate individual sections of your site or the entire page. You have to provide the translation for each phrase into each target language but you can do that by translating them in Google or Bing as you suggested and then use the plugin to allow your visitors to translate the text on demand:
https://github.com/coolbloke1324/jquery-lang-js
That plugin has language persistence across pages, allows both phrase and regex-based matching, can handle any number of language options and allows you to trigger the change from a click event as you described.
You can see it being used live on https://www.orbzu.com (look top-left of the page for the flag icon and then select a new language to see the text on the page change automatically).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'm looking for a plugin for inkscape (or any vector based editor for that matter) to see a window with the code next to the window with the graphical objects for SVGs. Both windows would be dynamic, meaning that if you change something in the graphical view it automatically updates the code, and changing the code would automatically update the graphical object. Also it would be nice if selecting an object would highlight the relevant code.
I have had a look here but didn't see anything like this: http://wiki.inkscape.org/wiki/index.php/Extension_repository
Does anything like this exist or would anyone else be interested in something like this?
What is wrong with the XML editor found in inkscape's Edit menu?
you can just use a text editor like Notepad++ to open the svg file. svg is just a set of instructions on how to draw vector lines, and the file is text-based.
You would save the svg file edited in notepad++, and then refresh/re-open the image in Inkscape to see the changes. I haven't used Inkscape since writing the original answer, but this should work if a plugin is unavailable.
As Inkscape still doesn't support this, and assuming you are hand editing 'svg' files for inclusion on a website you might be better off using a service like CodePen.
While it does require internet connectivity it also fulfill's your requirement of seeing the files as they are updated. A tutorial on editing SVG by hand can be found here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
While I am editing a file in Vim, I need to see other available files to edit within the same project. Are there any project management features for Vim (GVim actually, if it makes any difference), either natively or in plugin form?
I'm not looking for anything extravagant, just something which will keep my files under one project name, and some sort of buffer which will display what files go under what project. You know what I mean, you see it in every IDE.
NERDTree with bookmarks does the job for me. It's popular and has been updated recently, whereas Project hasn't been updated in a few years.
Commands
:Bookmark proj1 " to bookmark a directory
:NERDTree proj1 " opens NERDTree with bookmarked directory set as tree root
Even has handy filesystem commands for creating/deleting files/directories etc
I have used the Project plugin for quite sometime. I've been fairly happy with it. I did make one modification to mine, so that I can generate tags over a whole project. It's fairly easy to add a new project to the Project window with the "\C" command inside the window. It will prompt you for certain parameters such as path, target directory, project name, and file types to include, then it will recurse the path to find all your files and then display them in the window. Be sure to save it!
The downside of Project plugin is that it only keeps track of files and does not track certain environment variables related per project. Not a big deal if you only have one project. The Project plugin can keep track of multiple projects in it's window by adding more, but you can't really "switch" between project environments seamlessly.
That is why I find SessionMan indispensable for project session management. Comes in handy when jumping back and forth between different code projects. I basically give each session a name similar to my project name. With each session, I map the project plugin command (:Project YourProject)) to a key where I can retrieve the project in each session. Also, it helps to keep your paths saved on a per session basis. This facilitates tag lookup for omnicomplete and tag navigation as well as the "gf" key combo for opening header files.
Those two plugins work great together.
There is a newer plugin called MyProjects, but the last I tried it had some window and buffer issues that I'm not used to. It also didn't work well with my session management plugin. It's still in early development.
EDIT: I also just found exVIM online. It looks interesting and might be up your alley. I may have to try it out myself. Note that there are multiple install options.
The exVim may fulfill your demand. It have a project window can browse a specific directory, also some useful plugin to ease the develop.
Here is the link:
http://code.google.com/p/exvim/
Found an interesting link here. It's primarily Python-focused, but I think it'll get you started.