Displaying 20 results from an estimated 100000 matches similar to: "linux editor for windows application?"
2010 Sep 17
15
Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux
Dear Alexander Morozov,
From the output of the command "ps -ef | grep wine", we can observe
that the native Windows USB driver ICDUSB2.sys for the Sony IC Recorder
gets loaded with winedevice.exe.
enming 18814 18781 0 16:15 ? 00:00:00
C:\windows\system32\winedevice.exe ICDUSB2
However, Digital Voice Editor 3 (under Wine) simply would not detect the
Sony IC Recorder. The
2009 Jan 29
3
Lightbox Editor freeze
I've try to use Lightbox Plus image editor (http://www.lightboxeditor.com/) under wine. It start's, but always freeze after few minutes.
It says:
Code:
err:ntdll:RtlpWaitForCriticalSection section 0x7e4518a0 "x11drv_main.c:X11DRV_CritSection" wait timed out in thread 0009, blocked by 0018, retrying (60 sec)
After a minute says the following message:
Code:
wine: Critical
2010 Sep 08
4
edit in external image editor
The 3d modeling program SketchUp allows to edit a texture image with an external editor. The texture is exported into the temp folder and then the image editor is executed with the image path as argument.
I want to edit textures with the native (linux) Gimp. If I add in the preferences of SketchUp "/usr/bin/gimp", it succeeds to start gimp, but the file cannot be opened due to a wrong
2004 Feb 25
8
Script editor for Windows GUI
Dear R users / devs,
There's been requests in the past for a text editor built into the Rgui
for Windows, from which code can be submitted to the R console.
Something along the lines of the script editor in S-Plus. Currently
Rgui can only display a file read-only in a pager. As far as I can tell
there's been little motivation to implement an editor, as most
developers use (the
2008 Dec 01
6
Request of the application that can runs it
Hello. My handle is Arus.
The application that does not runs in Wine and CrossOver called A, and
is not there the place that can give "Please be can runs A in Wine or
CrossOver" request?
--
--------------------------------------------------------------------
Arus
dreamrail_arus at yahoo.co.jp
--------------------------------------------------------------------
2024 Dec 10
1
Is it advisable/possible to default on Linux to an EDITOR that actually exists?
Michael,
This looks rather like a 'compile-time versus run-time' question to me. If
you look at etc/Renviron.in in the R sources you see a number of choices,
some of them with configure-time determined values (which I tend to override
with values for the Debian package).
For 'EDIT' it is
## Default editor
EDITOR=${EDITOR-${VISUAL-vi}}
giving us two env vars to override eg
2024 Dec 10
2
Is it advisable/possible to default on Linux to an EDITOR that actually exists?
It looks like R has defaulted to using 'vi' for file.edit() (via
EDITOR since ~24 years ago[1][2].
These days I think it is much more common to write code from
lightweight environments, e.g. Docker files which strip all
unnecessary commands. On such machines, it is not safe to assume 'vi'
is installed, and it's not uncommon to encounter an issue like I did
again today[3] where
2010 Dec 29
3
Windows editor suggestions - autosave
I am looking for advice on an editor to use with R (windows) that has an autosave feature. I typically write scripts using the RGui (and tried TinnR yesterday) but I am having continuing problems with BSODs (non R related) and have in the past have had issues with R crashes and would really like a system that does not require me to remember to hit the save button on my script every 10 minutes so
2009 Nov 08
1
Windows 7 editor - I can't make RWinEdt work
Good morning
I just got a new computer with Windows 7. R works fine, but the editor I am used to using "RWinEdt" does not. I did find one blog post on how to get RWinEdt to work in Windows 7, but I could not get those instructions to work either.
Is there a patch for RWinEdt?
If not, is there another good R editor that works under Windows 7?
I tried RSiteSearch with various
2005 Nov 10
2
R: bug in windows GUI/script editor (PR#8288)
Hi Duncan,
I am running R in MDI mode (with localisation not installed because I need to use RWinEdt), on an Italian version of Windows 2000 Pro.
I just logged in today and tried to reproduce the bug: the first three times all was fine, the fourth one I got the bug, and finally noticed one detail: the bug appears when I open an R script (I tried several) which causes the "part of the
2010 Aug 02
7
Linux Editor
Hi Everyone,
I recently have started using R again on a Linux box after spending several
years on a Mac. Last I checked, the best way to use R was through EMACS
using something like ESS. I remember that being serviceable but not always
the most convenient.
Is there anything comparable to the mac version of R with its built in
console, editor, etc??
thanks!
--
View this message in context:
2009 May 31
3
Naturally speaking under wine help needed
[[apologies if this is a dupe. gmane is a bit odd sometimes]]
I need some help on a handicap accessibility project. It's really great for
people like me that naturally speaking is working in wine (mostly). One
important shortcoming is getting our dictated text into linux. Today, in order
to copy text from the wine environment and place it in the Linux environment, we
need to dictate into
2008 Dec 24
7
GLBasic problem with 1.11.1
When trying to use the GLBasic editor in the latest version of WINE 1.11.1 (and with Ubuntu 8.10), I get the following error messages :
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\GLBasic\\EditorE.exe") not found
err:module:import_dll Library
2012 May 31
1
possible bug in "R Editor"
Dear all,
I clicked "File-New Script" to open a R Editor, typed some commands in
it and then saved it to a file. If the location where I tried to save
the script contained Chinese Character, R Editor complained,
Error: invalid input 'E:\Some.Chinese.Characters\new_file.R' in 'utf8towcs'
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: i386-pc-mingw32/i386
2011 Jan 28
6
R-/Text-editor for Windows?
Tinn-R (http://www.sciviews.org/Tinn-R/) is one of the topmost
suggestions when googling an R-(text-)editor for Windows. However,
to me it appears dissappointing that Tinn-R does not handle utf-8
(mac-roman, or any other) encoded R-scripts or, in general, text
files. Besides Emacs and the R built-in editor, could you
recommend a good editor for Windows, even some commmercial for a
small
2002 Jun 14
3
calling an editor on MAC and Linux
I have written an R function that writes output to an external file using
the sink function. I assume that `sink' is not operating system dependent.
At the end of the function I have additional code that opens the newly
created file using notepad on a Windows system. Obviously, this part of the
code will not work on a Mac or Linux box. Since I do not have a machine
with Linux or the Mac OS
2009 Mar 05
7
Run a mac application from within Wine
Is it possible to run a Mac application from within Wine?
2007 Oct 05
8
Linux editor for R+LaTeX, but not Emacs
Using Tinn-R (in windows) is possible to run latex and R from the same
editor, which was great. Now, I am using Ubuntu-linux, which has been
better than WinXP. Currently, I am using Emacs (and then install ESS)
for running LaTeX and R from a same editor-program (like i was doing
with Tinn-R in windows). Nevertheless, and even though i have been using
Emacs for almost 2 years, it is not as
2008 May 02
4
Legal issues for bundling Wine with my Application
Hi
I've recently written some graphic application in windows.
i've was successfull in running it under Linux using Wine.
I had to add gdiplus.dll to the windows/system32 directory.
now for my question.
Is it legal for me to create a "Bundle" Wine with my application and make it work "native like" under linux - and then sell it?
Meaning that the end user will but a
2017 Jun 16
4
Markdown editor for CentOS 7?
Hi,
I recently discovered Markdown, and I'm currently using it to write some
documentation for CentOS 7.
https://github.com/kikinovak/formation-linux
For the time being, I'm using my good old Vim editor for writing it. I
turned off syntax highlighting, since this produces random results with
Markdown.
Pages are correctly displayed on Github, but in order to see them, I
have to push