Questions tagged [settings]

Settings may refer to the tweaking which can be used to help improve the user-experience or performance etc.

Settings may refer to the tweaking which can be used to help improve the user-experience or performance etc. Settings typically represent a set of options which a user can choose from adjust the interface or controls of a certain application to their preferences.

5394 questions
27
votes
1 answer

settings file vs app.config

Possible Duplicate: What is the difference between app.config file and XYZ.settings file? I'm not really understanding the interaction/differences between settings and config files. If I add an entry to the settings file, it gets added to the…
fearofawhackplanet
  • 52,166
  • 53
  • 160
  • 253
27
votes
5 answers

Rails: Best practice to store user settings?

I'm wondering what the best way is to store user settings? For a web 2.0 app I want users to be able to select certain settings. At the moment is it only when to receive email notifications. The easiest way would be to just create a Model "Settings"…
Ole Spaarmann
  • 15,845
  • 27
  • 98
  • 160
27
votes
2 answers

How can I set the default Scope in IntelliJ 12 for Find Usages?

I've returned to IntelliJ after a long hiatus for Android development so I'm getting used to it again. The problem I have is that for example when you want to see where is a class being used, you'd position the caret in the class declaration and…
Martin Marconcini
  • 26,875
  • 19
  • 106
  • 144
26
votes
3 answers

Save (Private) Application Settings on iOS?

I'm aware of NSUserDefaults for saving/restoring user preferences. What is the equivalent class for an application? For example, the application may have a "last run" field; or it may have a field for a unique identification of the device for use at…
jww
  • 97,681
  • 90
  • 411
  • 885
26
votes
2 answers

How do you prevent Vim from showing an at symbol (@) when a line doesn't fit on screen?

In Vim, when I have a line that can not be entirely shown on screen, the line appears as an at symbol "@" all the way down to the bottom of the screen. For example, if I have a file as such: 1 Hello World 2 Really long sentence that doesn't fit…
Cory Klein
  • 51,188
  • 43
  • 183
  • 243
26
votes
10 answers

Git in Android Studio disappeared?

When I right-clicked in my Android Studio project (in the Android view), I used to have a "Git" submenu. There I could pull, push, etc. However, that 'Git' menu is now gone, somehow. As a result, I can neither push nor pull. Where can I enable that…
Ralf Wickum
  • 2,850
  • 9
  • 55
  • 103
25
votes
4 answers

How to programatically open Settings/Preferences window in a macOS SwiftUI App

I have created a simple macOS-only SwiftUI app and added a Settings screen as per Apple's instructions: import SwiftUI @main struct MyApp: App { var body: some Scene { WindowGroup { RootView() } Settings { …
Joshua
  • 1,349
  • 15
  • 26
25
votes
1 answer

Joomla database settings

What is the file, where database setting are stored in Joomla CMS? Like server, user name, database name and password? Something like WordPress wp-config.php file.
James
  • 42,081
  • 53
  • 136
  • 161
25
votes
1 answer

Startup Settings In Chrome Disabled

Today when I turn on my laptop I haven't got the tabs which I have left opened in Google Chrome under start up settings (Continue where I Left Off). It is disturbing as I have opened some tabs from time to time. It is very time-consuming to re-open…
Shaikh Salman
  • 259
  • 1
  • 3
  • 7
25
votes
4 answers

Base versus Active versus Deployment target

I know that parts of this question was asked in several variation but I want to make sure I got it right. Here are my assumptions and understandings which I want to know if they are correct before submitting. My application assumes features…
Adi
  • 2,033
  • 5
  • 23
  • 26
24
votes
1 answer

How do you enable :has() selector on Firefox

When I check the :has() CSS selector on caniuse.com, it tells me that since Firefox103 it has been Supported in Firefox behind the layout.css.has-selector.enabled flag. So how do I find this flag and enable it?
Jason Bingham
  • 243
  • 1
  • 2
  • 8
24
votes
2 answers

How to manage installation from Unknown Sources in Android Oreo?

In Android Oreo (8.0), several changes where made on how to allow the installation of apps from Unknown Sources (from the user's point of view) and to the process of getting permission to install them (from the developer's point of view). Since I…
Patneu
  • 1,021
  • 1
  • 9
  • 10
24
votes
3 answers

Turn off autocomplete tab deletion in Intellij

Here is an example of an issue I have. In Intellij if I am typing in front of String: private statString foo = "bar"; And then I autocomplete static, String will be deleted. Is there a way to change the settings so that the autocomplete does not…
Nelson
  • 2,972
  • 3
  • 23
  • 34
24
votes
7 answers

How to disable Notepad++ Auto-open previous files without opening Notepad++?

How do I stop Notepad++ from loading all files from the past session? I know how to do that settings in Notepad++, but the problem is that I once opened a very large file (>10GB) and made the Notepad++ hang up. Notepad++ has already marked that big…
cytsunny
  • 4,838
  • 15
  • 62
  • 129
24
votes
3 answers

How do I get preferences to work in Android?

I've really been struggling through this. New to Java/Android. I'm writing my first app and this is the first thing that has taken me longer than a couple days of searching to figure out. Here's the setup: It's a BAC calculator / drink counter: A…
Dan T
  • 487
  • 2
  • 4
  • 12