Python Forum
Theme and Editor tips
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Theme and Editor tips
#1
Choose Themes there is Light and Dark, New Theme for all users.
Down in right corner there is Quick Select.
[Image: quick_select.png]

Themes look.
[Image: light.png] [Image: dark.png]

Quick Reply this is an Rin Editor function.
Mark one line or more a Black button turn up,to only reply to this line/lines.
[Image: quick_reply.png]

New icons Right click in Editor.
Right click ➡ Emoji
Example:
👀 🔨 ✨ 💋 🚑 🌞 🌊
🎈 🎃 🎹 🎲 🧒 😱 🦎

Code tags,paste any code/output/error then use code icons [Image: code_icons1.png]
Python tag:
class Foo:
    def __init__(self, frob, frotz):
        self.frobnicate = frob
        self.frotz = frotz
 
class Bar(Foo):
    def __init__(self, frob, frizzle):
        super().__init__(frob, frizzle)
        self.frotz = 34
        self.frazzle = frizzle
 
bar = Bar(1,2)
print(f"frobnicate: {bar.frobnicate}")
print(f"frotz: {bar.frotz}")
Output tag:
Output:
frobnicate: 1 frotz: 34
Error tag:
Error:
>>> a Traceback (most recent call last): File "<interactive input>", line 1, in <module> NameError: name 'a' is not defined
Inline tag:
Test inline

Quote tag:
Quote:The quick brown fox jumps over the lazy dog.
Image how look in Dark theme.
[Image: dark_codetag.png]

If have different look than shown here,update/clear CSS in your browser Ctrl + F5.
perfringo likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  New Theme for all users snippsat 14 15,138 Apr-30-2021, 11:23 AM
Last Post: metulburr
  rain theme glitch? metulburr 2 2,118 Oct-12-2020, 10:44 PM
Last Post: metulburr
  New Theme snippsat 9 4,330 Oct-12-2020, 08:50 PM
Last Post: snippsat
  alerts in new theme metulburr 4 2,490 Oct-12-2020, 04:37 PM
Last Post: snippsat
  Responsive theme kamaleon 5 4,081 Dec-31-2019, 10:55 PM
Last Post: metulburr
  Theme change snippsat 15 10,098 Nov-17-2018, 09:18 PM
Last Post: j.crater
  Dim theme metulburr 9 7,309 Aug-02-2017, 03:09 AM
Last Post: metulburr
  Dark theme metulburr 21 17,854 Oct-11-2016, 06:02 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020