Beep Boop Bip
[Return] [Entire Thread] [Last 50 posts]
Posting mode: Reply
Name
Email
Subject   (reply to 2400)
Message
BB Code
File
File URL
Embed   Help
Password  (for post and file deletion)
  • Supported file types are: BMP, C, CPP, CSS, EPUB, FLAC, FLV, GIF, JPG, OGG, PDF, PNG, PSD, RAR, TORRENT, TXT, WEBM, ZIP
  • Maximum file size allowed is 10000 KB.
  • Images greater than 260x260 pixels will be thumbnailed.
  • Currently 1064 unique user posts.
  • board catalog

File 163077248017.jpg - (1.25MB , 974x1324 , 19cd3e1a0cd2d6965d56358ed1c09dac.jpg )
2400 No. 2400 [Edit]
Lets talk about tools. Text editors, IDEs, color schemes, version control, etc. What does tohno use?
Expand all images
>> No. 2401 [Edit]
File 163079192244.png - (44.11KB , 896x804 , wordpad_coding.png )
2401
>>2400
Wordpad
>> No. 2402 [Edit]
I'd like to know if anybody here uses Fossil as their VCS.
>> No. 2403 [Edit]
GNU Emacs is the only sensible choice. It's good for more than text editing and being IDEy.
>> No. 2404 [Edit]
File 163079843374.jpg - (1.00MB , 1600x1200 , 73eadd0413c26f8a6b6a38fee179adbd.jpg )
2404
>>2403
I tried spacemacs. It was kind of cool, but also buggy and I didn't see enough of an advantage to commit myself. How do you define sensible?
>> No. 2405 [Edit]
>>2404
I'll leave leaving a proper response to the person you replied to, but you shouldn't base your opinion of a program with 45 rich years of history on a young variant whose entire goal is to avoid being like the original program.
>> No. 2406 [Edit]
Sublime Text, switched to Geany because an update made the "please buy our license" notification more frequent.
Still, it's similar enough I don't feel my workflow affected that much, so as long as I can get things done it's fine.
I wish I had patience for Vim and Emacs...
>>2401
Wordpad makes a better glitch image editor than an actual text editor
http://blog.animalswithinanimals.com/2010/10/advanced-wordpad-editing-explained.html
>> No. 2407 [Edit]
File 163080183793.jpg - (54.50KB , 768x537 , b39eb77a2141abe528045dd6ab10a125.jpg )
2407
>>2406
Is it fair to say the original variant messes up your pinky with how often you have to press ctrl?
>>2406
I use kate myself.
>> No. 2412 [Edit]
>>2406
I still use sublime text for general text editing or viewing any plain text file since it's lightweight, cross platform, and has all the features I need.

For instances when I'm doing full-blown coding, then I just use the respective jetbrains ide since the autocomplete and debugger are built in and just work there. I see everyone always recommending vim and emacs, but I find it hard to see how you can get a similar full-blown ide experience with that (integrated debugger, intellisense, automated refactoring etc.).
>> No. 2413 [Edit]
File 163090492085.jpg - (1.79MB , 1920x1200 , a0fde9996c52b3e84b85c350bb1ba7ab.jpg )
2413
I've been messing around in vs code. It's actually pretty nice. The ux is slick and it starts up way faster than something like jetbrains. Didn't do anything complicated with it though.
>> No. 2415 [Edit]
I use Emacs, though admittedly I don't know how to use it too well and mainly use it for org-mode. I do a lot more writing than programming these days anyway.
>> No. 2416 [Edit]
Any experience with cudatext.github.io ?
>> No. 2417 [Edit]
I use a highly modified version of neovim-qt. I heavily use the remote attachment feature. I've been doing this for the past 3 years now.

I don't want to talk about vim versus emacs. Most emacs users call vim vi, and don't know the difference or why people use modern neovim.
>> No. 2418 [Edit]
File 16310663491.jpg - (1.19MB , 884x1318 , 1fa85ee041d71171781d145a8fe1ed6b.jpg )
2418
>>2417
Why did you have to highly modify it?
>> No. 2437 [Edit]
File 163433333096.jpg - (44.67KB , 400x524 , 6c60a194f73091ce9ca94ca853cbd3d0.jpg )
2437
I've started using micro, a cross-platform text editor intended as a nano successor. Nice and intuitive with familiar hotkeys.
https://github.com/zyedidia/micro/

Post edited on 15th Oct 2021, 2:29pm
>> No. 2439 [Edit]
>>2437
I also use it. It asking to sudo after you modify a system file is so nice
>> No. 2465 [Edit]
>>2439
I wish it had parentheses matching. Maybe that feature is in there, but I haven't seen any documentation on it.
>> No. 2603 [Edit]
I recently switched from vscodium to Sublime 4 on my ThinkPad primarily due to performance issues. Having never used Sublime for more than a few minutes, I was quite interested in seeing how it stacks up.
In short, well enough. As implied, VSC doesn't play well on my laptop because of Electron and the machine's poor graphical power, but I've used it nonetheless due to it featuring the best support (via an extension) for the language I use. Sublime, on the other hand, is quite snappy, and its startup times are great.
Without additional packages, Sublime supports my favored language's with syntax recognition, okay-ish autocomplete, locating of definitions, snippets, and basic integration with the standard build tool. Very much of a pleasant surprise, and unlike the VSCode extension, nothing breaks, forcing one to reload the window.
Sublime is not without faults, of course: no built-in terminal, the best 3rd-party package providing terminal panes/tabs isn't that good, the built-in vim emulation and third-party packages providing it leave much to be desired, and there is no support for the language server protocol as far as I know. The latter would allow me to use much of what the VSCode extension provides, but I'm sure implementing the LSP is quite the task, and one wants to ensure it won't affect performance.
Nonetheless, I find Sublime to be pretty good, and I'd buy a license if I wasn't a poorfag. Even without LSP support, if the developers added a built-in terminal, and there was an updated third-party package that integrates with neovim, I would be a very happy camper.
>> No. 2604 [Edit]
>>2603
>the machine's poor graphical power
I hope you didn't buy a really old model just for the memes.
>> No. 2605 [Edit]
>>2604
Can't argue with $100, anon.
>> No. 2984 [Edit]
File 166757231025.jpg - (415.60KB , 1132x1600 , 5c6bad68b30f33e9ecbeaf84571f8964.jpg )
2984
>>2437
It's been a while. I've had to reinstall my environment multiple times since this post. Micro has given me quite a bit of trouble with its clipboard support. Maybe I figured it out, but I don't feel like doing that again.

So I switched to neovim, and that was okay for a bit. It now hangs for a few seconds after quitting though(only in wsl though), and I don't know why. I don't have any plugins and my config is 4 lines long. I also find the plugin system to be a bit of a clusterfuck. And I don't like the fixation they have on lua.

So now I'm trying Kakoune. It's nice and relatively familiar. The select first, act second model is cool. Unfortunately, there's no windows port, but I can just keep using neovim there. And I would say its obscurity is a negative.

There's also Helix, which is cross-platform, but I don't like how it's made in Rust, and has all these dependencies. My confidence in it is pretty low considering they've decided to implement their plugin system in webassembly of all things.

Post edited on 4th Nov 2022, 7:47am
>> No. 2985 [Edit]
>>2984
Use ed man, ed!
https://www.gnu.org/fun/jokes/ed-msg.en.html
>> No. 2986 [Edit]
>>2985
This one always gets me. Thanks for posting it.
[Return] [Entire Thread] [Last 50 posts]

View catalog

Delete post []
Password  
Report post
Reason  


[Home] [Manage]



[ Rules ] [ an / foe / ma / mp3 / vg / vn ] [ cr / fig / navi ] [ mai / ot / so / tat ] [ arc / ddl / irc / lol / ns / pic ] [ home ]