Ask Different (Apple)
Q&A for power users of Apple hardware and software
Latest Questions
0
votes
0
answers
26
views
Is it possible ot start an application in a split view while in full screen?
I had this dream. I was running my IDE (i.e. Visual Studio Code) in full screen, I pressed F5 to build and run my application (i.e. a video game), and the newly created application window opened to the right of the IDE into its own native macOS split view. Anyone would know if this is achievable? Fo...
I had this dream. I was running my IDE (i.e. Visual Studio Code) in full screen, I pressed F5 to build and run my application (i.e. a video game), and the newly created application window opened to the right of the IDE into its own native macOS split view. Anyone would know if this is achievable?
For reference, the current default behavior is to open the built application window (regardless of the said IDE) in the main desktop space, therefore switching you out of your IDE full screen space.
Douglas Lassance
(101 rep)
Mar 15, 2025, 05:13 AM
• Last activity: Mar 16, 2025, 05:01 PM
11
votes
2
answers
4284
views
XCode : How to use cmd + x to either cut the current line (if no text is selected) or cut the selected text
Pressing `cmd + x` without selecting text in other IDEs, cuts the complete line. Same goes for `cmd + c` which copies, instead of cutting. Otherwise, if some text is selected, only that region is cut. How do I do this in XCode? I added the following in the `IDETextKeyBindingSet.plist` to add cutting...
Pressing
cmd + x
without selecting text in other IDEs, cuts the complete line. Same goes for cmd + c
which copies, instead of cutting. Otherwise, if some text is selected, only that region is cut.
How do I do this in XCode?
I added the following in the IDETextKeyBindingSet.plist
to add cutting line and copying line functionality :
My Custom Commands
Cut Current Line
selectLine:, cut:
Copy Current Line
selectLine:, copy:
But obviously binding these to cmd + x
(or c) doesn't allow cutting/copying selected region. I understand I can set it to some other keybinding. But, as a force of habit, cmd + x
(or c) suits better.
Is there any way to do this? Maybe an extension?
[PS I asked the same question on StackOverflow, but realised, this is more apt place]
Saurabh Shrivastava
(211 rep)
Sep 26, 2018, 08:16 AM
• Last activity: Oct 28, 2024, 12:09 PM
0
votes
0
answers
43
views
Strange Issue of PyCharm
My M1 MacBook Pro (2020) with 16 GB RAM has the latest version of PyCharm Professional installed on macOS Monterey. I don't know when exactly this has started happening but here is the issue I am currently having with PyCharm: When I try to write something to disk, e.g. write a list to a txt file, I...
My M1 MacBook Pro (2020) with 16 GB RAM has the latest version of PyCharm Professional installed on macOS Monterey.
I don't know when exactly this has started happening but here is the issue I am currently having with PyCharm:
When I try to write something to disk, e.g. write a list to a txt file, I need to wait for a few minutes for the newly created file to appear in the file browser on the left. Even if I click reload from the disk, it's still slow. How can I resolve this problem?
Allonsy Jia
(101 rep)
Oct 28, 2022, 03:33 AM
• Last activity: Oct 29, 2022, 12:23 AM
1
votes
0
answers
592
views
Where is the "Vary for traits" button in Xcode 13?
The new canvas bottom bar is more compact and the device selector now shows as a pop-over, but the "Vary for traits" button isn't there anymore. I tried every menu of the canvas, with and without the option key, to no avail. Also the Xcode Help is really old and does not give any clue about it. Wher...
The new canvas bottom bar is more compact and the device selector now shows as a pop-over, but the "Vary for traits" button isn't there anymore.
I tried every menu of the canvas, with and without the option key, to no avail.
Also the Xcode Help is really old and does not give any clue about it.
Where can I find it?
Raahs
(53 rep)
Sep 22, 2021, 07:59 AM
0
votes
0
answers
160
views
Apache Netbeans 10 binaries not working
I have recently downloaded the Apache Netbeans 10 binaries from the [Apache Netbeans (Incubating) site][1]. I extracted the zip file to /Application/netbeans/. But when I try to run `/Application/netbeans/bin/netbeans` I get the an error in the terminal: `Unknown option: n` follow by the help messag...
I have recently downloaded the Apache Netbeans 10 binaries from the Apache Netbeans (Incubating) site . I extracted the zip file to /Application/netbeans/. But when I try to run
/Application/netbeans/bin/netbeans
I get the an error in the terminal: Unknown option: n
follow by the help message. What I'm missing here? I'm running java version "11.0.2"
. Please for your help.
Kamga Simo Junior
(101 rep)
Feb 25, 2019, 03:06 PM
3
votes
0
answers
538
views
WebStorm IDE: How do I put the caret/cursor at the end of every line in a selection?
In Sublime Text, there's a feature that you can select a block of text and hit Command + Shift + L and it places a cursor at the end of each of those lines. [![SublimeText Demo][1]][1] I am looking for something similar in [WebStorm](https://www.jetbrains.com/webstorm/). Sometimes it's just not feas...
In Sublime Text, there's a feature that you can select a block of text and hit Command + Shift + L and it places a cursor at the end of each of those lines.
I am looking for something similar in [WebStorm](https://www.jetbrains.com/webstorm/) . Sometimes it's just not feasible to go adding carets to every single line in a long file.

jlouzado
(131 rep)
Nov 6, 2018, 01:59 PM
• Last activity: Nov 7, 2018, 03:35 PM
2
votes
0
answers
588
views
MacOS 10.13: Visual Studio Won't Start
I've just downloaded and installed VS but it won't start. I don't get any errors at all, that app simply does nothing when launched (although it does load for a while). I didn't need Xcode so I didn't install it. I am a total mac noob and have no idea how to troubleshoot this :( Does anyone have any...
I've just downloaded and installed VS but it won't start. I don't get any errors at all, that app simply does nothing when launched (although it does load for a while). I didn't need Xcode so I didn't install it.
I am a total mac noob and have no idea how to troubleshoot this :(
Does anyone have any recommendations?
Thanks
Glass Wizzard
(121 rep)
Apr 21, 2018, 08:08 PM
• Last activity: Oct 27, 2018, 11:05 PM
4
votes
1
answers
3563
views
Is it normal to have the home directory under git?
I've just found out that my home directory is under the supervision of Git, i.e. there's a `.git` folder in my home directory. My questions are: 1. Is it normal that my home directory is under Git? 2. If it is _not_ normal: 1. what's your advisable way of removing it from the supervision of Git? Sho...
I've just found out that my home directory is under the supervision of Git, i.e. there's a
.git
folder in my home directory.
My questions are:
1. Is it normal that my home directory is under Git?
2. If it is _not_ normal:
1. what's your advisable way of removing it from the supervision of Git? Should I just remove the .git
folder?
2. What could have caused it to become a git repository?
4. Is it a good idea to have it under Git?
It was basically Intellij who made me notice this, because it tells me:
> 18:10 Unregistered VCS root detected
The directory /Users/cell is under Git, but is not registered in the > Settings.
where clearly /Users/cell
is my home directory.
It also tells me "Unregistered VCS root" and is doing some work in the background...
I've just Intellij because I wanted to start learning Scala, so the only thing I installed before creating a new project was to install the Scala plugin.
user90775
Sep 14, 2016, 04:20 PM
• Last activity: Sep 26, 2018, 11:00 AM
1
votes
1
answers
124
views
How to use the cmd+w shortcut without closing a Fluid app?
I am using Coder.com, an online IDE, as a Fluid app. I want cmd+w and cmd-t to close and open new tabs inside the IDE, not the Fluid app. Is there any way I can overwrite these shortcuts?
I am using Coder.com, an online IDE, as a Fluid app.
I want cmd+w and cmd-t to close and open new tabs inside the IDE, not the Fluid app. Is there any way I can overwrite these shortcuts?
Flavio Wuensche
(121 rep)
Sep 25, 2018, 02:37 PM
• Last activity: Sep 25, 2018, 03:49 PM
0
votes
1
answers
291
views
IntelliJ IDEA - how to enable keyboard shortcuts
I have IntelliJ IDEA and a MacBook Pro with an Italian keyboard. I want only be able to use keyboard shortcuts. I see for example that I should be able to comment a block of lines with: alt + cmd + / But when I try nothing happens. Absolutely nothing. I think the Italian keyboard should be the key o...
I have IntelliJ IDEA and a MacBook Pro with an Italian keyboard.
I want only be able to use keyboard shortcuts.
I see for example that I should be able to comment a block of lines with:
alt + cmd + /
But when I try nothing happens. Absolutely nothing.
I think the Italian keyboard should be the key of the problem.
Any idea?
freedev
(349 rep)
Sep 7, 2018, 10:17 AM
• Last activity: Sep 7, 2018, 11:46 AM
-1
votes
1
answers
708
views
How do I get a standalone (no install necessary) JDK 8 for Java coding on Mac?
I am using a public computer and I want to do some Java coding on it*. I was able to download IntelliJ and I was able to copy it to my desktop and run it (see [here][1]), but I was not able to install the JDK due to lack of administrator privileges (see [here][2]). How do I get a standalone (no inst...
I am using a public computer and I want to do some Java coding on it*. I was able to download IntelliJ and I was able to copy it to my desktop and run it (see
), but I was not able to install the JDK due to lack of administrator privileges (see
).
How do I get a standalone (no install necessary) JDK 8 to use with IntelliJ on Mac?
*Note: The exact reason is I do not have a working computer and I have a coding interview (with Triplebyte, see here ) that involves finding and fixing bugs in a Maven Project.


Sacha T Red
(99 rep)
Aug 6, 2018, 01:06 AM
• Last activity: Aug 6, 2018, 05:43 AM
5
votes
0
answers
487
views
How to make Xcode always remember your session or sign in automatically on start?
Every time I close Xcode and then start it, I have to enter my AppleID and password. I have to go `Preferences > Accounts` and provide my password every time. This is very annoying. How to force it to remember my session or sign in automatically. System: OS: macOS High Sierra 10.13.4 CPU: x64 Intel(...
Every time I close Xcode and then start it, I have to enter my AppleID and password. I have to go
Preferences > Accounts
and provide my password every time. This is very annoying.
How to force it to remember my session or sign in automatically.
System:
OS: macOS High Sierra 10.13.4
CPU: x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
Memory: 2.39 GB / 16.00 GB
Shell: 3.2.57 - /bin/bash
IDEs:
Android Studio: 3.1 AI-173.4819257
Emacs: 22.1.1 - /usr/bin/emacs
Nano: 2.0.6 - /usr/bin/nano
Sublime Text: Build 3176
Vim: 8.0 - /usr/bin/vim
VSCode: 1.25.0 - /usr/local/bin/code
Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild
Green
(431 rep)
Jul 12, 2018, 07:20 AM
0
votes
1
answers
142
views
What is Visual Studio Code? Is it an efficient tool for Swift Development?
Scrolling to the #Linkedin feeds I have come across the term #VSCode. Please, anybody, explain the pure purpose of the tool or it's really trending in development > Visual Studio Code combines the simplicity of a source code editor with powerful developer tooling, like IntelliSense code completion a...
Scrolling to the #Linkedin feeds I have come across the term #VSCode. Please, anybody, explain the pure purpose of the tool or it's really trending in development
> Visual Studio Code combines the simplicity of a source code editor with powerful developer tooling, like IntelliSense code completion and debugging.
I have a doubt it's a **code once and export to multiple platforms** like a tool.
iamVishal16
(113 rep)
May 14, 2018, 08:41 AM
• Last activity: May 14, 2018, 10:39 AM
19
votes
14
answers
60349
views
Using an iPad for doing web development and programming
The iPad is my preferred computing device when I'm on the go, be it commuting or traveling. Sometimes I've got a Bluetooth keyboard with me, and sometimes I don't. So this may be crazy, but I would like to use my iPad for full-fledged web development and programming, and want I to know what my optio...
The iPad is my preferred computing device when I'm on the go, be it commuting or traveling. Sometimes I've got a Bluetooth keyboard with me, and sometimes I don't. So this may be crazy, but I would like to use my iPad for full-fledged web development and programming, and want I to know what my options are.
[Cloud9](https://c9.io/) seems to be nearly perfect for this in concept except for a fatal flaw: the web interface does not fully work with iPad browsers Safari or Chrome. You cannot, for example, double click to open files.
What other options do I have? Ideally I would like to have command line access to my editor of choice (Vim), and be able to use web debugging tools like the developer tools in Chrome.
user1027169
(291 rep)
May 30, 2013, 04:08 PM
• Last activity: Apr 28, 2018, 04:42 PM
2
votes
0
answers
257
views
Clang fetches unwanted headers while using auto-completion from various IDE's
This problem can be seen when we deal with auto-completion feature of given IDE. I noticed this behaviour in text editors like: Xcode, Vim, VScode, Atom. Auto-completion plugins utilizes clang to retrive symbols from included headers. But the problem is it suggests me C functions from headers I neve...
This problem can be seen when we deal with auto-completion feature of given IDE. I noticed this behaviour in text editors like: Xcode, Vim, VScode, Atom.
Auto-completion plugins utilizes clang to retrive symbols from included headers. But the problem is it suggests me C functions from headers I never included.

As you can see I did not even include single header. But when I include for example **iostream** it still gives me bunch of C functions from libs like _time.h_

I don't know why clang provides lots of other functions from C libs when it's not ask to.
I installed Xcode command line tools only.
OS: High Sierra 10.13.4 (17E199)
user$ clang --version
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang -cc1 version 9.1.0 (clang-902.0.39.1) default target x86_64-apple-darwin17.5.0
ignoring nonexistent directory "/usr/local/include"
#include "..." search starts here:
#include search starts here:
/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include
/Library/Developer/CommandLineTools/usr/include
/usr/include
/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)
End of search list.
If we look at dependencies of main.cpp we can see this:
user$:Workspace artur$ clang main.cpp -M
main.o: main.cpp \
/Library/Developer/CommandLineTools/usr/include/c++/v1/iostream \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__config \
/Library/Developer/CommandLineTools/usr/include/c++/v1/ios \
/Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd \
/Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h \
/usr/include/wchar.h /usr/include/_types.h /usr/include/sys/_types.h \
/usr/include/sys/cdefs.h /usr/include/sys/_symbol_aliasing.h \
/usr/include/sys/_posix_availability.h /usr/include/machine/_types.h \
/usr/include/i386/_types.h /usr/include/sys/_pthread/_pthread_types.h \
/usr/include/Availability.h /usr/include/AvailabilityInternal.h \
/usr/include/sys/_types/_null.h /usr/include/sys/_types/_size_t.h \
/usr/include/sys/_types/_mbstate_t.h /usr/include/machine/types.h \
/usr/include/i386/types.h /usr/include/sys/_types/_int8_t.h \
/usr/include/sys/_types/_int16_t.h /usr/include/sys/_types/_int32_t.h \
/usr/include/sys/_types/_int64_t.h /usr/include/sys/_types/_u_int8_t.h \
/usr/include/sys/_types/_u_int16_t.h \
/usr/include/sys/_types/_u_int32_t.h \
/usr/include/sys/_types/_u_int64_t.h \
/usr/include/sys/_types/_intptr_t.h \
/usr/include/sys/_types/_uintptr_t.h \
/usr/include/sys/_types/_ct_rune_t.h /usr/include/sys/_types/_rune_t.h \
/usr/include/sys/_types/_wchar_t.h \
/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stdarg.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/stdio.h \
/usr/include/stdio.h /usr/include/_stdio.h \
/usr/include/sys/_types/_va_list.h /usr/include/sys/stdio.h \
/usr/include/sys/_types/_off_t.h /usr/include/sys/_types/_ssize_t.h \
/usr/include/time.h /usr/include/sys/_types/_clock_t.h \
/usr/include/sys/_types/_time_t.h /usr/include/sys/_types/_timespec.h \
/usr/include/_wctype.h /usr/include/__wctype.h \
/usr/include/sys/_types/_wint_t.h /usr/include/_types/_wctype_t.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/ctype.h \
/usr/include/ctype.h /usr/include/_ctype.h /usr/include/runetype.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__locale \
/Library/Developer/CommandLineTools/usr/include/c++/v1/string \
/Library/Developer/CommandLineTools/usr/include/c++/v1/string_view \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__string \
/Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm \
/Library/Developer/CommandLineTools/usr/include/c++/v1/initializer_list \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cstddef \
/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__nullptr \
/Library/Developer/CommandLineTools/usr/include/c++/v1/type_traits \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cstring \
/Library/Developer/CommandLineTools/usr/include/c++/v1/string.h \
/usr/include/string.h /usr/include/sys/_types/_rsize_t.h \
/usr/include/sys/_types/_errno_t.h /usr/include/strings.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/utility \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint \
/Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h \
/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stdint.h \
/usr/include/stdint.h /usr/include/_types/_uint8_t.h \
/usr/include/_types/_uint16_t.h /usr/include/_types/_uint32_t.h \
/usr/include/_types/_uint64_t.h /usr/include/_types/_intmax_t.h \
/usr/include/_types/_uintmax_t.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__debug \
/Library/Developer/CommandLineTools/usr/include/c++/v1/memory \
/Library/Developer/CommandLineTools/usr/include/c++/v1/typeinfo \
/Library/Developer/CommandLineTools/usr/include/c++/v1/exception \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib \
/Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h \
/usr/include/stdlib.h /usr/include/sys/wait.h \
/usr/include/sys/_types/_pid_t.h /usr/include/sys/_types/_id_t.h \
/usr/include/sys/signal.h /usr/include/sys/appleapiopts.h \
/usr/include/machine/signal.h /usr/include/i386/signal.h \
/usr/include/machine/_mcontext.h /usr/include/i386/_mcontext.h \
/usr/include/mach/machine/_structs.h /usr/include/mach/i386/_structs.h \
/usr/include/sys/_pthread/_pthread_attr_t.h \
/usr/include/sys/_types/_sigaltstack.h \
/usr/include/sys/_types/_ucontext.h \
/usr/include/sys/_types/_sigset_t.h /usr/include/sys/_types/_uid_t.h \
/usr/include/sys/resource.h /usr/include/sys/_types/_timeval.h \
/usr/include/machine/endian.h /usr/include/i386/endian.h \
/usr/include/sys/_endian.h /usr/include/libkern/_OSByteOrder.h \
/usr/include/libkern/i386/_OSByteOrder.h /usr/include/alloca.h \
/usr/include/sys/_types/_dev_t.h /usr/include/sys/_types/_mode_t.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/new \
/Library/Developer/CommandLineTools/usr/include/c++/v1/limits \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__undef_macros \
/Library/Developer/CommandLineTools/usr/include/c++/v1/iterator \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__functional_base \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__functional_base_03 \
/Library/Developer/CommandLineTools/usr/include/c++/v1/tuple \
/Library/Developer/CommandLineTools/usr/include/c++/v1/stdexcept \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cassert \
/usr/include/assert.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/atomic \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cstdio \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cwchar \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cwctype \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cctype \
/Library/Developer/CommandLineTools/usr/include/c++/v1/wctype.h \
/usr/include/wctype.h /usr/include/_types/_wctrans_t.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/mutex \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__mutex_base \
/Library/Developer/CommandLineTools/usr/include/c++/v1/chrono \
/Library/Developer/CommandLineTools/usr/include/c++/v1/ctime \
/Library/Developer/CommandLineTools/usr/include/c++/v1/ratio \
/Library/Developer/CommandLineTools/usr/include/c++/v1/climits \
/Library/Developer/CommandLineTools/usr/include/c++/v1/limits.h \
/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/limits.h \
/usr/include/limits.h /usr/include/machine/limits.h \
/usr/include/i386/limits.h /usr/include/i386/_limits.h \
/usr/include/sys/syslimits.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/system_error \
/Library/Developer/CommandLineTools/usr/include/c++/v1/cerrno \
/Library/Developer/CommandLineTools/usr/include/c++/v1/errno.h \
/usr/include/errno.h /usr/include/sys/errno.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__threading_support \
/usr/include/pthread.h /usr/include/pthread/pthread_impl.h \
/usr/include/pthread/sched.h \
/usr/include/sys/_pthread/_pthread_cond_t.h \
/usr/include/sys/_pthread/_pthread_condattr_t.h \
/usr/include/sys/_pthread/_pthread_key_t.h \
/usr/include/sys/_pthread/_pthread_mutex_t.h \
/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
/usr/include/sys/_pthread/_pthread_once_t.h \
/usr/include/sys/_pthread/_pthread_rwlock_t.h \
/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
/usr/include/sys/_pthread/_pthread_t.h /usr/include/pthread/qos.h \
/usr/include/sys/qos.h /usr/include/sys/_types/_mach_port_t.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/functional \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__functional_03 \
/Library/Developer/CommandLineTools/usr/include/c++/v1/locale.h \
/usr/include/locale.h /usr/include/_locale.h /usr/include/xlocale.h \
/usr/include/_xlocale.h /usr/include/xlocale/_ctype.h \
/usr/include/xlocale/__wctype.h /usr/include/xlocale/_stdio.h \
/usr/include/xlocale/_stdlib.h /usr/include/xlocale/_string.h \
/usr/include/xlocale/_time.h /usr/include/xlocale/_wchar.h \
/usr/include/xlocale/_wctype.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/streambuf \
/Library/Developer/CommandLineTools/usr/include/c++/v1/istream \
/Library/Developer/CommandLineTools/usr/include/c++/v1/ostream \
/Library/Developer/CommandLineTools/usr/include/c++/v1/locale \
/usr/include/nl_types.h /usr/include/sys/types.h \
/usr/include/sys/_types/_u_char.h /usr/include/sys/_types/_u_short.h \
/usr/include/sys/_types/_u_int.h /usr/include/sys/_types/_caddr_t.h \
/usr/include/sys/_types/_blkcnt_t.h \
/usr/include/sys/_types/_blksize_t.h /usr/include/sys/_types/_gid_t.h \
/usr/include/sys/_types/_in_addr_t.h \
/usr/include/sys/_types/_in_port_t.h /usr/include/sys/_types/_ino_t.h \
/usr/include/sys/_types/_ino64_t.h /usr/include/sys/_types/_key_t.h \
/usr/include/sys/_types/_nlink_t.h \
/usr/include/sys/_types/_useconds_t.h \
/usr/include/sys/_types/_suseconds_t.h \
/usr/include/sys/_types/_fd_def.h \
/usr/include/sys/_types/_fd_setsize.h \
/usr/include/sys/_types/_fd_set.h /usr/include/sys/_types/_fd_clr.h \
/usr/include/sys/_types/_fd_zero.h /usr/include/sys/_types/_fd_isset.h \
/usr/include/sys/_types/_fd_copy.h \
/usr/include/sys/_types/_fsblkcnt_t.h \
/usr/include/sys/_types/_fsfilcnt_t.h /usr/include/_types/_nl_item.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__bsd_locale_defaults.h \
/Library/Developer/CommandLineTools/usr/include/c++/v1/bitset \
/Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference
Miszo97
(121 rep)
Apr 8, 2018, 04:31 PM
• Last activity: Apr 9, 2018, 12:27 AM
5
votes
2
answers
622
views
Indenting html + javascript/css
Have you encountered an OS X text editor capable of indenting **both** the line var x = 2; and the lines Item A Item B in the following html? Test function foo_bar() { var x = 2; } Header Item A Item B I have tried all emacs packages purporting to do this simple task properly (through a major and a...
Have you encountered an OS X text editor capable of indenting **both** the line
var x = 2;
and the lines
Item A
Item B
in the following html?
Test
function foo_bar() {
var x = 2;
}
Header
-
Item A
Item B
Calaf
(4429 rep)
Jul 5, 2012, 02:20 PM
• Last activity: Oct 29, 2017, 05:10 PM
2
votes
0
answers
1995
views
Did my OSX 10.8.2 computer crash or go to sleep due to inactivity?
I left a Java program `AppMain` running on my Retina MBP overnight and in the morning it looked like the program died at around 12:46 am before completing. Since the program works fine when I am actively using the machine, I am wondering whether OS X decided to go to sleep despite 'never-sleep-when-...
I left a Java program
AppMain
running on my Retina MBP overnight and in the morning it looked like the program died at around 12:46 am before completing. Since the program works fine when I am actively using the machine, I am wondering whether OS X decided to go to sleep despite 'never-sleep-when-plugged-in' energy saving pref.
By looking at system.log
excerpt below, could someone please help me figure out whether:
- AppMain (and/or IDEA) shutdown on its own or
- was forced to shutdown by the OS
- if latter, did the machine go to sleep or reboot? why?
> /private/var/log/system.log:
Feb 26 00:35:45 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:35:45 NikitaMac sandboxd (): mdworker(11751) deny mach-lookup com.apple.ls.boxd
Feb 26 00:35:45 NikitaMac kernel: Sandbox: sandboxd(11752) deny mach-lookup com.apple.coresymbolicationd
Feb 26 00:39:46 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:39:46 NikitaMac kernel: Sandbox: sandboxd(11756) deny mach-lookup com.apple.coresymbolicationd
Feb 26 00:39:46 NikitaMac sandboxd (): mdworker(11754) deny mach-lookup com.apple.ls.boxd
Feb 26 00:40:31 NikitaMac netbiosd: name servers down?
Feb 26 00:41:47 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:41:47 NikitaMac sandboxd (): mdworker(11759) deny mach-lookup com.apple.ls.boxd
Feb 26 00:41:47 NikitaMac kernel: Sandbox: sandboxd(11760) deny mach-lookup com.apple.coresymbolicationd
Feb 26 00:44:24 NikitaMac kernel: CODE SIGNING: cs_invalid_page(0x1000): p=11763[GoogleSoftwareUp] clearing CS_VALID
Feb 26 00:45:48 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:45:48 NikitaMac sandboxd (): mdworker(11766) deny mach-lookup com.apple.ls.boxd
Feb 26 00:45:48 NikitaMac kernel: Sandbox: sandboxd(11767) deny mach-lookup com.apple.coresymbolicationd
Feb 26 00:46:48 NikitaMac coreservicesd: Application App:"AppMain" [ 0x0/0xc06c06] @ 0x0x7fcda2ebb1a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0xc3cc3c:, ASN:0x0-0x1001:) ), so denying.
Feb 26 00:46:48 NikitaMac WindowServer: [cps/setfront] Failed setting the front application to AppMain, psn 0x0-0xc06c06, securitySessionID=0x186a6, err=-13066
Feb 26 00:46:49 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
Feb 26 00:46:49 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=4850
Feb 26 00:46:49 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
Feb 26 00:46:50 NikitaMac coreservicesd: Application App:"IntelliJ IDEA" [ 0x0/0x6c06c0] @ 0x0x7fcda484ab90 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0xc3cc3c:, ASN:0x0-0x1001:) ), so denying.
Feb 26 00:46:50 NikitaMac WindowServer: [cps/setfront] Failed setting the front application to IntelliJ IDEA, psn 0x0-0x6c06c0, securitySessionID=0x186a6, err=-13066
Feb 26 00:46:50 NikitaMac com.apple.ShareKitHelper: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
Feb 26 00:46:50 NikitaMac com.apple.ShareKitHelper: --warning: [ShareKit-XPC] connectionWithClientInterrupted
Feb 26 00:46:50 NikitaMac com.apple.ShareKitHelper: --warning: [ShareKit] Cancel UI for running services with Client PID: 11520
Feb 26 00:46:50 NikitaMac com.apple.launchd.peruser.501 ([0x0-0x42042].com.apple.Terminal): Exited: Killed: 9
Feb 26 00:46:50 NikitaMac WindowServer: dict count after removing entry for window 0x22 is 0
Feb 26 00:46:50 NikitaMac login: DEAD_PROCESS: 11236 ttys002
Feb 26 00:46:50 NikitaMac com.apple.launchd (com.apple.ShareKitHelper): Exited: Killed: 9
Feb 26 00:46:50 NikitaMac com.apple.launchd.peruser.501 ([0x0-0xc07c07].com.apple.Preview): Exited: Killed: 9
Feb 26 00:46:50 NikitaMac coreservicesd: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=150
Feb 26 00:46:50 --- last message repeated 2 times ---
Feb 26 00:46:50 NikitaMac com.apple.launchd.peruser.501 (com.apple.talagent): Exited: Killed: 9
Feb 26 00:46:50 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=116
Feb 26 00:46:50 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyLaunchFinished to notificationID=100
Feb 26 00:46:50 NikitaMac com.apple.launchd.peruser.501 ([0x0-0xd00d].com.apple.iTunesHelper): Exited with code: 1
Feb 26 00:46:50 NikitaMac com.apple.launchd.peruser.501 ([0x0-0x16016].com.apple.ImageCaptureExtension2): Exited: Killed: 9
Feb 26 00:46:50 NikitaMac com.apple.launchd.peruser.501 ([0x0-0x17017].com.apple.AppleSpell): Exited: Killed: 9
Feb 26 00:46:50 NikitaMac UserEventAgent: Captive: [UserAgentDied:139] User Agent @port=43527 Died
Feb 26 00:46:50 NikitaMac login: DEAD_PROCESS: 3688 ttys001
Feb 26 00:46:50 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=7078
Feb 26 00:46:50 NikitaMac com.apple.launchd.peruser.501 (com.apple.UserEventAgent-Aqua): Exited: Killed: 9
Feb 26 00:46:50 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
Feb 26 00:46:50 NikitaMac WindowServer: _CGXGetWindowOrderingGroup: Operation on a window 0x15 requiring rights 0x5 by caller Dashboard
Feb 26 00:46:50 NikitaMac WindowServer: _CGXGetWindowOrderingGroup: Operation on a window 0x14 requiring rights 0x5 by caller Dashboard
Feb 26 00:46:50 NikitaMac WindowServer: _CGXGetWindowOrderingGroup: Operation on a window 0x13 requiring rights 0x5 by caller Dashboard
Feb 26 00:46:50 NikitaMac WindowServer: _CGXGetWindowOrderingGroup: Operation on a window 0x12 requiring rights 0x5 by caller Dashboard
Feb 26 00:46:50 NikitaMac WindowServer: CGXOrderWindowList: Operation on a window 0x15 requiring rights kCGSWindowRightPresenter by caller Dashboard
Feb 26 00:46:50 NikitaMac DashboardClient: CGSOrderWindowList
Feb 26 00:46:50 NikitaMac coreservicesd: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=161
Feb 26 00:46:51 NikitaMac loginwindow: DEAD_PROCESS: 55 console
Feb 26 00:46:51 NikitaMac loginwindow: Application terminate returned -600
Feb 26 00:46:51 NikitaMac airportd: _doAutoJoin: Already associated to “escuela3”. Bailing on auto-join.
Feb 26 00:46:51 NikitaMac coreservicesd: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=142
Feb 26 00:46:51 NikitaMac WindowServer: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
Feb 26 00:46:51 NikitaMac WindowServer: Session 256 released (1 references)
Feb 26 00:46:51 NikitaMac WindowServer: Session 256 released (0 references)
Feb 26 00:46:51 NikitaMac WindowServer: loginwindow connection closed; closing server.
Feb 26 00:46:51 NikitaMac loginwindow: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
Feb 26 00:46:51 --- last message repeated 1 time ---
Feb 26 00:46:51 NikitaMac coreservicesd: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyBringForwardRequest to notificationID=101
Feb 26 00:46:51 NikitaMac apsd: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
Feb 26 00:46:51 NikitaMac loginwindow: Login Window Application Started
Feb 26 00:46:51 NikitaMac WindowServer: Server is starting up
Feb 26 00:46:51 NikitaMac WindowServer: Session 256 retained (2 references)
Feb 26 00:46:51 NikitaMac WindowServer: Session 256 released (1 references)
Feb 26 00:46:51 NikitaMac WindowServer: Session 256 retained (2 references)
Feb 26 00:46:51 NikitaMac WindowServer: init_page_flip: page flip mode is on
Feb 26 00:46:51 NikitaMac WindowServer: mux_initialize: Mode is dynamic
Feb 26 00:46:51 NikitaMac WindowServer: GLCompositor enabled for tile size [256 x 256]
Feb 26 00:46:51 NikitaMac WindowServer: CGXGLInitMipMap: mip map mode is on
Feb 26 00:46:51 NikitaMac WindowServer: WSMachineUsesNewStyleMirroring: true
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x04280380: GL mask 0x11; bounds (0, 0)[1440 x 900], 27 modes available
Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00e, S/N 0, Unit 0, Rotation 0
UUID 0x000006100000a00e0000000004280380
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
UUID 0xffffffffffffffffffffffff003f003f
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
UUID 0xffffffffffffffffffffffff003f003e
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
UUID 0xffffffffffffffffffffffff003f003d
Feb 26 00:46:51 NikitaMac WindowServer: Created shield window 0x4 for display 0x04280380
Feb 26 00:46:51 NikitaMac WindowServer: Created shield window 0x5 for display 0x003f003f
Feb 26 00:46:51 NikitaMac WindowServer: Created shield window 0x6 for display 0x003f003e
Feb 26 00:46:51 NikitaMac WindowServer: Created shield window 0x7 for display 0x003f003d
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x04280380: GL mask 0x11; bounds (0, 0)[1440 x 900], 27 modes available
Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00e, S/N 0, Unit 0, Rotation 0
UUID 0x000006100000a00e0000000004280380
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 1 modes available
off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
UUID 0xffffffffffffffffffffffff003f003f
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
UUID 0xffffffffffffffffffffffff003f003e
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003d: GL mask 0x2; bounds (2466, 0)[1 x 1], 1 modes available
off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
UUID 0xffffffffffffffffffffffff003f003d
Feb 26 00:46:51 NikitaMac WindowServer: CGXPerformInitialDisplayConfiguration
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x04280380: MappedDisplay Unit 0; Alias(4, 0x11); Vendor 0x610 Model 0xa00e S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 2
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
Feb 26 00:46:51 NikitaMac WindowServer: CGXMuxBoot: Boot normal
Feb 26 00:46:51 NikitaMac WindowServer: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, accelerator 0x00004843, unit 0, caps QEX|QGL|MIPMAP, vram 1024 MB
Feb 26 00:46:51 NikitaMac WindowServer: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
Feb 26 00:46:51 NikitaMac WindowServer: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, accelerator 0x00004753, unit 4, caps QEX|QGL|MIPMAP, vram 580 MB
Feb 26 00:46:51 NikitaMac WindowServer: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
Feb 26 00:46:51 NikitaMac WindowServer: Created shield window 0x8 for display 0x04280380
Feb 26 00:46:51 NikitaMac WindowServer: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
Feb 26 00:46:51 NikitaMac WindowServer: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
Feb 26 00:46:51 NikitaMac loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
Feb 26 00:46:51 NikitaMac WindowServer: handle_will_sleep_auth_and_shield_windows: no lock state data
Feb 26 00:46:51 NikitaMac WindowServer: Display 0x04280380: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
Feb 26 00:46:51 NikitaMac airportd: _doAutoJoin: Already associated to “escuela3”. Bailing on auto-join.
Feb 26 00:46:51 NikitaMac launchctl: com.apple.findmymacmessenger: Already loaded
Feb 26 00:46:51 NikitaMac hidd: CGSShutdownServerConnections: Detaching application from window server
Feb 26 00:46:51 NikitaMac hidd: CGSDisplayServerShutdown: Detaching display subsystem from window server
Feb 26 00:46:51 NikitaMac com.apple.SecurityServer: Session 100024 created
Feb 26 00:46:51 NikitaMac loginwindow: Login Window Started Security Agent
Feb 26 00:46:52 NikitaMac SecurityAgent: MacBuddy was run = 0
Feb 26 00:46:52 NikitaMac locationd: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
Feb 26 00:46:52 NikitaMac locationd: NOTICE,Location icon should now be in state 0
Feb 26 00:46:52 NikitaMac UserEventAgent: cannot find useragent 1102
Feb 26 00:46:52 NikitaMac CVMServer: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
Feb 26 00:46:52 --- last message repeated 1 time ---
Feb 26 00:46:52 NikitaMac SecurityAgent: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
Feb 26 00:46:52 NikitaMac SecurityAgent: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
Feb 26 00:46:52 NikitaMac SecurityAgent: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
Feb 26 00:46:52 NikitaMac SecurityAgent: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
Feb 26 00:46:53 NikitaMac WindowServer: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
Feb 26 00:46:53 NikitaMac WindowServer: Display 0x04280380: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
Feb 26 00:47:20 --- last message repeated 1 time ---
Feb 26 00:47:20 NikitaMac com.apple.usbmuxd: stopping.
Feb 26 00:47:21 NikitaMac com.apple.usbmuxd: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
Feb 26 00:47:23 NikitaMac kernel: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
Feb 26 00:47:23 NikitaMac kernel: macx_swapoff SUCCESS
Feb 26 00:47:56 NikitaMac kernel: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
Feb 26 00:48:06 NikitaMac kernel: macx_swapoff SUCCESS
Feb 26 00:49:48 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:49:48 NikitaMac sandboxd (): mdworker(11798) deny mach-lookup com.apple.ls.boxd
Feb 26 00:49:49 NikitaMac kernel: Sandbox: sandboxd(11799) deny mach-lookup com.apple.coresymbolicationd
Feb 26 00:51:49 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:51:49 NikitaMac sandboxd (): mdworker(11801) deny mach-lookup com.apple.ls.boxd
Feb 26 00:51:50 NikitaMac kernel: Sandbox: sandboxd(11803) deny mach-lookup com.apple.coresymbolicationd
Feb 26 00:55:50 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:55:50 NikitaMac sandboxd (): mdworker(11805) deny mach-lookup com.apple.ls.boxd
Feb 26 00:55:50 NikitaMac kernel: Sandbox: sandboxd(11807) deny mach-lookup com.apple.coresymbolicationd
Feb 26 00:59:51 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 00:59:51 NikitaMac sandboxd (): mdworker(11810) deny mach-lookup com.apple.ls.boxd
Feb 26 00:59:51 NikitaMac kernel: Sandbox: sandboxd(11811) deny mach-lookup com.apple.coresymbolicationd
Feb 26 01:01:51 NikitaMac mdworker: Unable to talk to lsboxd
Feb 26 01:01:52 NikitaMac sandboxd (): mdworker(11814) deny mach-lookup com.apple.ls.boxd
Feb 26 01:01:52 NikitaMac kernel: Sandbox: sandboxd(11815) deny mach-lookup com.apple.coresymbolicationd
Feb 26 01:05:52 NikitaMac mdworker: Unable to talk to lsboxd
Nikita
(121 rep)
Feb 26, 2013, 03:57 PM
• Last activity: Oct 5, 2017, 11:24 AM
2
votes
0
answers
947
views
Visual Studio 2017 Mac: Command line arguments
1st time using/playing with VS 2017 for Mac. Where do I enter command line arguments that will be saved for use with each run? I have found that I can enter arguments in RunWith->CustomConfiguration Arguments field, but they are not saved. I have to re enter them each time I run. On the PC version,...
1st time using/playing with VS 2017 for Mac. Where do I enter command line arguments that will be saved for use with each run?
I have found that I can enter arguments in RunWith->CustomConfiguration Arguments field, but they are not saved. I have to re enter them each time I run.
On the PC version, you can enter the CL args in the properties area and they are saved for use with each run (no need to reenter).
BentChainRing
(215 rep)
Aug 28, 2017, 09:01 PM
2
votes
0
answers
751
views
NetBeans won't install on macOS Sierra
I try to install NetBeans IDE on my MacBook Air (2017) with macOS Sierra. I tried both from .dmg file and directly with Homebrew, with the same result - the installation freezes. Have any of you guys had this problem? Here is the screenshot of what I've been seeing for like 2 hours: [
DanoPlu
(21 rep)
Aug 13, 2017, 09:45 AM
• Last activity: Aug 13, 2017, 10:06 AM
0
votes
1
answers
60
views
Visual Studio For Mac
If I want to use VS to use Xamarin.iOS and Xamarin.Android do I have to keep Xamarin Studio installed on my Mac? VS has always been my favorite IDE, I don't really like Xamarin Studio.
If I want to use VS to use Xamarin.iOS and Xamarin.Android do I have to keep Xamarin Studio installed on my Mac? VS has always been my favorite IDE, I don't really like Xamarin Studio.
Inaloz_H
(31 rep)
May 13, 2017, 09:20 AM
• Last activity: May 13, 2017, 09:39 AM
Showing page 1 of 20 total questions